]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/shiny/css/ie.css
Merge remote branch 'gitorious/0.9.x' into 0.9.x
[quix0rs-gnu-social.git] / theme / shiny / css / ie.css
1 /* IE specific styles */
2
3 /* IE specific styles */
4
5 /* base theme overrides */
6
7 input.checkbox,
8 input.radio {
9 top:0;
10 }
11 .form_notice textarea {
12     width: 374px;
13 }
14 .form_notice .form_note + label {
15 position:absolute;
16 top:25px;
17 left:83%;
18 text-indent:-9999px;
19 height:16px;
20 width:16px;
21 display:block;
22         top: 31px;
23         right: 88px;
24 }
25 .form_notice #notice_action-submit {
26     width: 96px;
27     max-width: 96px;
28 }
29 .form_notice #notice_data-attach_selected,
30 .form_notice #notice_data-geo_selected {
31 width:78.75%;
32 }
33 .form_notice #notice_data-attach_selected button,
34 .form_notice #notice_data-geo_selected button {
35 padding:0 4px;
36 }
37 .notice-options input.submit {
38 font-size:0;
39 text-align:right;
40 text-indent:0;
41 }
42 .notice div.entry-content .timestamp a {
43 margin-right:4px;
44 }
45 .entity_profile {
46 width:64%;
47 }
48 .notice {
49 z-index:1;
50 }
51 .notice:hover {
52 z-index:9999;
53 }
54 .notice .thumbnail img {
55 z-index:9999;
56 }
57
58 .form_settings fieldset fieldset legend {
59 line-height:auto;
60 }
61
62 .form_notice #notice_data-attach {
63 filter: alpha(opacity=0);
64 }
65
66 #wrap {
67     background: url(../images/wrap_bg.png) repeat top left;
68 }
69
70 #aside_primary .section {
71     background: url(../images/wrap_bg.png) repeat top left;
72 }