From 1f91686d25ed3aa8761bc5c2e817c0dab1d4768c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 31 Oct 2020 10:21:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Restyle=20some=20forms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/confirm.html | 36 +++++++++++++++------------ templates/create-share.html | 42 ++++++++++++++----------------- templates/share-add-login.html | 29 +++++++++++++--------- templates/share-add-user.html | 45 ++++++++++++++++++---------------- 4 files changed, 80 insertions(+), 72 deletions(-) diff --git a/templates/confirm.html b/templates/confirm.html index 08f26ff..1f8c18c 100644 --- a/templates/confirm.html +++ b/templates/confirm.html @@ -1,17 +1,21 @@ -{{ define "page-styles"}} - -{{ end }} - -{{ define "page-content" }} -
- {{ range $k, $v := .Fields }} - - {{ end }} -
- {{ $.Message }} -
-
- -
-
+{{ define "page-styles"}} + +{{ end }} + +{{ define "page-content" }} +
+ {{ range $k, $v := .Fields }} + + {{ end }} +
+ {{ $.Message }} +
+
+ +
+
{{ end }} \ No newline at end of file diff --git a/templates/create-share.html b/templates/create-share.html index 4803c4d..657976b 100644 --- a/templates/create-share.html +++ b/templates/create-share.html @@ -1,24 +1,20 @@ -{{ define "page-styles"}} - -{{ end }} - -{{ define "page-content" }} -
-
- - -
-
- -
-
+{{ define "page-styles"}} + +{{ end }} + +{{ define "page-content" }} +
+
+ + + + + +
+
+ +
+
{{ end }} \ No newline at end of file diff --git a/templates/share-add-login.html b/templates/share-add-login.html index 21b8427..6785b3b 100644 --- a/templates/share-add-login.html +++ b/templates/share-add-login.html @@ -1,15 +1,20 @@ {{ define "page-content" }} -
- - - - - + +
+ + + + + + + + + + + +
+
+ +
{{ end }} \ No newline at end of file diff --git a/templates/share-add-user.html b/templates/share-add-user.html index 7c9e93a..a86e798 100644 --- a/templates/share-add-user.html +++ b/templates/share-add-user.html @@ -1,22 +1,25 @@ -{{ define "page-content" }} -
- - - - -
+{{ define "page-content" }} +
+
+ + + + + + + + +
+
+ +
+
{{ end }} \ No newline at end of file