Make WordPress Core


Ignore:
Timestamp:
05/19/2007 05:23:50 PM (17 years ago)
Author:
ryan
Message:

Fix widget admin layout for IE7. Props Denis-de-Bernardy. fixes #4264 for 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-admin/widgets.css

    r5324 r5493  
    8585
    8686.placematt {
    87     position: absolute;
    8887    cursor: default;
    8988    margin: 10px 0 0;
    9089    padding: 0;
    9190    width: 238px;
     91    float:left;
    9292    background-color: #ffe;
    9393}
     
    107107}
    108108
     109
    109110#palettediv {
    110111    border: 1px solid #bbb;
    111112    background-color: #f0f8ff;
    112     height: 180px;
     113    height:auto;
    113114    margin-top: 10px;
    114115}
Note: See TracChangeset for help on using the changeset viewer.