Fix structure elements
[lhc/web/wiklou.git] / skins / mono / IE50Fixes.css
1 /*
2 ** IE5.0 Fix Stylesheet
3 */
4
5 /* IE 4&5 interpret keyword sizes one off */
6 body {
7 font-size: xx-small;
8 }
9
10 * html #visual-portal-wrapper {
11 width: 100%;
12 }
13 * html*#visual-portal-wrapper {
14 width: auto;
15 }
16
17 input {
18 margin-bottom: 1px; /* bug fix */
19 }
20
21 table.listing td.top {
22 /* insane IE row bug workaround */
23 position: relative;
24 left: -1px;
25 top: -1px;
26 }
27
28 /* 5.0 doesn't like the background icon for external links and user */
29 .link-external,
30 .external {
31 background: none;
32 padding: 0;
33 }
34 li#personaltools-userpage,
35 li#personaltools-login,
36 li#personaltools-logout {
37 background: none;
38 padding-left: none;
39 }
40
41 /* try to prevent the sidebar from getting pushed to the bottom */
42
43 .portlet {
44 width: 13.5em;
45 overflow: hidden;
46 }
47
48 #portal-column-one {
49 position: absolute;
50 overflow: visible;
51 top: 0px;
52 }
53
54 textarea {
55 width: 78% !important;
56 }
57
58
59 #portal-column-content {
60 margin: 0 0 0 -12.2em !important;
61 }
62 #portal-column-content #content {
63 margin-left: 12.2em;
64 margin-top: 2.8em;
65 /* padding-top: 0.3em;*/
66 position: relative;
67 }
68 /* slightly smaller top margin for the content area */
69
70
71 #portlet-contentViews {
72 background: transparent;
73 width: 76% !important;
74 line-height: 1.1em;
75 }
76
77 #portlet-contentViews li a,
78 #portlet-contentViews .selected a,
79 #portlet-contentViews li a:hover {
80 padding-bottom: 0.1em;
81 margin-top: 1px;
82 padding-top: -1px;
83 }
84
85 #portlet-contentViews li.selected {
86 background-color: White;
87 padding-top: -1px;
88 }
89 #portlet-contentViews li {
90 padding-top: 0;
91 }
92 #portlet-personal {
93 position: absolute;
94 text-align: right;
95 top: 0px;
96 left: 0px;
97 /*width: 760px !important;*/
98 width: 100% !important;
99 white-space: nowrap !important;
100 padding: 0;
101 margin: 0;
102 border: none;
103 background: transparent;
104 }
105
106 #portal-personaltools {
107 padding-bottom: 0;
108 background: transparent;
109 }
110
111 #portal-personaltools li a {
112 padding-left: 2em !important;
113 margin-left: 2em !important;
114 }
115
116
117 #portal-footer {
118 margin: 0 0 0 15em;
119 }
120
121 .urlexpansion {
122 display: none !important;
123 }
124 #documentSubtitle {
125 margin: -1em 0 0.6em 1em;
126 }
127
128 /*div{ border:1px solid Red !important;}*/