* (bug 4824) Separate out IE7 CSS compat hacks, fix for RTL pages
[lhc/web/wiklou.git] / skins / monobook / IE70Fixes.css
1 /* 7.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
4
5 /* This bit is needed to make links clickable... WTF */
6 #column-content #content {
7 margin-left: 12.2em;
8 margin-top: 3em;
9 height: 1%;
10 }
11
12 html.rtl #column-one {
13 /* For some reason it tries to inherit the padding-top into every div,
14 * and I can't figure out how to get it back off.
15 */
16 padding-top: 0;
17 }
18 html.rtl #column-one #p-navigation {
19 margin-top: 160px;
20 }
21
22 /* the tabs */
23
24 #p-cactions {
25 z-index: 3;
26 }
27
28
29 #p-cactions li {
30 padding-bottom: 0 !important;
31 border: none;
32 background-color: transparent;
33 cursor: default;
34 float: none !important;
35 }
36
37 #p-cactions li a {
38 display: inline-block !important;
39 vertical-align: top;
40 padding-bottom: 0;
41 border: solid #aaa;
42 border-width: 1px 1px 0;
43 }
44 #p-cactions li.selected a {
45 border-color: #fabd23;
46 padding-bottom: 0.17em;
47 }
48 #p-cactions li a:hover {
49 padding-bottom: 0.17em;
50 }
51 #p-navigation a {
52 display: inline-block;
53 width: 100%;
54 }
55 #portal-personaltools {
56 padding-bottom: 0.1em;
57 }
58 textarea {
59 width: 96%;
60 }
61
62 /*
63 div.editsection,
64 #catlinks,
65 div.tright,
66 div.tleft {
67 position: relative;
68 }
69 */