]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch '0.8.x' into 0.9.x
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2 input.checkbox,
3 input.radio {
4 top:0;
5 }
6 .form_notice textarea {
7 width:78%;
8 }
9 .form_notice .form_note + label {
10 position:absolute;
11 top:25px;
12 left:83%;
13 text-indent:-9999px;
14 height:16px;
15 width:16px;
16 display:block;
17 }
18 .form_notice #notice_action-submit {
19 width:17%;
20 max-width:17%;
21 }
22 .form_notice #notice_data-attach_selected {
23 width:78.5%;
24 }
25 .form_notice #notice_data-attach_selected button {
26 padding:0 4px;
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 }