bug 28503: add ircs to UrlProtocols in defaultsettings & css
[mediawiki.git] / skins / monobook / IE70Fixes.css
blob91b39efde70619ec2b9d490e2d2c56e5635ec235
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 div#column-content div#content {
7 margin-left: 12.2em;
8 margin-top: 3em;
9 height: 1%;
12 .rtl div#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 .rtl #bodyContent a.external {
22 background-image: url(external-rtl.png);
23 padding: 0 13px 0 0;
26 .rtl a.feedlink {
27 background-position: right;
28 padding-right: 0;
29 padding-left: 16px;
31 /* the tabs */
33 #p-cactions {
34 z-index: 3;
38 #p-cactions li {
39 padding-bottom: 0 !important;
40 border: none;
41 background-color: transparent;
42 cursor: default;
43 float: none !important;
46 #p-cactions li a {
47 display: inline-block !important;
48 vertical-align: top;
49 padding-bottom: 0;
50 border: solid #aaa;
51 border-width: 1px 1px 0;
53 #p-cactions li.selected a {
54 border-color: #fabd23;
55 padding-bottom: 0.17em;
57 #p-cactions li a:hover {
58 padding-bottom: 0.17em;
60 #p-navigation a {
61 display: inline-block;
62 width: 100%;
64 #portal-personaltools {
65 padding-bottom: 0.1em;
67 textarea {
68 width: 96%;
72 div.editsection,
73 #catlinks,
74 div.tright,
75 div.tleft {
76 position: relative;
81 div#footer li {
82 /* Work around bug with inline <li> tags with right margins and nowrap */
83 margin-right: 0;