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

61 lines
1.0 KiB
CSS
Raw Normal View History

2010-09-03 04:16:29 +01:00
/**
* @package StatusNet
* @author Sarven Capadisli <csarven@status.net>
* @copyright 2009-2010 StatusNet, Inc.
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
* @link http://status.net/
*/
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%;
}
.form_notice .count + label {
2009-06-15 04:21:15 +01:00
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 .submit {
width:17%;
max-width:17%;
2009-01-19 00:48:12 +00:00
}
.form_notice .attach-status,
.form_notice #notice_data-geo_selected {
width:78.75%;
}
.form_notice .attach-status button,
.form_notice #notice_data-geo_selected button {
padding:0 4px;
}
.notice-options input.submit {
2009-01-19 00:48:12 +00:00
font-size:0;
text-align:right;
text-indent:0;
}
.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;
}