From be2e1d9937ea26855b623cc412a7e3b88fb7d38c Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 14 Apr 2015 18:03:59 +0000 Subject: [PATCH] Reset padding for buttons in theme details modal. props awbauer. fixes #31963. git-svn-id: https://develop.svn.wordpress.org/trunk@32128 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 5d3a857e69..79247adaca 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -419,6 +419,10 @@ border-bottom: 1px solid #ddd; } +.theme-overlay .theme-header button { + padding: 0; +} + .theme-overlay .theme-header .close { cursor: pointer; height: 48px;