Merge branch 'feature/swindleInfo' into release/5.6
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -1005,7 +1005,7 @@ | @@ -1005,7 +1005,7 @@ | ||
1005 | .icon-note { | 1005 | .icon-note { |
1006 | display: inline-block; | 1006 | display: inline-block; |
1007 | background: url("/layout/note.png") no-repeat; | 1007 | background: url("/layout/note.png") no-repeat; |
1008 | - width: 14px; | 1008 | + width: 15px; |
1009 | height: 14px; | 1009 | height: 14px; |
1010 | margin-top: -2px; | 1010 | margin-top: -2px; |
1011 | margin-right: 5px; | 1011 | margin-right: 5px; |
@@ -293,8 +293,9 @@ | @@ -293,8 +293,9 @@ | ||
293 | .swindle-info { | 293 | .swindle-info { |
294 | margin: 10px; | 294 | margin: 10px; |
295 | padding: 10px; | 295 | padding: 10px; |
296 | - font-size: 13px; | 296 | + font-size: 12px; |
297 | background-color: #faf6da; | 297 | background-color: #faf6da; |
298 | + color: #444; | ||
298 | 299 | ||
299 | span { | 300 | span { |
300 | color: #cd0c25; | 301 | color: #cd0c25; |
-
Please register or login to post a comment