1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Admin-ui: Made column sorting more obvious. Added carets when in use.

This commit is contained in:
Cameron
2019-02-05 15:46:58 -08:00
parent bed2e6d0fe
commit 3e264b23c7
2 changed files with 12 additions and 2 deletions

View File

@@ -551,6 +551,10 @@ img.S32:hover {}
.adminlist th.last,
.adminlist td.last { border-right: 0 solid;}
.adminlist tr.last td { border-bottom: 0 solid;}
.adminlist th a.sorted-asc,
.adminlist th a.sorted-desc { text-decoration: none }
.adminlist th a.sorted-asc:after { padding-left:5px; font-family: FontAwesome; content: '\f0d8' }
.adminlist th a.sorted-desc:after { padding-left:5px; font-family: FontAwesome; content: '\f0d7' }
.adminlist .col-selection-cont { position: relative; float:right; }
table.adminlist { margin-bottom: 0 }