]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch '1.0.x' into 1.1.x
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2
3 input.checkbox,
4 input.radio {
5 top:0;
6 }
7
8 .form_notice textarea {
9     width: 473px;
10 }
11
12 .threaded-replies .form_notice textarea {
13     width: 395px;
14 }
15
16 .form_notice .form_note + label {
17 position:absolute;
18 text-indent:-9999px;
19 height:16px;
20 width:16px;
21 display:block;
22     left: 390px;
23     top: 27px;
24 }
25 .form_notice #notice_action-submit {
26     width: 106px;
27     max-width: 106px;
28 }
29
30 .form_notice .count {
31     right: 52px;
32 }
33
34 #form_notice-direct.form_notice .count {
35     right: 18px;
36 }
37
38 #form_notice-direct label {
39     float: left;
40 }
41
42 #form_notice-direct select {
43     margin-top: 0px;
44     float: left;
45 }
46
47 .form_notice .error,
48 .form_notice .success,
49 .form_notice .notice-status {
50     width: 468px; 
51 }
52
53 .notice-options input.submit {
54 font-size:0;
55 text-align:right;
56 text-indent:0;
57 }
58
59 .notice div.entry-content .timestamp a {
60 margin-right:4px;
61 }
62 .entity_profile {
63 width:64%;
64 }
65 .notice {
66 z-index:1;
67 }
68 .notice:hover {
69 z-index:9999;
70 }
71 .notice .thumbnail img {
72 z-index:9999;
73 }
74
75 .form_settings fieldset fieldset legend {
76 line-height:auto;
77 }
78
79 #site_nav_global_primary ul {
80     margin-right: 0px;
81 }
82
83 #site_nav_local_views ul {
84     list-style-type: none;
85     list-style-position: outside;
86 }
87
88 .notice-options input.submit {
89     color:#FFFFFF;
90 }
91
92 .form_notice input.notice_data-attach {
93     filter: alpha(opacity=0);
94 }
95
96 .notice .addressees:before {
97     content: '\003E';
98 }