]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE70Fixes.css
make tt larger on MSIE
[SourceForge/phpwiki.git] / themes / MonoBook / IE70Fixes.css
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          */
16         padding-top: 0;
17 }
18 .rtl #column-one #p-navigation {
19         margin-top: 160px;
20 }
21
22 /* the tabs */
23
24 #p-cactions {
25         z-index: 3;
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 !important;
46 }
47 #p-cactions li a:hover {
48         padding-bottom: 0.17em !important;
49 }
50 #p-navigation a {
51         display: inline-block;
52         width: 100%;
53 }
54 #portal-personaltools {
55         padding-bottom: 0.1em;
56 }
57 textarea {
58         width: 96%;
59 }
60 tt {
61         font-size: 110%;
62 }
63
64 /*
65 div.editsection,
66 #catlinks,
67 div.tright,
68 div.tleft {
69         position: relative;
70 }
71 */
72
73
74 #footer li {
75         /* Work around bug with inline <li> tags with right margins and nowrap */
76         margin-right: 0;
77 }