Signed-off-by: notfelineit <notfelineit@gmail.com>
This commit is contained in:
notfelineit 2021-11-17 11:43:40 -08:00
Родитель 7e664d7cf5
Коммит f4cefac4bb
1 изменённых файлов: 15 добавлений и 12 удалений

Просмотреть файл

@ -64,19 +64,22 @@ func StartHTMLTable(w http.ResponseWriter) {
padding: 4px;
border-style: solid;
}
table.gridtable th {
padding-left: 2em;
padding-right: 2em;
}
table.gridtable th {
padding-left: 2em;
padding-right: 2em;
}
table.gridtable thead th {
cursor: pointer;
}
table.gridtable th.descending:before {
content: "▲";
float: left;
}
table.gridtable th.ascending:before {
content: "▼";
float: left;
}
table.gridtable th.descending:before {
content: "▲";
float: left;
}
table.gridtable th.ascending:before {
content: "▼";
float: left;
}
</style>
<table class="gridtable">