Fix install button layout to avoid irregular test failures

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-07-30 00:07:51 +02:00
parent 5ef077840f
commit 4bd7cb7a2d
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 3 deletions

View File

@ -454,13 +454,14 @@ form #selectDbType {
text-align:center; text-align:center;
white-space: nowrap; white-space: nowrap;
margin: 0; margin: 0;
display: flex;
} }
form #selectDbType .info { form #selectDbType .info {
white-space: normal; white-space: normal;
} }
form #selectDbType label { form #selectDbType label {
position: static; flex-grow: 1;
margin: 0 -3px 5px; margin: 0 -1px 5px;
font-size: 12px; font-size: 12px;
background:#f8f8f8; background:#f8f8f8;
color:#888; color:#888;
@ -469,7 +470,7 @@ form #selectDbType label {
} }
form #selectDbType label span { form #selectDbType label span {
cursor: pointer; cursor: pointer;
padding: 10px 20px; padding: 10px 17px;
} }
form #selectDbType label.ui-state-hover, form #selectDbType label.ui-state-hover,
form #selectDbType label.ui-state-active { form #selectDbType label.ui-state-active {