|
@@ -228,6 +228,11 @@ body{
|
|
|
.longBox,.shortBox{
|
|
|
padding: 4px 10px;
|
|
|
}
|
|
|
+.diag{
|
|
|
+ .longBox,.shortBox{
|
|
|
+ padding: 0 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
.longBox{
|
|
|
display: none;
|
|
|
}
|
|
@@ -404,6 +409,7 @@ body{
|
|
|
}
|
|
|
.shortStrBox,.longStrBox{
|
|
|
position: relative;
|
|
|
+ padding: 4px 0;
|
|
|
}
|
|
|
.longStrBox{
|
|
|
display: none;
|
|
@@ -413,4 +419,7 @@ body{
|
|
|
cursor: pointer;
|
|
|
float: right;
|
|
|
color: #3B9ED0;
|
|
|
+ img{
|
|
|
+ margin-left: 4px;
|
|
|
+ }
|
|
|
}
|