Commit 7b7547aa00e3c26637247812a1a5adf169ac4a55
Exists in
master
and in
4 other branches
Merge pull request #741 from mgesmundo/master
Cosmetic change in menu
Showing
1 changed file
with
15 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
... | ... | @@ -157,8 +157,21 @@ nav.main_menu { |
157 | 157 | background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf); |
158 | 158 | @include shade; |
159 | 159 | .count { |
160 | - margin-left:3px; | |
161 | - color: #aaa; | |
160 | + position: relative; | |
161 | + top: -1px; | |
162 | + display: inline-block; | |
163 | + height: 15px; | |
164 | + margin: 0 0 0 5px; | |
165 | + padding: 0 8px 1px 8px; | |
166 | + height: auto; | |
167 | + font-size: 0.82em; | |
168 | + line-height: 14px; | |
169 | + text-align: center; | |
170 | + color: #777; | |
171 | + background: #f2f2f2; | |
172 | + border-top: 1px solid #CCC; | |
173 | + border-radius: 8px; | |
174 | + -moz-border-radius: 8px; | |
162 | 175 | } |
163 | 176 | .label { |
164 | 177 | background:$hover; | ... | ... |