From 2c8cc9865e3f099c1041ddd00ab50aa9e586af47 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sat, 26 Jan 2019 12:54:07 +0100 Subject: [PATCH] add label for pagesize dropdown --- templates/table/layout.lucius | 2 +- templates/widgets/form.hamlet | 1 + templates/widgets/form.lucius | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/table/layout.lucius b/templates/table/layout.lucius index 93b19d264..605fb0c77 100644 --- a/templates/table/layout.lucius +++ b/templates/table/layout.lucius @@ -15,7 +15,7 @@ margin: 0; .page-link { - margin: 0 7px; + margin: 7px; display: inline-block; background-color: var(--color-grey); diff --git a/templates/widgets/form.hamlet b/templates/widgets/form.hamlet index 4fb9bef79..06578df77 100644 --- a/templates/widgets/form.hamlet +++ b/templates/widgets/form.hamlet @@ -3,6 +3,7 @@ $newline never $case formLayout $of FormDBTablePagesize $forall view <- fieldViews +