]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x
[quix0rs-gnu-social.git] / theme / base / 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: 485px;
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     top: 30px;
19 }
20 .form_notice .submit {
21     width: 106px;
22     max-width: 106px;
23 }
24 .form_notice .attach-status,
25 .form_notice #notice_data-geo_selected {
26 width:78.75%;
27 }
28 .form_notice .attach-status button,
29 .form_notice #notice_data-geo_selected button {
30 padding:0 4px;
31 }
32 .notice-options input.submit {
33 font-size:0;
34 text-align:right;
35 text-indent:0;
36 }
37 .notice div.entry-content .timestamp a {
38 margin-right:4px;
39 }
40 .entity_profile {
41 width:64%;
42 }
43 .notice {
44 z-index:1;
45 }
46 .notice:hover {
47 z-index:9999;
48 }
49 .notice .thumbnail img {
50 z-index:9999;
51 }
52
53 .form_settings fieldset fieldset legend {
54 line-height:auto;
55 }
56
57
58 /* IE specific styles */
59
60 .notice-options input.submit {
61     color:#FFFFFF;
62 }
63
64 .form_notice input.notice_data-attach {
65     filter: alpha(opacity=0);
66 }
67
68 .form_notice .count + label {
69     background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
70 }
71
72 .form_notice .notice_data-geo_wrap label {
73    background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
74 }
75
76 .form_notice .notice_data-geo_wrap label.checked {
77    background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
78 }
79
80