Install: Adjust th padding to align with tds.

Props Ankit K Gupta for initial patch.
Fixes #33280.


Built from https://develop.svn.wordpress.org/trunk@33595


git-svn-id: http://core.svn.wordpress.org/trunk@33562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-08-07 22:10:26 +00:00
parent f8136f2ab2
commit f673128a13
5 changed files with 5 additions and 5 deletions

View File

@ -128,7 +128,7 @@ textarea {
.form-table th {
font-size: 14px;
text-align: right;
padding: 16px 0 10px 20px;
padding: 10px 0 10px 20px;
width: 140px;
vertical-align: top;
}

File diff suppressed because one or more lines are too long

View File

@ -128,7 +128,7 @@ textarea {
.form-table th {
font-size: 14px;
text-align: left;
padding: 16px 20px 10px 0;
padding: 10px 20px 10px 0;
width: 140px;
vertical-align: top;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-RC2-33594';
$wp_version = '4.3-RC2-33595';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.