Revert r52410 (Put the [edit] link after the section header instead of before, and...
[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 * Margin works correctly for this use, though.
16 */
17 padding-top: 0;
18 margin-top: 160px;
19 }
20
21 .rtl #bodyContent a.external {
22 background-image: url(external-rtl.png);
23 padding: 0 13px 0 0;
24 }
25
26 .rtl a.feedlink {
27 background-position: right;
28 padding-right: 0;
29 padding-left: 16px;
30 }
31 /* the tabs */
32
33 #p-cactions {
34 z-index: 3;
35 }
36
37
38 #p-cactions li {
39 padding-bottom: 0 !important;
40 border: none;
41 background-color: transparent;
42 cursor: default;
43 float: none !important;
44 }
45
46 #p-cactions li a {
47 display: inline-block !important;
48 vertical-align: top;
49 padding-bottom: 0;
50 border: solid #aaa;
51 border-width: 1px 1px 0;
52 }
53 #p-cactions li.selected a {
54 border-color: #fabd23;
55 padding-bottom: 0.17em;
56 }
57 #p-cactions li a:hover {
58 padding-bottom: 0.17em;
59 }
60 #p-navigation a {
61 display: inline-block;
62 width: 100%;
63 }
64 #portal-personaltools {
65 padding-bottom: 0.1em;
66 }
67 textarea {
68 width: 96%;
69 }
70
71 /*
72 div.editsection,
73 #catlinks,
74 div.tright,
75 div.tleft {
76 position: relative;
77 }
78 */
79
80
81 #footer li {
82 /* Work around bug with inline <li> tags with right margins and nowrap */
83 margin-right: 0;
84 }