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