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

51 lines
737 B
CSS
Raw Normal View History

2009-01-19 00:48:12 +00:00
/* IE specific styles */
2009-06-17 06:18:59 +01:00
input.checkbox,
input.radio {
top:0;
}
#form_notice textarea {
width:78%;
}
2009-06-15 04:21:15 +01:00
#form_notice .form_note + label {
position:absolute;
top:25px;
2009-07-07 05:08:51 +01:00
left:83%;
2009-06-15 04:21:15 +01:00
text-indent:-9999px;
height:16px;
width:16px;
display:block;
}
#form_notice #notice_action-submit {
width:17%;
max-width:17%;
2009-01-19 00:48:12 +00:00
}
#form_notice #notice_data-attach_selected {
width:78.5%;
}
#form_notice #notice_data-attach_selected button {
padding:0 4px;
}
.notice-options input.submit {
2009-01-19 00:48:12 +00:00
font-size:0;
margin-top:3px;
height:16px;
text-align:right;
text-indent:0;
width:24px;
}
.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
}