* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
[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 .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 #column-one {
19 /* Regular padding doesn't work for some reason */
20 padding-top: 0px;
21 margin-top: 160px;
22 }
23
24 /* the tabs */
25
26 #p-cactions {
27 z-index: 3;
28 }
29
30
31 #p-cactions li {
32 padding-bottom: 0 !important;
33 border: none;
34 background-color: transparent;
35 cursor: default;
36 float: none !important;
37 }
38
39 #p-cactions li a {
40 display: inline-block !important;
41 vertical-align: top;
42 padding-bottom: 0;
43 border: solid #aaa;
44 border-width: 1px 1px 0;
45 }
46 #p-cactions li.selected a {
47 border-color: #fabd23;
48 padding-bottom: 0.17em;
49 }
50 #p-cactions li a:hover {
51 padding-bottom: 0.17em;
52 }
53 #p-navigation a {
54 display: inline-block;
55 width: 100%;
56 }
57 #portal-personaltools {
58 padding-bottom: 0.1em;
59 }
60 textarea {
61 width: 96%;
62 }
63
64 /*
65 div.editsection,
66 #catlinks,
67 div.tright,
68 div.tleft {
69 position: relative;
70 }
71 */
72
73
74 #footer li {
75 /* Work around bug with inline <li> tags with right margins and nowrap */
76 margin-right: 0;
77 }