diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-09 17:59:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-09 17:59:08 +0000 |
commit | 388677a6a684754a7dbde13551ab1bffff4d1164 (patch) | |
tree | 39cef57fe8412fc09eed00e19fb363952f37c7e4 /theme/biz/css/base.css | |
parent | 6af79f47557807dea741f9d31132e5123119a0ad (diff) |
Updated notice attach UI for biz theme.
Diffstat (limited to 'theme/biz/css/base.css')
-rw-r--r-- | theme/biz/css/base.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css index 0e37a6ee4..696fd0645 100644 --- a/theme/biz/css/base.css +++ b/theme/biz/css/base.css @@ -446,6 +446,27 @@ float:left; font-size:1.3em; margin-bottom:7px; } +#form_notice label { +display:block; +float:left; +font-size:1.3em; +margin-bottom:7px; +} +#form_notice label[for=notice_data-attach] { +text-indent:-9999px; +} +#form_notice label[for=notice_data-attach], +#form_notice #notice_data-attach { +position:absolute; +top:25px; +right:49px; +width:16px; +height:16px; +cursor:pointer; +} +#form_notice #notice_data-attach { +text-indent:-279px; +} #form_notice #notice_submit label { display:none; } |