]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/clean/css/ie.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / clean / 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: 362px;
9 }
10 .form_notice .count + 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: 96px;
23     max-width: 96px;
24 }
25 .form_notice .attach-status,
26 .form_notice #notice_data-geo_selected {
27 width:78.75%;
28 }
29 .form_notice .attach-status 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 .notice-options input.submit {
61     color:#FFFFFF;
62 }
63
64 .form_notice #notice_data-attach {
65     filter: alpha(opacity=0);
66 }
67
68 .form_notice .count + label {
69     background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
70 }
71
72 .form_notice #notice_data-geo_wrap label {
73    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
74 }
75 .form_notice #notice_data-geo_wrap label.checked {
76    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
77 }