Bladeren bron

added classes to grid, list and detail view

to allow specific styling
also fixed an issue with gridview sort indicator css.

fixes #1000
Carsten Brandt 12 jaren geleden
bovenliggende
commit
c38b028970
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      web/css/site.css

+ 4 - 0
web/css/site.css

@@ -60,6 +60,10 @@ a.desc:after {
 	content: "\e156";
 	content: "\e156";
 }
 }
 
 
+.grid-view th {
+    white-space: nowrap;
+}
+
 .hint-block {
 .hint-block {
 	display: block;
 	display: block;
 	margin-top: 5px;
 	margin-top: 5px;