From 891a51103d9c37cac9724407d8b7a4f1e2ddf42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 17 Nov 2017 09:33:04 +0100 Subject: Fit contacts list to guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- templates/contact.html | 14 ++++++-------- templates/contactList.html | 22 ++++++++++------------ templates/importScreen.html | 14 ++++++-------- templates/main.php | 9 +++++---- 4 files changed, 27 insertions(+), 32 deletions(-) (limited to 'templates') diff --git a/templates/contact.html b/templates/contact.html index ac528cdb..3c29daaf 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -1,8 +1,6 @@ - - -
{{ ctrl.contact.displayName() | firstCharacter }}
-
-
-
{{ ctrl.getName() | newContact }}
-
{{ctrl.contact.email()}}
-
+ +
{{ ctrl.contact.displayName() | firstCharacter }}
+
+
+
{{ ctrl.getName() | newContact }}
+
{{ctrl.contact.email()}}
diff --git a/templates/contactList.html b/templates/contactList.html index 1cac2f0d..9cc7c55f 100644 --- a/templates/contactList.html +++ b/templates/contactList.html @@ -1,14 +1,12 @@ -
-
-
-
- + + +
+
diff --git a/templates/importScreen.html b/templates/importScreen.html index bcfb79f9..a4e5f8fd 100644 --- a/templates/importScreen.html +++ b/templates/importScreen.html @@ -1,9 +1,7 @@ -
-
- -

{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}

- - {{ctrl.importedUser}} - {{ctrl.importPercent}} % -
+
+ +

{{ctrl.t.importingTo}} {{ctrl.selectedAddressBook}}

+ + {{ctrl.importedUser}} + {{ctrl.importPercent}} %
diff --git a/templates/main.php b/templates/main.php index c16c7367..c00cdcf9 100644 --- a/templates/main.php +++ b/templates/main.php @@ -47,10 +47,11 @@ style('contacts', 'vendor/ui-select/select.min');
-
- +
+
+
+
+
-
-
-- cgit v1.2.3