Continue new list building for results

This commit is contained in:
Stephan Porada
2020-02-03 12:58:40 +01:00
parent e95cc42a22
commit 21371efde6
4 changed files with 65 additions and 66 deletions

View File

@ -38,6 +38,11 @@ main {
}
/* ### End sidenav-fixed offset ### */
/* add custom bold class */
.bold {
font-weight: bold;
}
/* CSS for clickable th elements in tables. Needed for sortable table data with
list js. On click on th header elements will be sorted accordingly. Also a caret
indicator will show up how the column is sorted right now.; */
@ -87,6 +92,7 @@ indicator will show up how the column is sorted right now.; */
z-index: 999; /* tmp fix */
}
/* styles for resource lists */
.service[data-service]:before {
content: "help";
}