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/default/css | |
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/default/css')
-rw-r--r-- | theme/default/css/display.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 44dc9a7c3..5e3748cb7 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -154,15 +154,14 @@ color:#333333; .entity_actions .dialogbox input { color:#000000; } -.form_notice .attach-label { +.form_notice label[for=notice_data-attach] { background-position:0 -328px; } -.form_notice .attach { -position: absolute; +.form_notice #notice_data-attach { opacity:0; } -.form_notice .attach-label, +.form_notice label[for=notice_data-attach], #export_data li a.rss, #export_data li a.atom, #export_data li a.foaf, |