mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Ensure that .widget-inside gets the necessary interior padding regardless of its containing element. Fixes #26391, props cainm.
Built from https://develop.svn.wordpress.org/trunk@26618 git-svn-id: http://core.svn.wordpress.org/trunk@26508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
757a470708
commit
0b4708ea9e
@ -7149,13 +7149,13 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-top: 6px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
position: relative;
|
||||
left: auto;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
|
||||
.theme-overlay .theme-actions .inactive-theme {
|
||||
display: inline;
|
||||
}
|
||||
@ -7191,7 +7191,7 @@ 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;
|
||||
@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.widgets-holder-wrap .widget-inside {
|
||||
.widget-inside {
|
||||
border-top: none;
|
||||
padding: 1px 15px 15px 15px;
|
||||
line-height: 16px;
|
||||
|
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
@ -7149,13 +7149,13 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-top: 6px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
.theme-overlay .theme-actions .delete-theme {
|
||||
position: relative;
|
||||
right: auto;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
|
||||
.theme-overlay .theme-actions .inactive-theme {
|
||||
display: inline;
|
||||
}
|
||||
@ -7191,7 +7191,7 @@ 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;
|
||||
@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.widgets-holder-wrap .widget-inside {
|
||||
.widget-inside {
|
||||
border-top: none;
|
||||
padding: 1px 15px 15px 15px;
|
||||
line-height: 16px;
|
||||
|
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…
x
Reference in New Issue
Block a user