summaryrefslogtreecommitdiff
path: root/theme/default
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-30 14:55:40 +0000
committerSarven Capadisli <csarven@status.net>2009-11-30 14:55:40 +0000
commit8478f5d1ff1a81512e1aff2a40d3791ac1c77269 (patch)
treec5560a2c65035a8205d4561420ce88ebea46b124 /theme/default
parent5bb07ba6bedb4a30a3c5be2f0f66e8d997ad6201 (diff)
Updated identica, default theme's IE styles
Diffstat (limited to 'theme/default')
-rw-r--r--theme/default/css/ie.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/theme/default/css/ie.css b/theme/default/css/ie.css
index a0d3cd682..228347166 100644
--- a/theme/default/css/ie.css
+++ b/theme/default/css/ie.css
@@ -7,8 +7,14 @@ color:#FFFFFF;
background-color:#C8D1D5;
}
.form_notice .form_note + label {
-background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
}
.form_notice #notice_data-attach {
filter: alpha(opacity=0);
}
+.notice-options form.form_favor input.submit {
+background-position:0 -460px;
+}
+.notice-options form.form_disfavor input.submit {
+background-position:0 -526px;
+}