summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Opis <ncore@ncore.com.pl>2011-08-11 16:38:54 +0200
committerDawid Opis <ncore@ncore.com.pl>2011-08-11 16:38:54 +0200
commit6b9cf8d2d546174cd212d9c9947d4eb253ff7384 (patch)
tree379ca188975c3dc4d1398c5e82fedd831bd7bc59
parent952d88a28cf62387e861c8d796caecf5cbfc6afe (diff)
downloadnextcloud-server-6b9cf8d2d546174cd212d9c9947d4eb253ff7384.tar.gz
nextcloud-server-6b9cf8d2d546174cd212d9c9947d4eb253ff7384.zip
fixed mysql/sqlite selection labels in installation screen
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1ccdc0b3981..39e7bd2a5b0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -77,7 +77,7 @@ legend { padding:.2em; font-size:1.2em; }
#login form p { clear:both; }
#login form p label { float:left; position:static; margin:0; padding:0.1em;}
-#login form p input { float:left; }
+#login form p input { float:left; width: auto;}
/* NAVIGATION ------------------------------------------------------------- */
#navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; }