Fix structure elements
[lhc/web/wiklou.git] / skins / mono / IE55Fixes.css
1 /* IE5.5/win- only fixes */
2
3 /* slightly smaller top margin for the content area */
4
5
6 #portal-personaltools {
7 padding-bottom: 0.1em;
8 }
9
10 body {
11 font-size: xx-small;
12 }
13 /*#portlet-contentViews {
14 left: 11.4em;
15 z-index: 3;
16 }*/
17
18 #portlet-contentViews li.selected {
19 background-color: White;
20 }
21 #portal-column-content #content {
22 margin-top: 1.9em;
23 padding-top: 0.3em;
24 }
25 #portlet-contentViews li a,
26 #portlet-contentViews .selected a,
27 #portlet-contentViews li a:hover {
28 padding-bottom: 0.1em;
29 }
30 #portlet-contentViews li a {
31 z-index: 0 !important;
32 }
33 .portlet {
34 overflow:hidden;
35 }