Fix css bug when precompiling assets

This commit is contained in:
chris 2012-12-20 14:34:02 +08:00
parent fc076a28bd
commit e9815c3d9b
3 changed files with 9 additions and 9 deletions

View File

@ -53,12 +53,12 @@
display:inline-block; display:inline-block;
margin-right: 5px; margin-right: 5px;
opacity: 0.8; opacity: 0.8;
filter: alpha(opacity:80); filter: alpha(opacity=80);
color: #FFF; color: #FFF;
} }
.action:hover { .action:hover {
opacity: 1; opacity: 1;
filter: alpha(opacity:100); filter: alpha(opacity=100);
cursor: pointer; cursor: pointer;
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
@ -97,7 +97,7 @@
opacity:.0; opacity:.0;
font-size: 60px; font-size: 60px;
left: -595px/9; left: -595px/9;
filter: alpha(opacity: 0); filter: alpha(opacity=0);
outline: none; outline: none;
} }
.file-upload .upload:focus { .file-upload .upload:focus {

View File

@ -81,7 +81,7 @@
} }
.rgalbum .albumname { .rgalbum .albumname {
font-size: 1.25em; font-size: 1.25em;
line-height: ; /*line-height: ;*/
margin: 6px 0; margin: 6px 0;
display: block; display: block;
height: 45px; height: 45px;

View File

@ -32,14 +32,14 @@ body { margin: 0; }
} }
/* Fix for IE 6: */ /* Fix for IE 6: */
*html .fileinput-button { /**html .fileinput-button {
padding: 2px 0; padding: 2px 0;
} }*/
/* Fix for IE 7: */ /* Fix for IE 7: */
*+html .fileinput-button { /**+html .fileinput-button {
padding: 2px 0; padding: 2px 0;
} }*/
.fileupload-buttonbar { .fileupload-buttonbar {
height: 44px; height: 44px;
@ -131,7 +131,7 @@ body { margin: 0; }
width: 100px; width: 100px;
} }
.files .preview { width: 88px; } .files .preview { width: 88px; }
.files .progress { width: ; } /*.files .progress { width: ; }*/
.files .start { width: 40px; } .files .start { width: 40px; }
.files .cancel { width: 40px; } .files .cancel { width: 40px; }