Commit 1d1b5186c3cbf85fb8f539b241ced29c314a3ff2
1 parent
52675247
Exists in
master
and in
4 other branches
fix small bug in top menu (buttons change height on press in chrome)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/style.scss
... | ... | @@ -323,6 +323,7 @@ header nav{border-radius: 4px; box-shadow: 0 1px 2px black; width: 294px; margin |
323 | 323 | background-image: -moz-linear-gradient(#595d63 6.6%, #31363e); |
324 | 324 | background-image: -o-linear-gradient(#595d63 6.6%, #31363e); |
325 | 325 | margin-top: 2px; |
326 | + height:30px | |
326 | 327 | } |
327 | 328 | header nav a{padding: 8px 12px 8px 34px; display: inline-block; color: #D6DADF; border-right: 1px solid #31363E; position: relative; box-shadow: 1px 0 0 rgba(255,255,255,.1); margin: 0} |
328 | 329 | header nav a span{width: 20px; height: 20px; display: inline-block; background: red; position: absolute; left: 8px; top: 6px;} | ... | ... |