Make WordPress Core

Changeset 9653


Ignore:
Timestamp:
11/13/2008 12:50:09 AM (17 years ago)
Author:
azaozz
Message:

Fix for IE7 not respecting min-width on buttons, fixes #8109

File:
1 edited

Legend:

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

    r9604 r9653  
    2929input.button-highlighted {
    3030    padding: 0;
     31}
     32
     33#minor-publishing-actions input,
     34#major-publishing-actions input,
     35#minor-publishing-actions .preview {
     36    min-width: auto;
     37    padding-left: 0;
     38    padding-right: 0;
    3139}
    3240
Note: See TracChangeset for help on using the changeset viewer.