summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-07-24 17:06:52 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-07-24 17:06:52 +0200
commit5c00804c61e449926f8039d34dbf2b60f48e4574 (patch)
treeca6f51b2c22bb3b5334f48d799e2e4ce99262301
parent9b1866f1ac8e7065ec68fcf913976a6e99cdeec0 (diff)
downloadnextcloud-server-5c00804c61e449926f8039d34dbf2b60f48e4574.tar.gz
nextcloud-server-5c00804c61e449926f8039d34dbf2b60f48e4574.zip
force dbs to stay in one line
-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 9e766cac7e0..a4c84fa07a2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -349,7 +349,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
}
/* Database selector */
-#body-login form #selectDbType { text-align:center; }
+#body-login form #selectDbType { text-align:center; white-space: nowrap; }
#body-login form #selectDbType label {
position:static; margin:0 -3px 5px; padding:.4em;
font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer;