Line up ALL the things:

* Make folded adminmenu icons line up with the W icon in the toolbar
* Make the W link in the toolbar the same width as the folded adminmenu
* Reduce padding on toolbar links to match reduced padding between W and Globe icons
* Reduce right-side padding on toolbar links to account for 1px of extra padding around icons on the left

See #25858.


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


git-svn-id: http://core.svn.wordpress.org/trunk@26565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-05 18:03:10 +00:00
parent cf7ec69eca
commit 48f6631c4e
8 changed files with 14 additions and 14 deletions

View File

@ -1871,7 +1871,7 @@ form.upgrade .hint {
#adminmenu div.wp-menu-image {
float: right;
width: 34px;
width: 36px;
height: 30px;
margin: 0;
text-align: center;
@ -1888,7 +1888,7 @@ div.wp-menu-image:before {
speak: none;
color: #999;
padding: 8px 0;
height: 34px;
height: 36px;
width: 20px;
display: inline-block;
-webkit-font-smoothing: antialiased;
@ -1899,7 +1899,7 @@ div.wp-menu-image:before {
}
.folded #adminmenu div.wp-menu-image {
width: 34px;
width: 36px;
height: 30px;
position: absolute;
z-index: 25;

File diff suppressed because one or more lines are too long

View File

@ -1871,7 +1871,7 @@ form.upgrade .hint {
#adminmenu div.wp-menu-image {
float: left;
width: 34px;
width: 36px;
height: 30px;
margin: 0;
text-align: center;
@ -1888,7 +1888,7 @@ div.wp-menu-image:before {
speak: none;
color: #999;
padding: 8px 0;
height: 34px;
height: 36px;
width: 20px;
display: inline-block;
-webkit-font-smoothing: antialiased;
@ -1899,7 +1899,7 @@ div.wp-menu-image:before {
}
.folded #adminmenu div.wp-menu-image {
width: 34px;
width: 36px;
height: 30px;
position: absolute;
z-index: 25;

File diff suppressed because one or more lines are too long

View File

@ -120,7 +120,7 @@
#wpadminbar .shortlink-input {
height: 32px;
display: block;
padding: 0 10px;
padding: 0 7px 0 8px;
margin: 0;
}
@ -430,7 +430,7 @@
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
padding: 0 8px 0 8px;
padding: 0 7px;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {

File diff suppressed because one or more lines are too long

View File

@ -120,7 +120,7 @@
#wpadminbar .shortlink-input {
height: 32px;
display: block;
padding: 0 10px;
padding: 0 8px 0 7px;
margin: 0;
}
@ -430,7 +430,7 @@
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
padding: 0 8px 0 8px;
padding: 0 7px;
}
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {

File diff suppressed because one or more lines are too long