diff options
Diffstat (limited to 'theme/identica/css/ie.css')
-rw-r--r-- | theme/identica/css/ie.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css index 97cabc30a..9ede1e324 100644 --- a/theme/identica/css/ie.css +++ b/theme/identica/css/ie.css @@ -6,9 +6,15 @@ color:#FFFFFF; #site_nav_local_views a { background-color:#D9DADB; } -#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.png) 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; +} |