IE float overflow improvement
[mediawiki.git] / stylesheets / monobook / IE60Fixes.css
blobb71cb2d099f7f0506551dc1877f501bbd745cf52
1 /* 6.0 - only fixes */
2 /* content area */
4 /* workaround for various ie float bugs */
5 #column-content #content {
6 margin-top: 3em;
7 height: 1%;
9 #bodyContent {
10 height: 1%;
13 #column-content { display: inline; }
15 /* the tabs */
17 #p-cactions {
18 z-index: 3;
21 #p-cactions li {
22 float: left;
23 padding-top: 0;
24 padding-bottom: 0 !important;
25 height: 0.9em;
27 #p-cactions li a {
28 display: block;
29 padding-bottom: 0.045em;
31 #p-cactions li.selected a {
32 padding-bottom: 0.17em;
34 #p-cactions li a:hover {
35 padding-bottom: 0.17em;
37 #portal-personaltools {
38 padding-bottom: 0.1em;
40 #bodyContent a.external {
41 background: url(external.png) center right no-repeat;
42 padding-right: 13px;
45 /* show the hand */
46 #p-logo a,
47 #p-logo a:hover {
48 cursor: pointer;
50 div.visualClear {
51 width:100%;
52 line-height: 0;
54 textarea {
55 overflow: auto;
56 width: 97%;
59 div.editsection,
60 #catlinks,
61 div.tright,
62 div.tleft {
63 position: relative;
65 /*{ border:1px solid Red !important;}*/