]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/ie.css
Merge branch '1.0.x' into feedsub-wizard
[quix0rs-gnu-social.git] / theme / base / 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 input.checkbox,
10 input.radio {
11 top:0;
12 }
13 .form_notice textarea {
14 width:78%;
15 }
16 .form_notice .count + label {
17 position:absolute;
18 top:25px;
19 left:83%;
20 text-indent:-9999px;
21 height:16px;
22 width:16px;
23 display:block;
24 }
25 .form_notice .submit {
26 width:17%;
27 max-width:17%;
28 }
29 .form_notice .attach-status,
30 .form_notice #notice_data-geo_selected {
31 width:78.75%;
32 }
33 .form_notice .attach-status 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 }