diff --git a/resources/mixins.less b/resources/mixins.less index de8931a..8a2a1400 100644 --- a/resources/mixins.less +++ b/resources/mixins.less @@ -107,8 +107,8 @@ // Dropdowns .dropdown-header() { cursor: pointer; - margin-bottom: -1em; - padding-bottom: 1em; + margin-bottom: -0.45em; + padding-bottom: 0.45em; &:after { display: inline-block; diff --git a/resources/screen-desktop.less b/resources/screen-desktop.less index 1dfa052..de54a91 100644 --- a/resources/screen-desktop.less +++ b/resources/screen-desktop.less @@ -70,7 +70,7 @@ div.mw-notification-area { // Because the overflow:hidden above messes up the alignment... #personal h2:after { - height: 18px; + height: 22px; } } @@ -110,7 +110,7 @@ div.mw-notification-area { font-weight: normal; font-size: 1.25em; background-image: url( images/user-grey.svg ); - background-position: left 7px; + background-position: left 9px; background-repeat: no-repeat; .dropdown-header();