Documentation fix for r65049.
[mediawiki.git] / skins / monobook / IE60Fixes.css
blobe6e447f6f5e9dec2bbdf749485382d175596ec5a
1 /* 6.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
4 #column-content {
5 float: none;
6 margin-left: 0;
7 height: 1%;
9 #column-content #content {
10 margin-left: 12.2em;
11 margin-top: 3em;
12 height: 1%;
14 #column-one {
15 position: absolute;
16 top: 0;
17 left: 0;
18 z-index: 4;
20 #footer {
21 margin-left: 13.6em;
22 border-left: 1px solid #fabd23;
25 /* the tabs */
27 #p-cactions {
28 z-index: 3;
31 #p-cactions li {
32 padding-bottom: 0 !important;
33 border: none;
34 background-color: transparent;
35 cursor: default;
36 float: none !important;
38 #p-cactions li a {
39 display: inline-block !important;
40 vertical-align: top;
41 padding-bottom: 0;
42 border: solid #aaa;
43 border-width: 1px 1px 0;
45 #p-cactions li.selected a {
46 border-color: #fabd23;
47 padding-bottom: 0.17em;
49 #p-cactions li a:hover {
50 padding-bottom: 0.17em;
52 #p-navigation a {
53 display: inline-block;
54 width: 100%;
56 #portal-personaltools {
57 padding-bottom: 0.1em;
59 #bodyContent a.external {
60 background: url(external.png) center right no-repeat;
61 padding-right: 13px;
64 .rtl #bodyContent a.external {
65 background-image: url(external-rtl.png);
66 padding-right: 13px;
69 .rtl a.feedlink {
70 background-position: right;
71 padding-right: 0;
72 padding-left: 16px;
75 /* show the hand */
76 #p-logo a,
77 #p-logo a:hover {
78 cursor: pointer;
80 div.visualClear {
81 width:100%;
82 line-height: 0;
84 textarea {
85 width: 96%;
88 div.editsection,
89 #catlinks,
90 div.tright,
91 div.tleft {
92 position: relative;
95 /* bug 12846 */
96 body.rtl #preftoc a, body.rtl #preftoc a:active {
97 float: left;