]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Design changes
[socialXMPP.git] / css / standard.css
index 64607c84316725a9d125e6a1e774cb0646a3239c..06afbd97711ca7db7d5d8e6ddfbd25c60e85b882 100644 (file)
@@ -1,9 +1,21 @@
-#login {
-  text-align: center;
+form {
+  display: table;
+  margin: auto;
+}
+
+input {
+  margin: 0.2em;
+  float: left;
+}
+
+label {
+  float: left;
+  width: 6em;
 }
 
 #log_container {
   clear: both;
+  display: none;
 }
 
 #vCard_container {
 
 #friends {
   display: none;
-  max-width: 50%;
   padding: 1em;
   background: grey;
-  float: left;
 }
 
 #box-overlay {
@@ -56,6 +66,7 @@
   margin: 0.5em;
   text-align: center;
   max-width: 10em;
+  height: 100px;
 }
 
 .friend img, #vCard_container img {