From 534c12e540f57846af82758678a0e8064ac49f5b Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 31 Mar 2010 10:57:20 +0200 Subject: 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. --- theme/default/css/display.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'theme/default/css') 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, -- cgit v1.2.3-54-g00ecf