Commit 183b3103 authored by Clement Ho's avatar Clement Ho

[skip ci] cleanup css

parent a9978bbb
...@@ -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;
......
...@@ -439,6 +439,7 @@ $help-shortcut-header-color: #333; ...@@ -439,6 +439,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
......
...@@ -307,6 +307,10 @@ ...@@ -307,6 +307,10 @@
margin-top: 0; margin-top: 0;
} }
.sidebar-avatar-counter {
padding-top: 2px;
}
.author { .author {
display: none; display: none;
} }
...@@ -340,7 +344,6 @@ ...@@ -340,7 +344,6 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
border-radius: 12px; border-radius: 12px;
line-height: 24px;
} }
.sidebar-collapsed-user { .sidebar-collapsed-user {
...@@ -353,6 +356,11 @@ ...@@ -353,6 +356,11 @@
} }
.multiple-users { .multiple-users {
height: 24px;
margin-bottom: 17px;
margin-top: 4px;
padding-bottom: 4px;
.btn-link { .btn-link {
padding: 0; padding: 0;
border: 0; border: 0;
...@@ -363,12 +371,14 @@ ...@@ -363,12 +371,14 @@
} }
.btn-link:first-child { .btn-link:first-child {
position: absolute;
left: 10px;
z-index: 1; z-index: 1;
transform: translateX(3px);
} }
.btn-link:last-child { .btn-link:last-child {
transform: translateX(-3px); position: absolute;
right: 10px;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
......
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