Network Admin: Improve button alignment in Right Now dashboard widget.
Follow-up to [16237]. Props sabernhardt. Fixes #61869. Built from https://develop.svn.wordpress.org/trunk@58895 git-svn-id: http://core.svn.wordpress.org/trunk@58291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c1af99e7e6
commit
87ec4292ae
|
@ -713,6 +713,11 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#network_dashboard_right_now p input {
|
||||||
|
margin: 2px 1px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dashboard right now - Colors */
|
/* Dashboard right now - Colors */
|
||||||
|
|
||||||
#dashboard_right_now .sub {
|
#dashboard_right_now .sub {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -712,6 +712,11 @@ body #dashboard-widgets .postbox form .submit {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#network_dashboard_right_now p input {
|
||||||
|
margin: 2px 1px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dashboard right now - Colors */
|
/* Dashboard right now - Colors */
|
||||||
|
|
||||||
#dashboard_right_now .sub {
|
#dashboard_right_now .sub {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-alpha-58894';
|
$wp_version = '6.7-alpha-58895';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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