summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-09 17:49:24 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-09 17:49:24 +0000
commit6af79f47557807dea741f9d31132e5123119a0ad (patch)
tree59203da7f3decad72aa3d59fa8686b62c72408f0 /theme
parent3aebd847e72e929f05e5d217e037b3ccc9169306 (diff)
Updated default stylesheet for notice attach
Diffstat (limited to 'theme')
-rw-r--r--theme/default/css/display.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index e08a4783b..34f6b3b8a 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -82,6 +82,13 @@ color:#333;
#form_notice.warning #notice_text-count {
color:#000;
}
+#form_notice label[for=notice_data-attach] {
+background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+}
+#form_notice #notice_data-attach {
+opacity:0;
+}
+
#form_notice.processing #notice_action-submit {
background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
cursor:wait;