Button Style

This commit is contained in:
HB9HIL
2023-10-05 08:00:37 +02:00
parent af739a6386
commit a4278a6c75
2 changed files with 4 additions and 6 deletions

View File

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

View File

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