Commit 2d16585eae242d055cc8ff97e5dcab842d3277cd

Authored by randx
1 parent e0805ec4

Few minor css improvements

app/assets/stylesheets/common.scss
... ... @@ -680,7 +680,8 @@ li.note {
680 680 }
681 681 }
682 682 &.closed {
683   - background: #F9f9f9;
  683 + background: #F5f5f5;
  684 + border-color:#E5E5E5;
684 685 .icon {
685 686 background: #DDD;
686 687 border:1px solid #BBB;
... ...
app/views/milestones/index.html.haml
... ... @@ -22,4 +22,4 @@
22 22 %li.bottom= paginate @milestones, :remote => true, :theme => "gitlab"
23 23 - else
24 24 %li
25   - %p.padded Nothing to show here
  25 + %h3.nothing_here_message Nothing to show here
... ...