Commit 81a89f6a834de58ed4da6177778cace6798006a0
Exists in
master
and in
4 other branches
Merge pull request #822 from kugaevsky/activity_stream
Activity stream labels css fix
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
@@ -566,7 +566,12 @@ li.commit { | @@ -566,7 +566,12 @@ li.commit { | ||
566 | } | 566 | } |
567 | 567 | ||
568 | code { | 568 | code { |
569 | - padding:0px; | 569 | + padding: 2px 2px 0; |
570 | + margin-top: -2px; | ||
571 | + &:hover { | ||
572 | + color: black; | ||
573 | + border: 1px solid #ccc; | ||
574 | + } | ||
570 | } | 575 | } |
571 | } | 576 | } |
572 | p.time { | 577 | p.time { |
app/assets/stylesheets/gitlab_bootstrap.scss