]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch 'master' of git@gitorious.org:laconica/mainline
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2 input.checkbox,
3 input.radio {
4 top:0;
5 }
6 #form_notice textarea {
7 width:78%;
8 }
9 #form_notice .form_note + label {
10 position:absolute;
11 top:25px;
12 left:380px;
13 text-indent:-9999px;
14 height:16px;
15 width:16px;
16 display:block;
17 }
18 #form_notice #notice_action-submit {
19 width:17%;
20 max-width:17%;
21 }
22 #form_notice #notice_data-attach_selected {
23 width:78.5%;
24 }
25 #form_notice #notice_data-attach_selected button {
26 padding:0 4px;
27 }
28 #anon_notice {
29 max-width:39%;
30 }
31
32 .notice-options input.submit {
33 font-size:0;
34 margin-top:3px;
35 height:16px;
36 text-align:right;
37 text-indent:0;
38 width:24px;
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 }