Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:23:25 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-21 18:23:25 +0400
commit2d16585eae242d055cc8ff97e5dcab842d3277cd (patch)
tree273eb48cb8b916c8e2e74acfce28c187668c6ec6 /app
parente0805ec469f50a41b22fe3f1f843e2b1fe818cd0 (diff)
Few minor css improvements
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss3
-rw-r--r--app/views/milestones/index.html.haml2
2 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 46f2321ba2f..fdccfb81b76 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 58d25874bd5..89d3b616374 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