CSS for aligning badge and Call

This commit is contained in:
int2001 2023-08-25 12:35:33 +00:00
parent a4ede01bb1
commit f66a055961
No known key found for this signature in database
GPG Key ID: DFB1C13CD2DB037B
3 changed files with 27 additions and 3 deletions

View File

@ -108,4 +108,12 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
}
}
#lotw_badge {
float:right;
}
#edit_qso {
float:left;
}

View File

@ -4,4 +4,12 @@ thead>tr>td {
.selectize-input {
border: 1px solid #ced4da;
}
}
#lotw_badge {
float:right;
}
#edit_qso {
float:left;
}

View File

@ -112,4 +112,12 @@ div.alert-danger {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
}
}
#lotw_badge {
float:right;
}
#edit_qso {
float:left;
}