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

54 lines
847 B
CSS
Raw Normal View History

2009-01-19 09:48:12 +09:00
/* IE specific styles */
2009-06-17 14:18:59 +09:00
input.checkbox,
input.radio {
top:0;
}
.form_notice textarea {
width:78%;
}
.form_notice .form_note + label {
2009-06-15 12:21:15 +09:00
position:absolute;
top:25px;
2009-07-07 13:08:51 +09:00
left:83%;
2009-06-15 12:21:15 +09:00
text-indent:-9999px;
height:16px;
width:16px;
display:block;
}
.form_notice #notice_action-submit {
width:17%;
max-width:17%;
2009-01-19 09:48:12 +09:00
}
.form_notice #notice_data-attach_selected,
.form_notice #notice_data-geo_selected {
width:78.75%;
}
.form_notice #notice_data-attach_selected button,
.form_notice #notice_data-geo_selected button {
padding:0 4px;
}
.notice-options input.submit {
2009-01-19 09:48:12 +09:00
font-size:0;
text-align:right;
text-indent:0;
}
.notice div.entry-content .timestamp a {
2009-01-19 13:46:18 +09:00
margin-right:4px;
}
.entity_profile {
width:64%;
}
.notice {
z-index:1;
}
.notice:hover {
z-index:9999;
}
2009-07-07 13:08:51 +09:00
.notice .thumbnail img {
z-index:9999;
2009-07-07 13:08:51 +09:00
}
.form_settings fieldset fieldset legend {
line-height:auto;
}