diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-07-24 17:06:52 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-07-24 19:56:57 +0200 |
commit | 18c565666e4125350ade84be0ce570e5d0d70114 (patch) | |
tree | 1fac65d6e4d407f8f6a1271beacc14899bf413ae /core | |
parent | 198641624814ecfcbec3a373c2713544a328132f (diff) | |
download | nextcloud-server-18c565666e4125350ade84be0ce570e5d0d70114.tar.gz nextcloud-server-18c565666e4125350ade84be0ce570e5d0d70114.zip |
force dbs to stay in one line
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
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; |