Alignment of icons at overview and lba adjusted

This commit is contained in:
int2001 2023-08-25 12:41:09 +00:00
parent f66a055961
commit a163b8d387
No known key found for this signature in database
GPG Key ID: DFB1C13CD2DB037B
4 changed files with 69 additions and 1 deletions

View File

@ -117,3 +117,26 @@ path.grid-worked {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
}
#lotw_badge {
float:right;
}
#edit_qso { float:left;
}
.qso_call {
float:left;
width:140px;
}
.qso_icons {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

View File

@ -117,3 +117,18 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
#edit_qso {
float:left;
}
.qso_call {
float:left;
width:140px;
}
.qso_icons {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

View File

@ -13,3 +13,18 @@ thead>tr>td {
#edit_qso {
float:left;
}
.qso_call {
float:left;
width:140px;
}
.qso_icons {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}

View File

@ -114,6 +114,21 @@ div.alert-danger {
border-radius: 0;
}
.qso_call {
float:left;
width:140px;
}
.qso_icons {
float:right;
}
td { text-align: left !important; }
th { text-align: left !important; }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
#lotw_badge {
float:right;
}