* Opera tweaks: fixes for Opera 6 don't influence 7 anymore, cosmetiv tweaks to the...
[mediawiki.git] / stylesheets / monobook / IE60Fixes.css
blob1397fb90fb56c37c4559e5a342a9b13f88e2b3a0
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 display: block;
22 float: left;
23 padding-top: 0;
24 padding-bottom: 0;
25 height: 0.9em;
27 #portlet-contentViews li.selected {
28 background-color: White;
29 padding-bottom: 0.2em;
32 /* log in etc */
33 #portal-personaltools {
34 padding-bottom: 0.1em;
36 #bodyContent a.external {
37 background: url(external.png) center right no-repeat;
38 padding-right: 13px;
40 #bodyContent {
41 width: 98%;
44 /* show the hand */
45 #portlet-logo a,
46 #portlet-logo a:hover {
47 cursor: pointer;
49 div.visualClear {
50 width:100%;
51 line-height: 0;
53 textarea {
54 overflow: auto;
55 width: 99%;
56 /* same negative margin as on #portal-column-content
57 don't ask why..*/
58 margin-left: -12.2em;
60 #tawrapper {
61 width: 100%;
62 text-align: left;
63 overflow: hidden;
65 div.editsection,
66 div.tright,
67 div.tleft {
68 position: relative;
70 /*{ border:1px solid Red !important;}*/