Skip to content

Commit

Permalink
GUI-Tuning: left 1st col header with group header
Browse files Browse the repository at this point in the history
Change-Id: Ie79513005640f571186709a9cddeead3bb548b42
  • Loading branch information
MathiasKettner authored and LarsMichelsen committed Jun 19, 2019
1 parent 3f4d185 commit 7fd2c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/htdocs/themes/facelift/scss/_pages.scss
Expand Up @@ -501,6 +501,10 @@ table.data {
background: transparent;
border: 0;

&:first-child {
padding-left: 0; /* left align first column header with group header */
}

/* TODO: Check whether this style is redundant due to a .last_col style in
* _views.scss */
&:last-child {
Expand Down

0 comments on commit 7fd2c0b

Please sign in to comment.