force dbs to stay in one line
This commit is contained in:
parent
1986416248
commit
18c565666e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue