diff --git a/www/css/style.css b/www/css/style.css index cc59017f..065353a2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -504,6 +504,17 @@ th.results { background-color: #aaaaaa; text-align: left; } + +th.results.asc, th.results.desc{ + background-color:#ddf; +} +th.results.asc:after{ + content:'▲'; +} +th.results.desc:after{ + content:'▼'; +} + table#details td { vertical-align: top; } diff --git a/www/search.php b/www/search.php index 38ad03b7..18029480 100644 --- a/www/search.php +++ b/www/search.php @@ -134,18 +134,18 @@