comparison media/django/css/ie.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
comparison
equal deleted inserted replaced
0:df0370bfe3f0 1:0dcfcdf50c62
1 /* IE 6 & 7 */
2
3 /* Proper fixed width for dashboard in IE6 */
4
5 .dashboard #content {
6 *width: 768px;
7 }
8
9 .dashboard #content-main {
10 *width: 535px;
11 }
12
13 /* IE 6 ONLY */
14
15 /* Keep header from flowing off the page */
16
17 #container {
18 _position: static;
19 }
20
21 /* Put the right sidebars back on the page */
22
23 .colMS #content-related {
24 _margin-right: 0;
25 _margin-left: 10px;
26 _position: static;
27 }
28
29 /* Put the left sidebars back on the page */
30
31 .colSM #content-related {
32 _margin-right: 10px;
33 _margin-left: -115px;
34 _position: static;
35 }
36
37 .form-row {
38 _height: 1%;
39 }
40
41 /* Fix right margin for changelist filters in IE6 */
42
43 #changelist-filter ul {
44 _margin-right: -10px;
45 }
46
47 /* IE ignores min-height, but treats height as if it were min-height */
48
49 .change-list .filtered {
50 _height: 400px;
51 }