Quellcode durchsuchen

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 vor 12 Jahren
Ursprung
Commit
c38b028970
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      web/css/site.css

+ 4 - 0
web/css/site.css

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