root / htmltest / sites / all / themes / mayo / css / ie.css @ 6c38d829
1 | 85ad3d82 | Assos Assos | /**
|
---|---|---|---|
2 | * IE7 had empty clearfix spacer divs causing white space issues.
|
||
3 | * Added class .cfie (clearfix ie).
|
||
4 | */
|
||
5 | |||
6 | * {
|
||
7 | margin: -1px; |
||
8 | } |
||
9 | |||
10 | div.clearfix.cfie { |
||
11 | height: 2px; |
||
12 | visibility: hidden; |
||
13 | } |
||
14 | |||
15 | /* IE7 renders legends in nested fieldsets without a width. */
|
||
16 | fieldset legend { |
||
17 | height: 1%; |
||
18 | } |
||
19 | |||
20 | /* IE renders absolute positioned legend where fieldset content starts. */
|
||
21 | fieldset .fieldset-legend { |
||
22 | left: 0; |
||
23 | top: 0; |
||
24 | } |
||
25 | |||
26 | /* IE renders monospace font too big. */
|
||
27 | code,
|
||
28 | pre,
|
||
29 | kbd {
|
||
30 | font-size: 1em; |
||
31 | } |
||
32 | |||
33 | .form-item-search-block-form .form-text { |
||
34 | padding-top: 4px; |
||
35 | height: 20px; |
||
36 | } |
||
37 | |||
38 | /**
|
||
39 | * For sidebar-first Superfish menues to make them visible over content area in IE7.
|
||
40 | */
|
||
41 | #sidebar-first {
|
||
42 | z-index: 2; |
||
43 | } |
||
44 | #content {
|
||
45 | z-index: 1; |
||
46 | } |