bgneal@1: /* IE 6 & 7 */ bgneal@1: bgneal@1: /* Proper fixed width for dashboard in IE6 */ bgneal@1: bgneal@1: .dashboard #content { bgneal@1: *width: 768px; bgneal@1: } bgneal@1: bgneal@1: .dashboard #content-main { bgneal@1: *width: 535px; bgneal@1: } bgneal@1: bgneal@1: /* IE 6 ONLY */ bgneal@1: bgneal@1: /* Keep header from flowing off the page */ bgneal@1: bgneal@1: #container { bgneal@1: _position: static; bgneal@1: } bgneal@1: bgneal@1: /* Put the right sidebars back on the page */ bgneal@1: bgneal@1: .colMS #content-related { bgneal@1: _margin-right: 0; bgneal@1: _margin-left: 10px; bgneal@1: _position: static; bgneal@1: } bgneal@1: bgneal@1: /* Put the left sidebars back on the page */ bgneal@1: bgneal@1: .colSM #content-related { bgneal@1: _margin-right: 10px; bgneal@1: _margin-left: -115px; bgneal@1: _position: static; bgneal@1: } bgneal@1: bgneal@1: .form-row { bgneal@1: _height: 1%; bgneal@1: } bgneal@1: bgneal@1: /* Fix right margin for changelist filters in IE6 */ bgneal@1: bgneal@1: #changelist-filter ul { bgneal@1: _margin-right: -10px; bgneal@1: } bgneal@1: bgneal@1: /* IE ignores min-height, but treats height as if it were min-height */ bgneal@1: bgneal@1: .change-list .filtered { bgneal@1: _height: 400px; bgneal@1: }