summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-15 03:21:15 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-15 03:21:15 +0000
commit0bc9b2e730bb6368d36ba5bb3f2df1bf1432adad (patch)
tree92d0e5051036cbe6fc57dfe7d3e80137b54683ba /theme/default
parentdaf2e7ef47b6ed071e764858c4b1a9f5eaadb65d (diff)
Cross-browser notice_attach
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/css/ie.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/theme/default/css/ie.css b/theme/default/css/ie.css
index 2b06768ea..6501f4e48 100644
--- a/theme/default/css/ie.css
+++ b/theme/default/css/ie.css
@@ -3,7 +3,12 @@
.notice-options input.submit {
color:#fff;
}
-
#site_nav_local_views a {
background-color:#ACCCDA;
}
+#form_notice .form_note + label {
+background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+}
+#form_notice #notice_data-attach {
+filter: alpha(opacity=0);
+} \ No newline at end of file