Преглед на файлове

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 години
родител
ревизия
c38b028970
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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;