Make WordPress Core


Ignore:
Timestamp:
03/24/2008 04:18:30 PM (18 years ago)
Author:
ryan
Message:

FF3_b4 horizontal selects fix, widgets css fixes for IE6 and other small fixes and improvements from mt. fixes #6370

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/ie.css

    r7484 r7502  
    3232}
    3333
    34 #wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list {
     34#wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list, li.widget-list-control-item, #dragHelper, li.widget-list-control-item h4, .widget-sortable, .widget-control-actions {
    3535    display: block;
    3636    zoom: 100%;
     
    9393}
    9494
    95 * html .tablenav {
    96 
    97 }
    98 
    99 .tablenav .button-secondary {
     95.tablenav .button-secondary, .nav .button-secondary {
    10096    padding: 0 1px;
    10197    vertical-align: middle;
     
    124120
    125121.widefat tr, .widefat th {
    126     padding: 13px 25px 0 2px;
    127122    margin-bottom: 0;
    128123    border-spacing: 0;
    129124}
    130125
    131 .widefat thead th.check-column {
    132     padding: 9px 2px 4px 3px;
     126.widefat th input {
     127    margin: 0 0 0 5px;
     128}
     129
     130.widefat .check-column {
     131    padding: 6px 0 2px;
    133132}
    134133
    135134.widefat tbody th.check-column {
    136     padding: 4px 3px 22px 3px;
    137     text-align:center;
    138     width:1.8em;
     135    padding: 4px 0 22px;
    139136}
    140137
    141 .widefat th.num {
    142     padding: 14px 16px 0;
     138.tablenav a.button-secondary {
     139    display: inline-block;
     140    padding: 2px 5px;
    143141}
Note: See TracChangeset for help on using the changeset viewer.