added classes to grid, list and detail view

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

fixes #1000
This commit is contained in:
Carsten Brandt 2014-01-05 14:45:09 +01:00
parent 8740490848
commit c38b028970

View File

@ -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;