From c38b028970729c01a8dd9162470082bfbb57565d Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 14:45:09 +0100 Subject: [PATCH] added classes to grid, list and detail view to allow specific styling also fixed an issue with gridview sort indicator css. fixes #1000 --- web/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/css/site.css b/web/css/site.css index f460b45..66be560 100644 --- a/web/css/site.css +++ b/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;