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