From 24240d260caa8c7f014473f995f3d602a97c3862 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 4 Dec 2013 18:16:38 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/wp-admin.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 1f5b289f2f..6e41333193 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -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;