Commit dc51a093 authored by Clement Ho's avatar Clement Ho

[skip ci] fix tooltip alignment and add border color

parent f7821a6c
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
.avatar-counter { .avatar-counter {
background-color: $gray-darkest; background-color: $gray-darkest;
color: $white-light; color: $white-light;
border: 1px solid $white-light; border: 1px solid $avatar-counter-border-color;
border-radius: 1em; border-radius: 1em;
font-family: $regular_font; font-family: $regular_font;
font-size: 9px; font-size: 9px;
......
...@@ -257,11 +257,11 @@ ul.controls { ...@@ -257,11 +257,11 @@ ul.controls {
.author_link { .author_link {
display: inline-block; display: inline-block;
vertical-align: middle;
.avatar-inline { .avatar-inline {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
margin-bottom: 0;
} }
} }
} }
......
...@@ -437,6 +437,7 @@ $help-shortcut-header-color: #333; ...@@ -437,6 +437,7 @@ $help-shortcut-header-color: #333;
$issues-today-bg: #f3fff2; $issues-today-bg: #f3fff2;
$issues-today-border: #e1e8d5; $issues-today-border: #e1e8d5;
$compare-display-color: #888; $compare-display-color: #888;
$avatar-counter-border-color: #e6e6e6;
/* /*
* jQuery UI * jQuery UI
......
...@@ -485,8 +485,9 @@ ...@@ -485,8 +485,9 @@
.avatar-counter { .avatar-counter {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
// margin-top: 1px; min-width: 16px;
min-width: 18px; line-height: 14px;
height: 16px;
} }
.wide-counter { .wide-counter {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment