Ensure that .widget-inside gets the necessary interior padding regardless of its containing element. Fixes #26391, props cainm.

git-svn-id: https://develop.svn.wordpress.org/trunk@26618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-04 18:16:38 +00:00
parent 6cad5246df
commit 24240d260c
1 changed files with 4 additions and 4 deletions

View File

@ -7149,13 +7149,13 @@ body.folded .theme-overlay .theme-wrap {
margin-top: 6px; margin-top: 6px;
margin-right: 0; margin-right: 0;
} }
.theme-overlay .theme-actions .delete-theme { .theme-overlay .theme-actions .delete-theme {
position: relative; position: relative;
right: auto; right: auto;
bottom: auto; bottom: auto;
} }
.theme-overlay .theme-actions .inactive-theme { .theme-overlay .theme-actions .inactive-theme {
display: inline; display: inline;
} }
@ -7191,7 +7191,7 @@ body.folded .theme-overlay .theme-wrap {
margin: 10px 0; margin: 10px 0;
width: 100%; width: 100%;
} }
.theme-browser .theme.add-new-theme span:after { .theme-browser .theme.add-new-theme span:after {
font: normal 60px/90px 'dashicons'; font: normal 60px/90px 'dashicons';
width: 80px; width: 80px;
@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
user-select: none; user-select: none;
} }
.widgets-holder-wrap .widget-inside { .widget-inside {
border-top: none; border-top: none;
padding: 1px 15px 15px 15px; padding: 1px 15px 15px 15px;
line-height: 16px; line-height: 16px;