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

Props umesh.nevase.
Fixes #33796.

git-svn-id: https://develop.svn.wordpress.org/trunk@34043 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-09-11 11:25:30 +00:00
parent 5cce4a3262
commit a01c10a3b9
1 changed files with 1 additions and 0 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;