]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/IE70Fixes.css
Remove useless unit after 0 in CSS
[SourceForge/phpwiki.git] / themes / MonoBook / IE70Fixes.css
1 /**
2  *  $Id$
3  */
4
5 /* 7.0 - only fixes */
6 /* content area */
7 /* workaround for various ie float bugs */
8
9 /* This bit is needed to make links clickable... WTF */
10 #column-content #content {
11     margin-left: 12.2em;
12     margin-top: 3em;
13     height: 1%;
14 }
15
16 .rtl #column-one {
17     /* For some reason it tries to inherit the padding-top into every div,
18      * and I can't figure out how to get it back off.
19      */
20     padding-top: 0;
21 }
22 .rtl #column-one #p-navigation {
23     margin-top: 160px;
24 }
25
26 /* the tabs */
27
28 #p-cactions {
29     z-index: 3;
30 }
31
32 #p-cactions li {
33     padding-bottom: 0 !important;
34     border: none;
35     background-color: transparent;
36     cursor: default;
37     float: none !important;
38 }
39
40 #p-cactions li a {
41     display: inline-block !important;
42     vertical-align: top;
43     padding-bottom: 0;
44     border: solid #aaa;
45     border-width: 1px 1px 0;
46 }
47 #p-cactions li.selected a {
48     border-color: #fabd23;
49     padding-bottom: 0.17em !important;
50 }
51 #p-cactions li a:hover {
52     padding-bottom: 0.17em !important;
53 }
54 #p-navigation a {
55     display: inline-block;
56     width: 100%;
57 }
58 #portal-personaltools {
59     padding-bottom: 0.1em;
60 }
61 textarea {
62     width: 96%;
63 }
64 tt {
65     font-size: 110%;
66 }
67
68 #footer li {
69     /* Work around bug with inline <li> tags with right margins and nowrap */
70     margin-right: 0;
71 }