From: Florian Zeitz Date: Wed, 26 Aug 2009 23:25:43 +0000 (+0200) Subject: Design fix X-Git-Url: http://git.babelmonkeys.de/?p=socialXMPP.git;a=commitdiff_plain;h=fa6912a322f9abcac6d2c3cce4bf3e35ee09b950 Design fix * vCard_container needs to be fixed at the top --- diff --git a/css/standard.css b/css/standard.css index 06afbd9..146a622 100644 --- a/css/standard.css +++ b/css/standard.css @@ -21,6 +21,7 @@ label { #vCard_container { display: none; position: fixed; + top: 0; height: 100%; width: 100%; } @@ -65,7 +66,7 @@ label { float: left; margin: 0.5em; text-align: center; - max-width: 10em; + min-width: 100px; height: 100px; }