mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@26675 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user