]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/mnml/css/ie.css
fed65f8b9ac86d9d6378d6c76ee1d526fdc16760
[quix0rs-gnu-social.git] / theme / mnml / css / ie.css
1 /* IE specific styles */
2 input.checkbox,
3 input.radio {
4 top:0;
5 }
6
7 #wrap {
8     *position: relative;
9 }
10
11 #site_nav_global_primary {
12     *float: none;
13     *left: 1em;
14 }
15
16 img.logo {
17     *margin-bottom: 1.75em;
18     }
19
20 .form_notice textarea {
21 width:78%;
22 }
23 .form_notice .count + label {
24 position:absolute;
25 top:25px;
26 left:83%;
27 text-indent:-9999px;
28 height:16px;
29 width:16px;
30 display:block;
31 }
32 .form_notice .submit {
33 width:17%;
34 max-width:17%;
35 }
36 .form_notice .attach-status,
37 .form_notice #notice_data-geo_selected {
38 width:78.75%;
39 }
40 .form_notice .attach-status button,
41 .form_notice #notice_data-geo_selected button {
42 padding:0 4px;
43 }
44 .form_notice .count + label {
45     background:transparent url(../images/icons/icons-01.png) no-repeat 0 -328px;
46 }
47
48 .form_notice #notice_data-attach {
49     filter: alpha(opacity=0);
50 }
51 .form_notice .notice_data-geo_wrap label {
52     background:transparent url(../images/icons/icons-01.png) no-repeat
53 0 -1780px;
54 }
55 .form_notice .notice_data-geo_wrap label.checked {
56     background:transparent url(../images/icons/icons-01.png) no-repeat
57 0 -1846px;
58 }
59
60 .notices li {
61 *margin-bottom: 1.6em;
62 }
63
64 .notice-options input.submit {
65 font-size:0;
66 text-align:right;
67 text-indent:0;
68 }
69 .notice div.entry-content .timestamp a {
70 margin-right:4px;
71 }
72 .entity_profile {
73 width:64%;
74 }
75 .notice {
76 z-index:1;
77 }
78 .notice:hover {
79 z-index:9999;
80 }
81 .notice .thumbnail img {
82 z-index:9999;
83 }
84
85 .form_settings fieldset fieldset legend {
86 line-height:auto;
87 }