Ensure that 'Add New Theme' text doesn't overlap the + icon even at Firefox's ridiculously small 230px wide browser. Fixes #26226.
git-svn-id: https://develop.svn.wordpress.org/trunk@26584 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a8a4ce9f0d
commit
8722b53c96
|
@ -6652,7 +6652,9 @@ span.imgedit-scale-warn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -50px;
|
top: 0;
|
||||||
|
margin-top: -10%;
|
||||||
|
margin-bottom: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme:hover .theme-name {
|
.theme-browser .theme.add-new-theme:hover .theme-name {
|
||||||
|
@ -7182,6 +7184,16 @@ body.folded .theme-overlay .theme-wrap {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-browser .theme.add-new-theme span:after {
|
||||||
|
font: normal 60px/90px 'dashicons';
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
top: 30%;
|
||||||
|
left: 50%;
|
||||||
|
text-indent: 0;
|
||||||
|
margin-left: -40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.broken-themes {
|
.broken-themes {
|
||||||
|
|
Loading…
Reference in New Issue