]> git.babelmonkeys.de Git - socialXMPP.git/commitdiff
Design fix
authorFlorian Zeitz <florob@babelmonkeys.de>
Wed, 26 Aug 2009 23:25:43 +0000 (01:25 +0200)
committerFlorian Zeitz <florob@babelmonkeys.de>
Wed, 26 Aug 2009 23:25:43 +0000 (01:25 +0200)
* vCard_container needs to be fixed at the top

css/standard.css

index 06afbd97711ca7db7d5d8e6ddfbd25c60e85b882..146a62240646cbc0985f96b0cb00dd229492a482 100644 (file)
@@ -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;
 }