SkinPHPTal:
[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 #bodyContent {
41 width: 98%;
42 }
43
44 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
45 position:relative;
46 }
47
48 /* show the hand */
49 #portlet-logo a,
50 #portlet-logo a:hover {
51 cursor: pointer;
52 }
53 div.visualClear {
54 width:100%;
55 line-height: 0;
56 }
57 textarea {
58 overflow: auto;
59 width: 99%;
60 /* same negative margin as on #portal-column-content
61 don't ask why..*/
62 margin-left: -12.2em;
63 }
64 #tawrapper {
65 width: 100%;
66 text-align: left;
67 overflow: hidden;
68 }
69 /*{ border:1px solid Red !important;}*/