]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Some cross-browser updates for conversation UI
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2 legend {
3 margin-left:-7px;
4 }
5 input.checkbox {
6 top:0;
7 }
8 #form_notice textarea {
9 width:78%;
10 }
11 #form_notice #notice_action-submit {
12 width:17%;
13 max-width:17%;
14 }
15 #anon_notice {
16 max-width:39%;
17 }
18
19 .notice-options input.submit {
20 font-size:0;
21 margin-top:3px;
22 height:16px;
23 text-align:right;
24 text-indent:0;
25 width:24px;
26 }
27 .notice div.entry-content .timestamp a {
28 margin-right:4px;
29 }
30 .entity_profile {
31 width:64%;
32 }
33 #jOverlayContent .notice * {
34 z-index:1;
35 }
36 #jOverlayContent .notice .attachment img  {
37 z-index:9999;
38 }