Make WordPress Core

Changeset 32269


Ignore:
Timestamp:
04/22/2015 06:56:01 PM (10 years ago)
Author:
helen
Message:

Customizer theme details modal: Repair the layout for IE8.

props obenland.
fixes #32066.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r32265 r32269  
    10511051}
    10521052
     1053.ie8 .wp-customizer .theme-overlay .theme-header,
     1054.ie8 .wp-customizer .theme-overlay .theme-about,
     1055.ie8 .wp-customizer .theme-overlay .theme-actions {
     1056    position: static;
     1057}
     1058
    10531059/* Small Screens */
    10541060@media (max-width:850px), (max-height:472px) {
Note: See TracChangeset for help on using the changeset viewer.