diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-31 10:57:20 +0200 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-31 10:57:20 +0200 |
commit | 534c12e540f57846af82758678a0e8064ac49f5b (patch) | |
tree | 437fc48b24fcf769f231590880a27de25c64229e /theme/base | |
parent | 21a835596c2e11d98ed5b30843e3dad0006fabcc (diff) |
Revert "Multiple file upload handling."
This reverts commit 260f00d60bc83ac641d6fbe465e70aec33ccd9be.
As mentioned in
http://gitorious.org/statusnet/mainline/commit/260f00d60bc83ac641d6fbe465e70aec33ccd9be#comment_8367
Reverting this merge until the bugs are fixed and there is a general
agreement on the need for this enhancement.
Diffstat (limited to 'theme/base')
-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 768d78ac2..f48bdf55e 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 .attach-label, -.form_notice .attach { +.form_notice label[for=notice_data-attach], +.form_notice #notice_data-attach { position:absolute; top:25px; right:10.5%; cursor:pointer; } -.form_notice .attach-label { +.form_notice label[for=notice_data-attach] { text-indent:-9999px; width:16px; height:16px; } -.form_notice .attach { +.form_notice #notice_data-attach { padding:0; height:16px; } @@ -606,7 +606,7 @@ width:81.5%; margin-bottom:0; line-height:1.618; } -.form_notice code { +.form_notice #notice_data-attach_selected code { float:left; width:80%; display:block; @@ -614,7 +614,7 @@ overflow:auto; margin-right:2.5%; font-size:1.1em; } -.form_notice button.close { +.form_notice #notice_data-attach_selected button.close { float:right; font-size:0.8em; } |