]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/cloudy/css/ie.css
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
[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 #content,
56 #groups #content,
57 #publictagcloud #content,
58 #featured #content,
59 #favorited #content,
60 #all #content,
61 #replies #content,
62 #showstream #content,
63 #showfavorites #content,
64 #inbox #content,
65 #outbox #content,
66 #subscriptions #content,
67 #subscribers #content {
68 padding-top:138px;
69 }
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 }