equal
deleted
inserted
replaced
|
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 } |
|
52 |
|
53 /* IE doesn't know alpha transparency in PNGs */ |
|
54 |
|
55 .inline-deletelink { |
|
56 background: transparent url(../img/admin/inline-delete-8bit.png) no-repeat; |
|
57 } |