gnu-social/theme/victorian/css/ie.css
Brion Vibber 0aa9f08dd2 Victorian theme by Michael R. Bernstein
Includes Linux Libertine font, used under SIL Open Font License.
2010-10-05 11:27:05 -07:00

21 lines
473 B
CSS

/* IE specific styles */
.notice-options input.submit {
color:#FFFFFF;
}
#site_nav_local_views a {
background-color:#C8D1D5;
}
.form_notice .form_note + label {
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;
}