]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge commit 'refs/merge-requests/165' of git://gitorious.org/statusnet/mainline...
[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: 385px;
14 }
15
16 .form_notice .form_note + label {
17 position:absolute;
18 top:25px;
19 left:83%;
20 text-indent:-9999px;
21 height:16px;
22 width:16px;
23 display:block;
24     left: 390px;
25     top: 27px;
26 }
27 .form_notice #notice_action-submit {
28     width: 106px;
29     max-width: 106px;
30 }
31
32 .form_notice .count {
33     right: 52px;
34 }
35
36 #form_notice-direct.form_notice .count {
37     right: 18px;
38 }
39
40 #form_notice-direct label {
41     float: left;
42 }
43
44 #form_notice-direct select {
45     margin-top: 0px;
46     float: left;
47 }
48
49 .form_notice .error,
50 .form_notice .success,
51 .form_notice .notice-status {
52     width: 468px; 
53 }
54
55 .threaded-replies .form_notice textarea {
56     width: 395px;
57 }
58
59 .notice-options input.submit {
60 font-size:0;
61 text-align:right;
62 text-indent:0;
63 }
64
65 .notice div.entry-content .timestamp a {
66 margin-right:4px;
67 }
68 .entity_profile {
69 width:64%;
70 }
71 .notice {
72 z-index:1;
73 }
74 .notice:hover {
75 z-index:9999;
76 }
77 .notice .thumbnail img {
78 z-index:9999;
79 }
80
81 .form_settings fieldset fieldset legend {
82 line-height:auto;
83 }
84
85 #site_nav_global_primary ul {
86     margin-right: 0px;
87 }
88
89 #site_nav_local_views ul {
90     list-style-type: none;
91     list-style-position: outside;
92 }
93
94 .notice-options input.submit {
95     color:#FFFFFF;
96 }
97
98 .form_notice input.notice_data-attach {
99     filter: alpha(opacity=0);
100 }
101
102 .notice .addressees:before {
103     content: '\003E';
104 }
105
106 /* IE7 */ 
107
108 *+html .input_forms {
109     margin-bottom: -20px;
110 }
111
112 *+html .notice .addressees {
113     background: url(../images/icons/arrow_right.png) no-repeat top left;
114     padding-left: 16px;
115 }
116
117 /* IE6 */
118
119 #content {
120     _width: 520px;
121 }
122
123 #aside_primary {
124     _width: 190px;
125 }
126
127 #content h1 {
128     _clear: left;
129 }