summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-14 22:09:59 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-14 22:09:59 -0700
commitc0f3204a10beaa4243eae1bc2862da7e0cfff10a (patch)
tree9505c1cd8b8a154a8c48bbfe7f224e0ea0a84aea /theme/default
parent7097804eeb0c648391544f55e32bd66bc35bcdb1 (diff)
parent8dd5871d4fb15a7996388108550839315e96adad (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
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