]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/clean/css/ie.css
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / theme / clean / css / ie.css
1 /* IE specific styles */
2
3 /* base theme overrides */
4
5 input.checkbox,
6 input.radio {
7 top:0;
8 }
9 .form_notice textarea {
10     width: 364px;
11 }
12 .form_notice .form_note + label {
13 position:absolute;
14 top:25px;
15 left:83%;
16 text-indent:-9999px;
17 height:16px;
18 width:16px;
19 display:block;
20         top: 31px;
21         right: 88px;
22 }
23 .form_notice #notice_action-submit {
24     width: 96px;
25     max-width: 96px;
26 }
27 .form_notice #notice_data-attach_selected,
28 .form_notice #notice_data-geo_selected {
29 width:78.75%;
30 }
31 .form_notice #notice_data-attach_selected button,
32 .form_notice #notice_data-geo_selected button {
33 padding:0 4px;
34 }
35 .notice-options input.submit {
36 font-size:0;
37 text-align:right;
38 text-indent:0;
39 }
40 .notice div.entry-content .timestamp a {
41 margin-right:4px;
42 }
43 .entity_profile {
44 width:64%;
45 }
46 .notice {
47 z-index:1;
48 }
49 .notice:hover {
50 z-index:9999;
51 }
52 .notice .thumbnail img {
53 z-index:9999;
54 }
55
56 .form_settings fieldset fieldset legend {
57 line-height:auto;
58 }
59
60 .form_notice #notice_data-attach {
61 filter: alpha(opacity=0);
62 }