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