[Themes] Adjusting css. Removed these rules, since they left-align all tables in Cloudlog

This commit is contained in:
Andreas
2023-08-25 19:15:20 +02:00
parent bf97b7a057
commit 27cd9fb571
4 changed files with 0 additions and 12 deletions

View File

@@ -135,8 +135,5 @@ path.grid-worked {
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

@@ -127,8 +127,5 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
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

@@ -23,8 +23,5 @@ thead>tr>td {
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

@@ -123,9 +123,6 @@ div.alert-danger {
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;}