]> cgit.babelmonkeys.de Git - adhocweb.git/blobdiff - style.css
Style fix: <select/> is used as part of forms too
[adhocweb.git] / style.css
index 6842271dc5ffcd7bb097c0fd6965d2459dfa4457..567a132d9c6e1cc2d6a202aed4f3955ef5ec0e79 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2,6 +2,32 @@ label {
   margin-right: 0.5em
 }
 
-input {
-  margin: 0.25em
+input, textarea, select {
+  margin: 0.25em;
+  margin-left: 1em
+}
+
+#log_container {
+  display: none
+}
+
+#query {
+  display: none
+}
+
+#login{
+  float: left;
+  margin-right: 2em
+}
+
+#cred input[type="submit"] {
+  margin-left: 0em
+}
+
+#main {
+  float: left
+}
+
+#log_container {
+  clear: both
 }