MINOR Fixed SCSS indentation in UploadField (avoid false sense of specificity without actual SCSS nesting)

This commit is contained in:
Ingo Schommer 2012-02-07 12:25:45 +01:00
parent c119553849
commit 3796ce5068
2 changed files with 297 additions and 297 deletions

View File

@ -135,7 +135,6 @@
}
}
.ss-uploadfield-item-cancel {
position: absolute;
top: 7px;
@ -155,6 +154,7 @@
background: sprite($sprites16, cross-circle) no-repeat;
}
}
.ss-uploadfield-item-editform {
/* don't use display none, for it will break jQuery('iframe').contents().height() */
height: 0;