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