fix to some IE float problems
[lhc/web/wiklou.git] / stylesheets / monobook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3
4 /* workaround for various ie float bugs */
5 #portal-column-content #content {
6 margin-top: 3em;
7 overflow: auto;
8 height: 1%;
9 }
10
11 #portal-column-content {
12 display: inline;
13 }
14
15 /* the tabs */
16
17 #portlet-contentViews {
18 z-index: 3;
19 }
20
21 #portlet-contentViews li {
22 float: left;
23 padding-top: 0;
24 padding-bottom: 0 !important;
25 height: 0.9em;
26 }
27 #portlet-contentViews li a {
28 display: block;
29 padding-bottom: 0.045em;
30 }
31 #portlet-contentViews li.selected a {
32 padding-bottom: 0.17em;
33 }
34 #portlet-contentViews li a:hover {
35 padding-bottom: 0.17em;
36 }
37 /* log in etc */
38 #portal-personaltools {
39 padding-bottom: 0.1em;
40 }
41 #bodyContent a.external {
42 background: url(external.png) center right no-repeat;
43 padding-right: 13px;
44 }
45 #bodyContent {
46 width: 98%;
47 }
48
49 /* show the hand */
50 #portlet-logo a,
51 #portlet-logo a:hover {
52 cursor: pointer;
53 }
54 div.visualClear {
55 width:100%;
56 line-height: 0;
57 }
58 textarea {
59 overflow: auto;
60 width: 99%;
61 /* same negative margin as on #portal-column-content
62 don't ask why..*/
63 margin-left: -12.2em;
64 }
65 div.tawrapper {
66 width: 100%;
67 text-align: left;
68 overflow: hidden;
69 }
70 .special li {
71 overflow: auto;
72 width: 100%;
73 }
74
75 div.editsection,
76 #catlinks,
77 div.tright,
78 div.tleft {
79 position: relative;
80 }
81 /*{ border:1px solid Red !important;}*/