]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/css/ie.css
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / theme / default / css / ie.css
index cbbd49ce6ca6a87a7d928834d158d764ad1a55af..2283471661ddbb5fc98f6e86bb5570686bb655e6 100644 (file)
@@ -6,9 +6,15 @@ color:#FFFFFF;
 #site_nav_local_views a {
 background-color:#C8D1D5;
 }
-#form_notice .form_note + label {
-background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+.form_notice .form_note + label {
+background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
 }
-#form_notice #notice_data-attach {
+.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;
+}