8964131a822abe45c4adbaa259e6f79217e00c90
[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 div#column-content div#content {
7 margin-left: 12.2em;
8 margin-top: 3em;
9 height: 1%;
10 }
11 .rtl div#column-content div#content {
12 margin-right: 12.2em; margin-left: 0;
13 }
14
15
16 .rtl div#column-one {
17 /* For some reason it tries to inherit the padding-top into every div,
18 * and I can't figure out how to get it back off.
19 * Margin works correctly for this use, though.
20 */
21 padding-top: 0;
22 margin-top: 160px;
23 }
24
25 /* These elements also have padding-left: 20px; in main.css, but in RTL mode this is flipped.
26 * That's good in normal browsers, but in IE7 it needs to not be flipped for some daft reason.
27 * Also clear the right margin (originally margin-left: 1em)
28 */
29 li#pt-userpage, li#pt-anonuserpage, li#pt-login {
30 padding-left: 20px;
31 margin-right: 0;
32 }
33
34 .rtl a.feedlink {
35 background-position: right;
36 padding-right: 0;
37 padding-left: 16px;
38 }
39 /* the tabs */
40
41 #p-cactions {
42 z-index: 3;
43 }
44
45
46 #p-cactions li {
47 padding-bottom: 0 !important;
48 border: none;
49 background-color: transparent;
50 cursor: default;
51 float: none !important;
52 }
53
54 #p-cactions li a {
55 display: inline-block !important;
56 vertical-align: top;
57 padding-bottom: 0;
58 border: solid #aaa;
59 border-width: 1px 1px 0;
60 }
61 #p-cactions li.selected a {
62 border-color: #fabd23;
63 padding-bottom: 0.17em;
64 }
65 #p-cactions li a:hover {
66 padding-bottom: 0.17em;
67 }
68 #p-navigation a {
69 display: inline-block;
70 width: 100%;
71 }
72 #portal-personaltools {
73 padding-bottom: 0.1em;
74 }
75 textarea {
76 width: 96%;
77 }
78
79 /*
80 #catlinks,
81 div.tright,
82 div.tleft {
83 position: relative;
84 }
85 */
86
87
88 div#footer li {
89 /* Work around bug with inline <li> tags with right margins and nowrap */
90 margin-right: 0;
91 }