Skip to content

Commit

Permalink
Customizer theme details modal: Repair the layout for IE8.
Browse files Browse the repository at this point in the history
props obenland.
fixes #32066.

Built from https://develop.svn.wordpress.org/trunk@32269


git-svn-id: http://core.svn.wordpress.org/trunk@32240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
helen committed Apr 22, 2015
1 parent 6fbfc06 commit 685ebd0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions wp-admin/css/customize-controls-rtl.css
Expand Up @@ -1050,6 +1050,12 @@ p.customize-section-description {
overflow: visible; /* Prevent the top-level Customizer controls from becoming visible when elements on the right of the details modal are focused. */
}

.ie8 .wp-customizer .theme-overlay .theme-header,
.ie8 .wp-customizer .theme-overlay .theme-about,
.ie8 .wp-customizer .theme-overlay .theme-actions {
position: static;
}

/* Small Screens */
@media (max-width:850px), (max-height:472px) {
.wp-customizer .theme-overlay .theme-wrap {
Expand Down

0 comments on commit 685ebd0

Please sign in to comment.