Django

Code

Changeset 3064

Show
Ignore:
Timestamp:
06/02/06 10:17:10 (3 years ago)
Author:
wilson
Message:

Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to avoid confusion.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/admin/media/css/changelists.css

    r2809 r3064  
    55#changelist table { width:100%; } 
    66.change-list .filtered table { border-right:1px solid #ddd;  } 
    7 .change-list .filtered { min-height:400px; _height:400px;
     7.change-list .filtered { min-height:400px;
    88.change-list .filtered { background:white url(../img/admin/changelist-bg.gif) top right repeat-y !important; } 
    99.change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull { margin-right:160px !important; width:auto !important; } 
     
    2828#changelist-filter h2 { font-size:11px; padding:2px 5px; border-bottom:1px solid #ddd; } 
    2929#changelist-filter h3 { font-size:12px; margin-bottom:0; } 
    30 #changelist-filter ul { padding-left:0;margin-left:10px;_margin-right:-10px;
     30#changelist-filter ul { padding-left:0;margin-left:10px;
    3131#changelist-filter li { list-style-type:none; margin-left:0; padding-left:0; } 
    3232#changelist-filter a { color:#999; } 
  • django/trunk/django/contrib/admin/media/css/patch-iewin.css

    r2809 r3064  
    55* html .dashboard #content { width:768px; } /* proper fixed width for dashboard in IE6 */ 
    66* html .dashboard #content-main { width:535px; } /* proper fixed width for dashboard in IE6 */ 
     7* html #changelist-filter ul { margin-right:-10px; } /* fix right margin for changelist filters in IE6 */ 
     8* html .change-list .filtered { height:400px; } /* IE ignores min-height, but treats height as if it were min-height */