futaba/burichan fixes. Close #223

This commit is contained in:
Nicolas Stepien 2012-02-16 16:02:54 +01:00
parent 916a98d089
commit eb93463f26
2 changed files with 8 additions and 6 deletions

View File

@ -3757,9 +3757,9 @@ a[href="javascript:;"] {\
z-index: 1;\ z-index: 1;\
}\ }\
.preview {\ .preview {\
background-color: rgba(0,0,0,.2);\ background-color: rgba(0,0,0,.2) !important;\
background-position: 50% 20%;\ background-position: 50% 20% !important;\
background-size: cover;\ background-size: cover !important;\
border: 1px solid #666;\ border: 1px solid #666;\
box-sizing: border-box;\ box-sizing: border-box;\
-moz-box-sizing: border-box;\ -moz-box-sizing: border-box;\
@ -3794,6 +3794,7 @@ a[href="javascript:;"] {\
color: #FFF;\ color: #FFF;\
}\ }\
.remove {\ .remove {\
background: none;\
color: #E00;\ color: #E00;\
font-weight: 700;\ font-weight: 700;\
padding: 3px;\ padding: 3px;\

View File

@ -3017,9 +3017,9 @@ a[href="javascript:;"] {
z-index: 1; z-index: 1;
} }
.preview { .preview {
background-color: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2) !important;
background-position: 50% 20%; background-position: 50% 20% !important;
background-size: cover; background-size: cover !important;
border: 1px solid #666; border: 1px solid #666;
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
@ -3054,6 +3054,7 @@ a[href="javascript:;"] {
color: #FFF; color: #FFF;
} }
.remove { .remove {
background: none;
color: #E00; color: #E00;
font-weight: 700; font-weight: 700;
padding: 3px; padding: 3px;