Themes: Avoid overlap with themes with small screenshots and no description.
props matveb. fixes #26465. Built from https://develop.svn.wordpress.org/trunk@26753 git-svn-id: http://core.svn.wordpress.org/trunk@26641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a0763c2fbb
commit
dfdcf6246a
|
@ -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;
|
||||
right: auto;
|
||||
left: 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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue