add label for pagesize dropdown

This commit is contained in:
Felix Hamann 2019-01-26 12:54:07 +01:00
parent 3577e261af
commit 2c8cc9865e
3 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@
margin: 0;
.page-link {
margin: 0 7px;
margin: 7px;
display: inline-block;
background-color: var(--color-grey);

View File

@ -3,6 +3,7 @@ $newline never
$case formLayout
$of FormDBTablePagesize
$forall view <- fieldViews
<label .form-group__label.label-pagesize for=#{fvId view}>#{fvLabel view}
^{fvInput view}
$of _
$forall view <- fieldViews

View File

@ -22,3 +22,7 @@ fieldset {
width: 5em;
min-width: 75px;
}
.label-pagesize {
margin-right: 13px;
}