(bug 7826) Fix another typo in an English message, and add to RELEASE-NOTES.
[mediawiki.git] / skins / monobook / IE70Fixes.css
blob2a2c9c771535c82aa826d2cdd55f062effed1e6d
1 /* 7.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
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%;
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.
16 padding-top: 0;
18 .rtl #column-one #p-navigation {
19 margin-top: 160px;
22 /* the tabs */
24 #p-cactions {
25 z-index: 3;
29 #p-cactions li {
30 padding-bottom: 0 !important;
31 border: none;
32 background-color: transparent;
33 cursor: default;
34 float: none !important;
37 #p-cactions li a {
38 display: inline-block !important;
39 vertical-align: top;
40 padding-bottom: 0;
41 border: solid #aaa;
42 border-width: 1px 1px 0;
44 #p-cactions li.selected a {
45 border-color: #fabd23;
46 padding-bottom: 0.17em;
48 #p-cactions li a:hover {
49 padding-bottom: 0.17em;
51 #p-navigation a {
52 display: inline-block;
53 width: 100%;
55 #portal-personaltools {
56 padding-bottom: 0.1em;
58 textarea {
59 width: 96%;
63 div.editsection,
64 #catlinks,
65 div.tright,
66 div.tleft {
67 position: relative;
72 #footer li {
73 /* Work around bug with inline <li> tags with right margins and nowrap */
74 margin-right: 0;