]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/ie.css
dabadcd951d03dc2af654bd5bec876f2130fe665
[quix0rs-gnu-social.git] / theme / cloudy / css / ie.css
1 /* IE specific styles */
2
3 .notice-options input.submit {
4 color:#fff;
5 }
6
7 #site_nav_local_views a {
8 background-color:#ddffcc;
9 }
10
11 #form_notice {
12 width:525px;
13 }
14 #form_notice .form_note {
15 top:-5px;
16 right:0;
17 }
18 #form_notice textarea {
19 width:97.75%;
20 }
21 #form_notice .form_note + label {
22 position:absolute;
23 top:87px;
24 left:77%;
25 text-indent:-9999px;
26 height:16px;
27 width:16px;
28 display:block;
29 }
30 #form_notice #notice_data-attach {
31 filter: alpha(opacity = 0);
32 }
33
34 #form_notice #notice_action-submit {
35 right:0;
36 }
37
38 #aside_primary {
39 width:181px;
40 }
41
42 #form_notice,
43 #anon_notice {
44 top:190px;
45 }
46
47 #public #content,
48 #groups #content,
49 #publictagcloud #content,
50 #featured #content,
51 #favorited #content,
52 #all #content,
53 #replies #content,
54 #showstream #content,
55 #showfavorites #content,
56 #inbox #content,
57 #outbox #content,
58 #subscriptions #content,
59 #subscribers #content {
60 padding-top:138px;
61 }
62
63 .notice {
64 z-index:1;
65 }
66 .notice:hover {
67 z-index:9999;
68 }
69 .notice .thumbnail img {
70 z-index:9999;
71 }