]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/ie.css
send_message -> sendMessage
[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 left:33.5%;
33 }
34
35 #form_notice #notice_action-submit {
36 right:0;
37 }
38
39 #aside_primary {
40 width:181px;
41 }
42
43 #form_notice,
44 #anon_notice {
45 top:190px;
46 }
47
48 #public #content,
49 #groups #content,
50 #publictagcloud #content,
51 #featured #content,
52 #favorited #content,
53 #all #content,
54 #replies #content,
55 #showstream #content,
56 #showfavorites #content,
57 #inbox #content,
58 #outbox #content,
59 #subscriptions #content,
60 #subscribers #content {
61 padding-top:138px;
62 }
63
64 .notice {
65 z-index:1;
66 }
67 .notice:hover {
68 z-index:9999;
69 }
70 .notice .thumbnail img {
71 z-index:9999;
72 }