Admin toolbar: remove unneeded overrides of `z-index` and `left` on screens narrower than 782px. Props avryl, babbardel. Fixes #29867.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-12-07 03:01:24 +00:00
parent adf4f440f5
commit 1e9f5755aa
5 changed files with 3 additions and 7 deletions

View File

@ -746,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * {
@media screen and ( max-width: 782px ) { @media screen and ( max-width: 782px ) {
/* Toolbar Touchification*/ /* Toolbar Touchification*/
html #wpadminbar { html #wpadminbar {
right: 0 !important;
z-index: 500 !important;
height: 46px; height: 46px;
min-width: 300px; min-width: 300px;

File diff suppressed because one or more lines are too long

View File

@ -746,8 +746,6 @@ html:lang(he-il) .rtl #wpadminbar * {
@media screen and ( max-width: 782px ) { @media screen and ( max-width: 782px ) {
/* Toolbar Touchification*/ /* Toolbar Touchification*/
html #wpadminbar { html #wpadminbar {
left: 0 !important;
z-index: 500 !important;
height: 46px; height: 46px;
min-width: 300px; min-width: 300px;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-beta2-30763'; $wp_version = '4.1-beta2-30764';
/** /**
* 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.