force dbs to stay in one line

This commit is contained in:
Jörn Friedrich Dreyer 2013-07-24 17:06:52 +02:00
parent 1986416248
commit 18c565666e
1 changed files with 1 additions and 1 deletions

View File

@ -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;