Reworked e-mail blocking. To be enabled for a user, it now requires that $wgSysopEmai...
[mediawiki.git] / skins / monobook / IE70Fixes.css
blob43ff7076d5e8e2dd10fefa7b458f88353ca37b11
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.
15 * Margin works correctly for this use, though.
17 padding-top: 0;
18 margin-top: 160px;
21 /* the tabs */
23 #p-cactions {
24 z-index: 3;
28 #p-cactions li {
29 padding-bottom: 0 !important;
30 border: none;
31 background-color: transparent;
32 cursor: default;
33 float: none !important;
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;
43 #p-cactions li.selected a {
44 border-color: #fabd23;
45 padding-bottom: 0.17em;
47 #p-cactions li a:hover {
48 padding-bottom: 0.17em;
50 #p-navigation a {
51 display: inline-block;
52 width: 100%;
54 #portal-personaltools {
55 padding-bottom: 0.1em;
57 textarea {
58 width: 96%;
62 div.editsection,
63 #catlinks,
64 div.tright,
65 div.tleft {
66 position: relative;
71 #footer li {
72 /* Work around bug with inline <li> tags with right margins and nowrap */
73 margin-right: 0;