]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch '0.8.x' into userdesign
[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 .form_note + label {
12 position:absolute;
13 top:25px;
14 left:380px;
15 text-indent:-9999px;
16 height:16px;
17 width:16px;
18 display:block;
19 }
20 #form_notice #notice_action-submit {
21 width:17%;
22 max-width:17%;
23 }
24 #anon_notice {
25 max-width:39%;
26 }
27
28 .notice-options input.submit {
29 font-size:0;
30 margin-top:3px;
31 height:16px;
32 text-align:right;
33 text-indent:0;
34 width:24px;
35 }
36 .notice div.entry-content .timestamp a {
37 margin-right:4px;
38 }
39 .entity_profile {
40 width:64%;
41 }
42 .notice {
43 z-index:1;
44 }
45 .notice:hover {
46 z-index:9999;
47 }
48 .notice .thumbnail img  {
49 z-index:9999;
50 }