not at buttons

This commit is contained in:
int2001 2023-08-25 12:47:27 +00:00
parent a163b8d387
commit 59d8c2a6ce
No known key found for this signature in database
GPG Key ID: DFB1C13CD2DB037B
4 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ path.grid-worked {
float:right;
}
#edit_qso { float:left;
#edit_qso:not(.btn) { float:left;
}
.qso_call {

View File

@ -114,7 +114,7 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
float:right;
}
#edit_qso {
#edit_qso:not(.btn) {
float:left;
}

View File

@ -10,7 +10,7 @@ thead>tr>td {
float:right;
}
#edit_qso {
#edit_qso:not(.btn) {
float:left;
}

View File

@ -133,6 +133,6 @@ th { text-align: left !important; }
float:right;
}
#edit_qso {
#edit_qso:not(.btn) {
float:left;
}