gnu-social/theme/base/css/ie.css

99 lines
1.3 KiB
CSS
Raw Normal View History

2011-05-24 17:56:49 +01:00
/* IE specific styles */
2009-06-17 06:18:59 +01:00
input.checkbox,
input.radio {
top:0;
}
2011-05-24 17:56:49 +01:00
.form_notice textarea {
2011-05-24 17:56:49 +01:00
width: 473px;
}
.threaded-replies .form_notice textarea {
2011-09-22 14:26:03 +01:00
width: 395px;
}
2011-05-24 17:56:49 +01:00
.form_notice .form_note + label {
2009-06-15 04:21:15 +01:00
position:absolute;
text-indent:-9999px;
height:16px;
width:16px;
display:block;
2011-05-24 17:56:49 +01:00
left: 390px;
top: 27px;
2009-06-15 04:21:15 +01:00
}
2011-05-24 17:56:49 +01:00
.form_notice #notice_action-submit {
width: 106px;
max-width: 106px;
2009-01-19 00:48:12 +00:00
}
2011-05-24 17:56:49 +01:00
.form_notice .count {
right: 52px;
}
#form_notice-direct.form_notice .count {
right: 18px;
}
#form_notice-direct label {
float: left;
}
#form_notice-direct select {
margin-top: 0px;
float: left;
}
.form_notice .error,
.form_notice .success,
.form_notice .notice-status {
width: 468px;
}
2011-05-24 17:56:49 +01:00
.notice-options input.submit {
2009-01-19 00:48:12 +00:00
font-size:0;
text-align:right;
text-indent:0;
}
2011-05-24 17:56:49 +01:00
2009-01-19 00:48:12 +00:00
.notice div.entry-content .timestamp a {
2009-01-19 04:46:18 +00:00
margin-right:4px;
}
.entity_profile {
width:64%;
}
.notice {
z-index:1;
}
.notice:hover {
z-index:9999;
}
2009-07-07 05:08:51 +01:00
.notice .thumbnail img {
z-index:9999;
2009-07-07 05:08:51 +01:00
}
.form_settings fieldset fieldset legend {
line-height:auto;
}
2011-05-24 17:56:49 +01:00
#site_nav_global_primary ul {
margin-right: 0px;
}
2011-05-24 17:56:49 +01:00
#site_nav_local_views ul {
list-style-type: none;
list-style-position: outside;
}
.notice-options input.submit {
color:#FFFFFF;
}
.form_notice input.notice_data-attach {
filter: alpha(opacity=0);
}
.notice .addressees:before {
content: '\003E';
}