diff options
author | Nick Holliday <n.g.holliday@gmail.com> | 2010-03-23 16:50:24 +0000 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-03-26 18:28:54 -0400 |
commit | 260f00d60bc83ac641d6fbe465e70aec33ccd9be (patch) | |
tree | 881c63245e4a24b0f7cb2faf40ba52186160ca76 /theme/base/css | |
parent | 92ded7c6cb56056a89bc8b3caabd08049104898e (diff) |
Multiple file upload handling.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f48bdf55e..768d78ac2 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -550,19 +550,19 @@ float:left; font-size:1.3em; margin-bottom:7px; } -.form_notice label[for=notice_data-attach], -.form_notice #notice_data-attach { +.form_notice .attach-label, +.form_notice .attach { position:absolute; top:25px; right:10.5%; cursor:pointer; } -.form_notice label[for=notice_data-attach] { +.form_notice .attach-label { text-indent:-9999px; width:16px; height:16px; } -.form_notice #notice_data-attach { +.form_notice .attach { padding:0; height:16px; } @@ -606,7 +606,7 @@ width:81.5%; margin-bottom:0; line-height:1.618; } -.form_notice #notice_data-attach_selected code { +.form_notice code { float:left; width:80%; display:block; @@ -614,7 +614,7 @@ overflow:auto; margin-right:2.5%; font-size:1.1em; } -.form_notice #notice_data-attach_selected button.close { +.form_notice button.close { float:right; font-size:0.8em; } |