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:
parent
db4f22bfb5
commit
f130fd6c32
|
@ -168,6 +168,7 @@ submit {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-table.install-success th,
|
||||||
.form-table.install-success td {
|
.form-table.install-success td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 16px 0 16px 20px;
|
padding: 16px 0 16px 20px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -168,6 +168,7 @@ submit {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-table.install-success th,
|
||||||
.form-table.install-success td {
|
.form-table.install-success td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 16px 20px 16px 0;
|
padding: 16px 20px 16px 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34042';
|
$wp_version = '4.4-alpha-34043';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue