Commit 1155f2d1d221be3a04b9eeba9037617915efcdd4
1 parent
e99b98ab
Exists in
master
and in
4 other branches
fix css
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/style.scss
@@ -431,7 +431,7 @@ header{margin-bottom: 0; clear: both; } | @@ -431,7 +431,7 @@ header{margin-bottom: 0; clear: both; } | ||
431 | 431 | ||
432 | 432 | ||
433 | /* Account box */ | 433 | /* Account box */ |
434 | -header .account-box{position: absolute; right: 0; top: 8px; z-index: 10000; width: 128px; height: 138px; font-size: 11px; float: right; display: block; cursor: pointer;} | 434 | +header .account-box{position: absolute; right: 0; top: 8px; z-index: 10000; width: 128px; font-size: 11px; float: right; display: block; cursor: pointer;} |
435 | header .account-box img{ border-radius: 4px; right: 20px; position: absolute; width: 38px; height: 38px; display: block; box-shadow: 0 1px 2px black} | 435 | header .account-box img{ border-radius: 4px; right: 20px; position: absolute; width: 38px; height: 38px; display: block; box-shadow: 0 1px 2px black} |
436 | header .account-box img:after{ | 436 | header .account-box img:after{ |
437 | content: " "; | 437 | content: " "; |
@@ -453,7 +453,7 @@ float: right; | @@ -453,7 +453,7 @@ float: right; | ||
453 | background-origin: border-box; | 453 | background-origin: border-box; |
454 | } | 454 | } |
455 | 455 | ||
456 | -.account-box.hover{} | 456 | +.account-box.hover{height: 138px;} |
457 | .account-box.hover .account-links, .account-box.hover .arrow-up{display: block;} | 457 | .account-box.hover .account-links, .account-box.hover .arrow-up{display: block;} |
458 | 458 | ||
459 | /* Inspired by http://maxvoltar.com/temp/nowplaying/ */ | 459 | /* Inspired by http://maxvoltar.com/temp/nowplaying/ */ |