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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 23:45:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 23:45:28 +0400
commitac148c50b07e298ff3f54147bd3faa0485f7e0a1 (patch)
treee68669a5d46553dd1293cca61b6d5262a3816084 /app/assets/stylesheets/sections/nav.scss
parent9a94f5eb73b02f1a036d632989e901eaba2f1efa (diff)
style counters on navbar. minor ui changes
Diffstat (limited to 'app/assets/stylesheets/sections/nav.scss')
-rw-r--r--app/assets/stylesheets/sections/nav.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index 514b0b7c69f..7b7bcf807b5 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -10,17 +10,17 @@
top: 3px;
overflow: hidden;
.count {
- position: relative;
- top: -1px;
+ font-weight: normal;
display: inline-block;
height: 15px;
- margin: 0 0 0 5px;
- padding: 0 8px 1px 8px;
+ padding: 1px 6px;
height: auto;
font-size: 0.82em;
line-height: 14px;
text-align: center;
color: #777;
+ background: #eee;
+ @include border-radius(8px);
}
.label {
background: $hover;