Better align table headers with table cells on success screen after installing.

Props umesh.nevase.
Fixes #33796.
Built from https://develop.svn.wordpress.org/trunk@34043


git-svn-id: http://core.svn.wordpress.org/trunk@34011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-09-11 11:26:26 +00:00
parent db4f22bfb5
commit f130fd6c32
5 changed files with 5 additions and 3 deletions

View File

@@ -168,6 +168,7 @@ submit {
font-weight: normal;
}
.form-table.install-success th,
.form-table.install-success td {
vertical-align: middle;
padding: 16px 20px 16px 0;