Commit 2d16585eae242d055cc8ff97e5dcab842d3277cd
1 parent
e0805ec4
Exists in
master
and in
4 other branches
Few minor css improvements
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
@@ -680,7 +680,8 @@ li.note { | @@ -680,7 +680,8 @@ li.note { | ||
680 | } | 680 | } |
681 | } | 681 | } |
682 | &.closed { | 682 | &.closed { |
683 | - background: #F9f9f9; | 683 | + background: #F5f5f5; |
684 | + border-color:#E5E5E5; | ||
684 | .icon { | 685 | .icon { |
685 | background: #DDD; | 686 | background: #DDD; |
686 | border:1px solid #BBB; | 687 | border:1px solid #BBB; |
app/views/milestones/index.html.haml
@@ -22,4 +22,4 @@ | @@ -22,4 +22,4 @@ | ||
22 | %li.bottom= paginate @milestones, :remote => true, :theme => "gitlab" | 22 | %li.bottom= paginate @milestones, :remote => true, :theme => "gitlab" |
23 | - else | 23 | - else |
24 | %li | 24 | %li |
25 | - %p.padded Nothing to show here | 25 | + %h3.nothing_here_message Nothing to show here |