summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormgesmundo <mgesmundo@yoovant.com>2012-04-26 11:55:46 +0300
committermgesmundo <mgesmundo@yoovant.com>2012-04-26 11:55:46 +0300
commit7c59722ddcf8abc1f88474253a5977e8ad2fc10a (patch)
tree8c79b28c5a0cb5bdc04819d4c9400043cd32fea2
parentf72a5d11bd55f54bd20874011de7729f2f31c5bb (diff)
downloadgitlab-ce-7c59722ddcf8abc1f88474253a5977e8ad2fc10a.tar.gz
Cosmetic change in menu
-rw-r--r--app/assets/stylesheets/common.scss17
1 files changed, 15 insertions, 2 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 4752dfd4d7f..70ec8c56e43 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -157,8 +157,21 @@ nav.main_menu {
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
@include shade;
.count {
- margin-left:3px;
- color: #aaa;
+ position: relative;
+ top: -1px;
+ display: inline-block;
+ height: 15px;
+ margin: 0 0 0 5px;
+ padding: 0 8px 1px 8px;
+ height: auto;
+ font-size: 0.82em;
+ line-height: 14px;
+ text-align: center;
+ color: #777;
+ background: #f2f2f2;
+ border-top: 1px solid #CCC;
+ border-radius: 8px;
+ -moz-border-radius: 8px;
}
.label {
background:$hover;