position: relative moved to IEFix stylesheets.
[lhc/web/wiklou.git] / stylesheets / monobook / IE55Fixes.css
1 /* IE5.5/win- only fixes */
2
3 #portal-column-content {
4 display: inline;
5 }
6 #portal-column-content #content {
7 margin-top: 2.8em;
8 overflow: auto;
9 }
10 #bodyContent center,
11 #bodyContent pre {
12 overflow: auto;
13 }
14
15 #portal-personaltools {
16 padding-bottom: 0.1em;
17 }
18 img {
19 position: relative;
20 }
21 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
22 position:relative;
23 }
24
25 body {
26 font-size: xx-small;
27 }
28 #portlet-contentViews {
29 width: 76% !important;
30 z-index: 3 !important;
31 float: none;
32 }
33
34 #portlet-contentViews li {
35 display: block;
36 float: left;
37 padding: 0;
38 }
39 #portlet-contentViews li.selected {
40 background-color: White;
41 }
42
43 #portlet-contentViews li a,
44 #portlet-contentViews .selected a,
45 #portlet-contentViews li a:hover {
46 padding-bottom: 0.1em;
47 }
48 #portlet-contentViews li a {
49 z-index: 0 !important;
50 }
51 .portlet {
52 overflow:hidden;
53 }
54 #bodyContent a.external {
55 background: url(external.png) center right no-repeat;
56 padding-right: 13px;
57 }