Merge "Some improvements to Special:MergeHistory"
[mediawiki.git] / skins / monobook / IE60Fixes.css
blobcd9399f0d621e9b448ad682179fd8c63d0d91db8
1 /* 6.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
4 div#column-content {
5 float: none;
6 margin-left: 0;
7 height: 1%;
10 div#column-content div#content {
11 margin-left: 12.2em;
12 margin-top: 3em;
13 height: 1%;
16 .rtl div#column-content div#content {
17 margin-right: 12.2em;
18 margin-left: 0;
21 div#column-one {
22 position: absolute;
23 top: 0;
24 left: 0;
25 z-index: 4;
28 .rtl div#column-one {
29 left: auto;
30 right: 0;
33 div#footer {
34 margin-left: 13.6em;
35 border-left: 1px solid #fabd23;
38 .rtl div#footer {
39 margin-left: 0;
40 margin-right: 13.6em;
41 border-left: none;
42 border-right: 1px solid #fabd23;
45 /* float/negative margin brokenness */
46 * html div#footer {
47 margin-top: 0;
50 * html div#column-content {
51 display: inline;
52 margin-bottom: 0;
55 /* the tabs */
57 #p-cactions {
58 z-index: 3;
61 #p-cactions li {
62 padding-bottom: 0 !important;
63 border: none;
64 background-color: transparent;
65 cursor: default;
66 float: none !important;
69 #p-cactions li a {
70 display: inline-block !important;
71 vertical-align: top;
72 padding-bottom: 0;
73 border: solid #aaa;
74 border-width: 1px 1px 0;
77 #p-cactions li.selected a {
78 border-color: #fabd23;
79 padding-bottom: 0.17em;
82 #p-cactions li a:hover {
83 padding-bottom: 0.17em;
86 #p-navigation a {
87 display: inline-block;
88 width: 100%;
91 #portal-personaltools {
92 padding-bottom: 0.1em;
95 .rtl a.feedlink {
96 background-position: right;
97 padding-right: 0;
98 padding-left: 16px;
101 /* show the hand */
102 #p-logo a,
103 #p-logo a:hover {
104 cursor: pointer;
107 div.visualClear {
108 width: 100%;
109 line-height: 0;
112 textarea {
113 width: 96%;
116 #catlinks,
117 div.tright,
118 div.tleft {
119 position: relative;
122 /* bug 12846 */
123 body.rtl #preftoc a, body.rtl #preftoc a:active {
124 float: left;