Toolbar: Improve padding of toolbar submenu items on small screens.

Props tillkruess.
Fixes #28608.
Built from https://develop.svn.wordpress.org/trunk@35132


git-svn-id: http://core.svn.wordpress.org/trunk@35097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-13 07:40:25 +00:00
parent be10375eb6
commit e19cda5c2d
5 changed files with 5 additions and 5 deletions

View File

@ -862,7 +862,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
font-size: 16px;
padding: 6px 15px 12px;
padding: 8px 16px;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {

File diff suppressed because one or more lines are too long

View File

@ -862,7 +862,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper .ab-item {
font-size: 16px;
padding: 6px 15px 12px;
padding: 8px 16px;
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper a:empty {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35131';
$wp_version = '4.4-alpha-35132';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.