Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
c38b028970
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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;