From fa6912a322f9abcac6d2c3cce4bf3e35ee09b950 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Thu, 27 Aug 2009 01:25:43 +0200 Subject: [PATCH] Design fix * vCard_container needs to be fixed at the top --- css/standard.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.2