tab height tweaks
[mediawiki.git] / stylesheets / monobook / IE60Fixes.css
blob2f085f83c829c3001c7dd2ac74c50977cef8bbda
1 /* 6.0 - only fixes */
2 /* content area */
4 /* workaround for various ie float bugs */
5 #portal-column-content #content {
6 margin-top: 3em;
7 overflow: auto;
10 #portal-column-content {
11 display: inline;
14 /* the tabs */
16 #portlet-contentViews {
17 z-index: 3;
20 #portlet-contentViews li {
21 float: left;
22 padding-top: 0;
23 padding-bottom: 0 !important;
24 height: 0.9em;
26 #portlet-contentViews li a {
27 display: block;
28 padding-bottom: 0.045em;
30 #portlet-contentViews li.selected a {
31 padding-bottom: 0.17em;
33 #portlet-contentViews li a:hover {
34 padding-bottom: 0.17em;
36 /* log in etc */
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;
44 #bodyContent {
45 width: 98%;
48 /* show the hand */
49 #portlet-logo a,
50 #portlet-logo a:hover {
51 cursor: pointer;
53 div.visualClear {
54 width:100%;
55 line-height: 0;
57 textarea {
58 overflow: auto;
59 width: 99%;
60 /* same negative margin as on #portal-column-content
61 don't ask why..*/
62 margin-left: -12.2em;
64 #tawrapper {
65 width: 100%;
66 text-align: left;
67 overflow: hidden;
69 div.editsection,
70 #catlinks,
71 div.tright,
72 div.tleft {
73 position: relative;
75 /*{ border:1px solid Red !important;}*/