From 18e4ba6ae4ddd59088f0603b67c2a84190f23a64 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 24 Jan 2019 11:26:26 +0100 Subject: [PATCH] monfront - add line select As in #7 requested, it is now possible to select a row by clicking on the row itself. This should make it much easier to select a larger number of rows. --- cmd/monfront/main.go | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/cmd/monfront/main.go b/cmd/monfront/main.go index 3445942..8518bd4 100644 --- a/cmd/monfront/main.go +++ b/cmd/monfront/main.go @@ -568,8 +568,6 @@ var ( #mainmenu a:hover, #mainmenu a:active { color: #eeeeee; } #mainmenu ul ul a { margin-left: 0.5em; } #mainmenu form * { display: block; margin: 0.25em 0.5em; } - #mainmenu form input { } - #mainmenu form button { } form section { display: flex; flex-direction: row; @@ -638,7 +636,26 @@ var ( {{ if .Error }}
{{ .Error }}
{{ end }}`, - "footer": ``, + "footer": ``, "checklist": `{{ template "header" . }}