pull/2541/head
HB9HIL 2023-10-05 08:00:37 +02:00
rodzic af739a6386
commit a4278a6c75
2 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -38,12 +38,6 @@ echo "var user_options = $options;";
float: left;
margin: 0 8px 0 0;
}
.btn {
white-space: normal;
}
#qsoList td:nth-child(11) {
white-space: normal;
}
</style>
<?php
$options = json_decode($options);

Wyświetl plik

@ -23,5 +23,9 @@ thead>tr>td {
float:right;
}
.btn {
white-space: normal;
}
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}