Updated identica, default theme's IE styles

This commit is contained in:
Sarven Capadisli 2009-11-30 14:55:40 +00:00
parent 5bb07ba6be
commit 8478f5d1ff
2 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,14 @@ color:#FFFFFF;
background-color:#C8D1D5; background-color:#C8D1D5;
} }
.form_notice .form_note + label { .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 { .form_notice #notice_data-attach {
filter: alpha(opacity=0); 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;
}

View File

@ -7,7 +7,7 @@ color:#FFFFFF;
background-color:#D9DADB; background-color:#D9DADB;
} }
.form_notice .form_note + label { .form_notice .form_note + label {
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px; 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); filter: alpha(opacity=0);