]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / theme / base / css / ie.css
1 /* IE specific styles */
2 input.checkbox,
3 input.radio {
4 top:0;
5 }
6 .form_notice textarea {
7 width:78%;
8 }
9 .form_notice .form_note + label {
10 position:absolute;
11 top:25px;
12 left:83%;
13 text-indent:-9999px;
14 height:16px;
15 width:16px;
16 display:block;
17 }
18 .form_notice #notice_action-submit {
19 width:17%;
20 max-width:17%;
21 }
22 .form_notice #notice_data-attach_selected,
23 .form_notice #notice_data-geo_selected {
24 width:78.75%;
25 }
26 .form_notice #notice_data-attach_selected button,
27 .form_notice #notice_data-geo_selected button {
28 padding:0 4px;
29 }
30 .notice-options input.submit {
31 font-size:0;
32 text-align:right;
33 text-indent:0;
34 }
35 .notice div.entry-content .timestamp a {
36 margin-right:4px;
37 }
38 .entity_profile {
39 width:64%;
40 }
41 .notice {
42 z-index:1;
43 }
44 .notice:hover {
45 z-index:9999;
46 }
47 .notice .thumbnail img {
48 z-index:9999;
49 }
50
51 .form_settings fieldset fieldset legend {
52 line-height:auto;
53 }