annotate media/django/css/patch-iewin.css @ 1:0dcfcdf50c62
Initial import of Madeira project from the private repository.
author |
Brian Neal <bgneal@gmail.com> |
date |
Mon, 06 Apr 2009 03:10:59 +0000 |
parents |
|
children |
|
rev |
line source |
bgneal@1
|
1 * html #container { position:static; } /* keep header from flowing off the page */
|
bgneal@1
|
2 * html .colMS #content-related { margin-right:0; margin-left:10px; position:static; } /* put the right sidebars back on the page */
|
bgneal@1
|
3 * html .colSM #content-related { margin-right:10px; margin-left:-115px; position:static; } /* put the left sidebars back on the page */
|
bgneal@1
|
4 * html .form-row { height:1%; }
|
bgneal@1
|
5 * html .dashboard #content { width:768px; } /* proper fixed width for dashboard in IE6 */
|
bgneal@1
|
6 * html .dashboard #content-main { width:535px; } /* proper fixed width for dashboard in IE6 */
|
bgneal@1
|
7 * html #changelist-filter ul { margin-right:-10px; } /* fix right margin for changelist filters in IE6 */
|
bgneal@1
|
8 * html .change-list .filtered { height:400px; } /* IE ignores min-height, but treats height as if it were min-height */ |