abeeaf0cb0d2fdcd2f6832e79fccff8dbed580ce
[lhc/web/wiklou.git] / stylesheets / davinci / 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 z-index:0;
51 overflow: visible;
52 top: 0px;
53 }
54
55 textarea {
56 width: 78% !important;
57 }
58
59
60 #portal-column-content {
61 margin: 2.8em 0 0 -12.2em !important;
62 }
63 #portal-column-content #content {
64 margin-left: 12.2em;
65 position: relative;
66 z-index: 1;
67 }
68 /* slightly smaller top margin for the content area */
69
70
71 #portlet-contentViews {
72 top: 1.4em;
73 left: 11.8em;
74 background: transparent;
75 width: 76% !important;
76 }
77
78 #portlet-contentViews ul {
79 display: block;
80 float: left;
81 }
82 #portlet-contentViews li {
83 display: block;
84 float: left;
85 }
86 #portlet-contentViews li a {
87 display: block;
88 float: left;
89 padding-bottom: 0.2em;
90 }
91 #portlet-contentViews .selected a,
92 #portlet-contentViews li a:hover {
93 padding-bottom: 0.2em;
94 }
95
96 #portlet-personal {
97 position: absolute;
98 text-align: right;
99 top: 0px;
100 left: 0px;
101 /*width: 760px !important;*/
102 width: 100% !important;
103 white-space: nowrap !important;
104 padding: 0;
105 margin: 0;
106 border: none;
107 }
108
109 #portal-personaltools {
110 padding-bottom: 0.1em;
111 }
112
113 #portal-personaltools li a {
114 padding-left: 2em !important;
115 margin-left: 2em !important;
116 }
117
118
119 #portal-footer {
120 margin: 0 0 0 15em;
121 }
122
123 /* padding fixes */
124 #content {
125 padding: 0 0 1em 0em;
126 margin: 0;
127 }
128 .urlexpansion {
129 display: none !important;
130 }
131 #documentSubtitle {
132 margin: -1em 0 0.6em 1em;
133 }
134
135 /*div{ border:1px solid Red !important;}*/