BUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing under MSIE 5.5
[lhc/web/wiklou.git] / skins / monobook / IE55Fixes.css
1 /* IE5.5/win- only fixes */
2
3 #column-content {
4 float: none;
5 margin-left: 0;
6 height: 1%;
7 }
8 #column-content #content {
9 position: relative;
10 z-index: 5;
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
14 }
15 #column-one {
16 position: absolute;
17 top: 0;
18 left: 0;
19 z-index: 4;
20 width: 100%;
21 }
22 #footer {
23 margin-left: 13.6em;
24 border-left: 1px solid #fabd23;
25 }
26
27 /*#bodyContent div,
28 #bodyContent pre { overflow: auto; }*/
29
30 #p-personal { padding-bottom: 0.1em; }
31
32 body { font-size: xx-small; }
33
34 #p-cactions {
35 width: 76% !important;
36 z-index: 3 !important;
37 float: none;
38 }
39 #p-cactions li {
40 float: left;
41 padding-top: 0;
42 padding-bottom: 0 !important;
43 height: 0.9em;
44 }
45 #p-cactions li a {
46 display: block;
47 padding-bottom: 0.045em;
48 }
49 #p-cactions li.selected a {
50 padding-bottom: 0.17em;
51 }
52 #p-cactions li a:hover {
53 padding-bottom: 0.17em;
54 }
55 .portlet {
56 overflow:hidden;
57 }
58 #bodyContent a.external {
59 background: url(external.png) center right no-repeat;
60 padding-right: 13px;
61 }
62 /* show the hand */
63 #p-logo a,
64 #p-logo a:hover {
65 cursor: pointer;
66 }
67 .visualClear {
68 width:90%;
69 height: 1px;
70 padding:0;
71 margin:0;
72 }
73
74 #editform {
75 width: 100%;
76 }