066312c5320bc4b7a007890b4f239158b4477be2
[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 }
9
10 #portal-column-content {
11 display: inline;
12 }
13
14 /* the tabs */
15
16 #portlet-contentViews {
17 z-index: 3;
18 }
19
20 #portlet-contentViews li {
21 display: block;
22 float: left;
23 padding-top: 0;
24 padding-bottom: 0;
25 height: 0.9em;
26 }
27 #portlet-contentViews li.selected {
28 background-color: White;
29 padding-bottom: 0.2em;
30 }
31
32 /* log in etc */
33 #portal-personaltools {
34 padding-bottom: 0.1em;
35 }
36 #bodyContent a.external {
37 background: url(external.png) center right no-repeat;
38 padding-right: 13px;
39 }
40
41
42 /* height on everything... */
43 #toc,
44 #content p,
45 div.comment,
46 h1,
47 h2,
48 h3,
49 h4,
50 h5,
51 h6,
52 .description,
53 .portalMessage {
54 height: 1%;
55 }
56
57 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
58 position:relative;
59 }
60
61 /* show the hand */
62 #portlet-logo a,
63 #portlet-logo a:hover {
64 cursor: pointer;
65 }
66 .visualClear {
67 width:100%;
68 height: 0px;
69 padding:0;
70 margin:0;
71 }
72 textarea {
73 overflow: scroll;
74 overflow-x: hidden;
75 }
76 /*{ border:1px solid Red !important;}*/