]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/ie.css
Cloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.
[quix0rs-gnu-social.git] / theme / cloudy / css / ie.css
1 /**
2  * @package   StatusNet
3  * @author    Sarven Capadisli <csarven@status.net>
4  * @copyright 2009-2010 StatusNet, Inc.
5  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
6  * @link      http://status.net/
7  */
8 /* IE specific styles */
9
10 .notice-options input.submit {
11 color:#fff;
12 }
13
14 #site_nav_local_views a {
15 background-color:#ddffcc;
16 }
17
18 #form_notice {
19 width:525px;
20 }
21 #form_notice .form_note {
22 top:-5px;
23 right:0;
24 }
25 #form_notice textarea {
26 width:97.75%;
27 }
28 #form_notice .form_note + label {
29 position:absolute;
30 top:87px;
31 left:77%;
32 text-indent:-9999px;
33 height:16px;
34 width:16px;
35 display:block;
36 }
37 #form_notice #notice_data-attach {
38 filter: alpha(opacity = 0);
39 left:33.5%;
40 }
41
42 #form_notice #notice_action-submit {
43 right:0;
44 }
45
46 #aside_primary {
47 width:181px;
48 }
49
50 #form_notice,
51 #anon_notice {
52 top:190px;
53 }
54
55 #public.user_in #content,
56 #groups.user_in #content,
57 #publictagcloud.user_in #content,
58 #featured.user_in #content,
59 #favorited.user_in #content,
60 #all.user_in #content,
61 #replies.user_in #content,
62 #showstream.user_in #content,
63 #showfavorites.user_in #content,
64 #inbox.user_in #content,
65 #outbox.user_in #content,
66 #subscriptions.user_in #content,
67 #subscribers.user_in #content,
68 #showgroup.user_in #content,
69 #conversation.user_in #content,
70 #attachment.user_in #content {
71 padding-top:138px;
72 }
73
74 .notice {
75 z-index:1;
76 }
77 .notice:hover {
78 z-index:9999;
79 }
80 .notice .thumbnail img {
81 z-index:9999;
82 }