mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
Ensure that 'Add New Theme' text doesn't overlap the + icon even at Firefox's ridiculously small 230px wide browser. Fixes #26226.
Built from https://develop.svn.wordpress.org/trunk@26584 git-svn-id: http://core.svn.wordpress.org/trunk@26474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4df7acf1d9
commit
a593e88fa5
@ -6652,7 +6652,9 @@ span.imgedit-scale-warn {
|
||||
box-shadow: none;
|
||||
font-weight: 400;
|
||||
position: relative;
|
||||
top: -50px;
|
||||
top: 0;
|
||||
margin-top: -10%;
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover .theme-name {
|
||||
@ -7182,6 +7184,16 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
font: normal 60px/90px 'dashicons';
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
top: 30%;
|
||||
right: 50%;
|
||||
text-indent: 0;
|
||||
margin-right: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
.broken-themes {
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6652,7 +6652,9 @@ span.imgedit-scale-warn {
|
||||
box-shadow: none;
|
||||
font-weight: 400;
|
||||
position: relative;
|
||||
top: -50px;
|
||||
top: 0;
|
||||
margin-top: -10%;
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover .theme-name {
|
||||
@ -7182,6 +7184,16 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin: 10px 0;
|
||||
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 {
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user