clean up 2011 files
[libreplanet-static.git] / 2011 / skins / monobook / IE70Fixes.css
CommitLineData
64a19c3d
ML
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/* the tabs */
22
23#p-cactions {
24 z-index: 3;
25}
26
27
28#p-cactions li {
29 padding-bottom: 0 !important;
30 border: none;
31 background-color: transparent;
32 cursor: default;
33 float: none !important;
34}
35
36#p-cactions li a {
37 display: inline-block !important;
38 vertical-align: top;
39 padding-bottom: 0;
40 border: solid #aaa;
41 border-width: 1px 1px 0;
42}
43#p-cactions li.selected a {
44 border-color: #fabd23;
45 padding-bottom: 0.17em;
46}
47#p-cactions li a:hover {
48 padding-bottom: 0.17em;
49}
50#p-navigation a {
51 display: inline-block;
52 width: 100%;
53}
54#portal-personaltools {
55 padding-bottom: 0.1em;
56}
57textarea {
58 width: 96%;
59}
60
61/*
62div.editsection,
63#catlinks,
64div.tright,
65div.tleft {
66 position: relative;
67}
68*/
69
70
71#footer li {
72 /* Work around bug with inline <li> tags with right margins and nowrap */
73 margin-right: 0;
74}