Skip to content

Commit

Permalink
Height adjust to Admin bar stats link (#6443)
Browse files Browse the repository at this point in the history
Now the link sites flush inside the admin bar
  • Loading branch information
neilorangepeel authored and samhotchkiss committed Feb 21, 2017
1 parent 92a2a10 commit 5838525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,14 +856,14 @@ function stats_admin_bar_head() {

<style type='text/css'>
#wpadminbar .quicklinks li#wp-admin-bar-stats {
height: 28px;
height: 32px;
}
#wpadminbar .quicklinks li#wp-admin-bar-stats a {
height: 28px;
height: 32px;
padding: 0;
}
#wpadminbar .quicklinks li#wp-admin-bar-stats a div {
height: 28px;
height: 32px;
width: 95px;
overflow: hidden;
margin: 0 10px;
Expand All @@ -874,7 +874,7 @@ function stats_admin_bar_head() {
}
#wpadminbar .quicklinks li#wp-admin-bar-stats a img {
height: 24px;
padding: 2px 0;
padding: 4px 0;
max-width: none;
border: none;
}
Expand Down

0 comments on commit 5838525

Please sign in to comment.