]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/shiny/css/ie.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / shiny / css / ie.css
1 /* Temporary copy of base styles for overriding */
2
3 input.checkbox,
4 input.radio {
5 top:0;
6 }
7 .form_notice textarea {
8     width: 362px;
9 }
10 .form_notice .count + label {
11 position:absolute;
12 top:25px;
13 left:83%;
14 text-indent:-9999px;
15 height:16px;
16 width:16px;
17 display:block;
18     left: 392px;
19     top: 27px;
20     right: 88px;
21 }
22 .form_notice #notice_action-submit {
23     width: 96px;
24     max-width: 96px;
25 }
26 .form_notice .attach-status,
27 .form_notice #notice_data-geo_selected {
28 width:78.75%;
29 }
30 .form_notice .attach-status button,
31 .form_notice #notice_data-geo_selected button {
32 padding:0 4px;
33 }
34 .notice-options input.submit {
35 font-size:0;
36 text-align:right;
37 text-indent:0;
38 }
39 .notice div.entry-content .timestamp a {
40 margin-right:4px;
41 }
42 .entity_profile {
43 width:64%;
44 }
45 .notice {
46 z-index:1;
47 }
48 .notice:hover {
49 z-index:9999;
50 }
51 .notice .thumbnail img {
52 z-index:9999;
53 }
54
55 .form_settings fieldset fieldset legend {
56 line-height:auto;
57 }
58
59
60 /* IE specific styles */
61
62 .notice-options input.submit {
63     color:#FFFFFF;
64 }
65
66 .form_notice #notice_data-attach {
67     filter: alpha(opacity=0);
68 }
69
70 .form_notice .count + label {
71     background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
72 }
73
74 .form_notice #notice_data-geo_wrap label {
75    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
76 }
77 .form_notice #notice_data-geo_wrap label.checked {
78    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
79 }
80
81 #wrap {
82     background: url(../images/wrap_bg.png) repeat top left;
83 }
84
85 #aside_primary .section {
86     background: url(../images/wrap_bg.png) repeat top left;
87 }