From: randx Date: Thu, 21 Jun 2012 14:23:25 +0000 (+0300) Subject: Few minor css improvements X-Git-Tag: v2.6.0~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d16585eae242d055cc8ff97e5dcab842d3277cd;p=wvm%2Fgitlab.git Few minor css improvements --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 46f2321ba..fdccfb81b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -680,7 +680,8 @@ li.note { } } &.closed { - background: #F9f9f9; + background: #F5f5f5; + border-color:#E5E5E5; .icon { background: #DDD; border:1px solid #BBB; diff --git a/app/views/milestones/index.html.haml b/app/views/milestones/index.html.haml index 58d25874b..89d3b6163 100644 --- a/app/views/milestones/index.html.haml +++ b/app/views/milestones/index.html.haml @@ -22,4 +22,4 @@ %li.bottom= paginate @milestones, :remote => true, :theme => "gitlab" - else %li - %p.padded Nothing to show here + %h3.nothing_here_message Nothing to show here