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
This commit is contained in:
Dominik Schilling (ocean90) 2015-04-14 18:03:59 +00:00
parent a0fbde9fdc
commit be2e1d9937
1 changed files with 4 additions and 0 deletions

View File

@ -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;