force dbs to stay in one line
This commit is contained in:
parent
9b1866f1ac
commit
5c00804c61
|
@ -349,7 +349,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Database selector */
|
/* Database selector */
|
||||||
#body-login form #selectDbType { text-align:center; }
|
#body-login form #selectDbType { text-align:center; white-space: nowrap; }
|
||||||
#body-login form #selectDbType label {
|
#body-login form #selectDbType label {
|
||||||
position:static; margin:0 -3px 5px; padding:.4em;
|
position:static; margin:0 -3px 5px; padding:.4em;
|
||||||
font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer;
|
font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer;
|
||||||
|
|
Loading…
Reference in New Issue