Improve formatting of network dashboard's Right Now actions on 320px screens.

Prevents default `.subsubsub` change to center alignment and a large font that is applied at 782px.

Fixes #32962.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-07-11 21:38:24 +00:00
parent b0bdcf3a58
commit 1cd06052ea
5 changed files with 23 additions and 5 deletions

View File

@ -3446,3 +3446,12 @@ img {
overflow-x: hidden;
}
}
@media screen and (max-width: 320px) {
/* Prevent default center alignment and larger font for the Right Now widget when
the network dashboard is viewed on a small mobile device. */
#nestwork_dashboard_right_now .subsubsub {
font-size: 14px;
text-align: right;
}
}

View File

@ -3446,3 +3446,12 @@ img {
overflow-x: hidden;
}
}
@media screen and (max-width: 320px) {
/* Prevent default center alignment and larger font for the Right Now widget when
the network dashboard is viewed on a small mobile device. */
#nestwork_dashboard_right_now .subsubsub {
font-size: 14px;
text-align: left;
}
}

File diff suppressed because one or more lines are too long

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-beta2-33167';
$wp_version = '4.3-beta2-33168';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.