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

pull/2436/head
Andreas 2023-08-25 19:15:20 +02:00
rodzic bf97b7a057
commit 27cd9fb571
4 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -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;}

Wyświetl plik

@ -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;}

Wyświetl plik

@ -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;}

Wyświetl plik

@ -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;}