]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE70Fixes.css
Remove chmod; split subpages before translation
[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
19 .rtl #column-one #p-navigation {
20     margin-top: 160px;
21 }
22
23 /* the tabs */
24
25 #p-cactions {
26     z-index: 3;
27 }
28
29 #p-cactions li {
30     padding-bottom: 0 !important;
31     border: none;
32     background-color: transparent;
33     cursor: default;
34     float: none !important;
35 }
36
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;
43 }
44
45 #p-cactions li.selected a {
46     border-color: #fabd23;
47     padding-bottom: 0.17em !important;
48 }
49
50 #p-cactions li a:hover {
51     padding-bottom: 0.17em !important;
52 }
53
54 #p-navigation a {
55     display: inline-block;
56     width: 100%;
57 }
58
59 #portal-personaltools {
60     padding-bottom: 0.1em;
61 }
62
63 textarea {
64     width: 96%;
65 }
66
67 tt {
68     font-size: 110%;
69 }
70
71 #footer li {
72     /* Work around bug with inline <li> tags with right margins and nowrap */
73     margin-right: 0;
74 }