Themes: Avoid overlap with themes with small screenshots and no description.

props matveb.
fixes #26465.


git-svn-id: https://develop.svn.wordpress.org/trunk@26753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-06 23:15:23 +00:00
parent f2be10ef2a
commit 426dbc083c

View File

@ -7054,6 +7054,7 @@ body.folded .theme-overlay .theme-wrap {
.theme-overlay .parent-theme strong {
font-weight: 700;
}
/**
* Single Theme Mode
* Displays detailed view inline when a user has no switch capabilities
@ -7063,16 +7064,24 @@ body.folded .theme-overlay .theme-wrap {
.single-theme .theme {
display: none;
}
.single-theme .theme-overlay .theme-wrap {
clear: both;
position: static;
min-height: 330px;
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.single-theme .theme-overlay .theme-about {
padding: 30px;
padding: 30px 30px 70px;
position: static;
}
.single-theme .theme-overlay .theme-actions {
position: static;
position: absolute;
}
/**
@ -7266,6 +7275,9 @@ body.folded .theme-overlay .theme-wrap {
.single-theme .current-label {
display: none;
}
.single-theme .theme-overlay .theme-actions {
position: static;
}
}
.broken-themes {