Commit 1155f2d1 authored by Ricardo Rauch's avatar Ricardo Rauch

fix css

parent e99b98ab
...@@ -431,7 +431,7 @@ header{margin-bottom: 0; clear: both; } ...@@ -431,7 +431,7 @@ header{margin-bottom: 0; clear: both; }
/* Account box */ /* Account box */
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;} header .account-box{position: absolute; right: 0; top: 8px; z-index: 10000; width: 128px; font-size: 11px; float: right; display: block; cursor: pointer;}
header .account-box img{ border-radius: 4px; right: 20px; position: absolute; width: 38px; height: 38px; display: block; box-shadow: 0 1px 2px black} header .account-box img{ border-radius: 4px; right: 20px; position: absolute; width: 38px; height: 38px; display: block; box-shadow: 0 1px 2px black}
header .account-box img:after{ header .account-box img:after{
content: " "; content: " ";
...@@ -453,7 +453,7 @@ float: right; ...@@ -453,7 +453,7 @@ float: right;
background-origin: border-box; background-origin: border-box;
} }
.account-box.hover{} .account-box.hover{height: 138px;}
.account-box.hover .account-links, .account-box.hover .arrow-up{display: block;} .account-box.hover .account-links, .account-box.hover .arrow-up{display: block;}
/* Inspired by http://maxvoltar.com/temp/nowplaying/ */ /* Inspired by http://maxvoltar.com/temp/nowplaying/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment