mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Install: Adjust th
padding to align with td
s.
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:
parent
f8136f2ab2
commit
f673128a13
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/install-rtl.min.css
vendored
2
wp-admin/css/install-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
2
wp-admin/css/install.min.css
vendored
2
wp-admin/css/install.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user