From d24da8d56b7a46fd93b9c2ee7a48d91c16463472 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 10 Jun 2017 18:04:46 +0200 Subject: [PATCH] HTML style. --- accountant-ui/views/account.form.tmpl.html | 9 +++------ accountant-ui/views/accounts.html | 3 ++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/accountant-ui/views/account.form.tmpl.html b/accountant-ui/views/account.form.tmpl.html index 4bf9406..e4fd738 100644 --- a/accountant-ui/views/account.form.tmpl.html +++ b/accountant-ui/views/account.form.tmpl.html @@ -15,16 +15,14 @@ You should have received a copy of the GNU Affero General Public License along with Accountant. If not, see . --> -
+
- + required />

The account name is required.

@@ -40,8 +38,7 @@ role="form" name="form" novalidate> name="authorized_overdraft" ng-model="data.authorized_overdraft" type="number" placeholder="Authorized overdraft" - required min="0"> - + required min="0"/>
.00€
diff --git a/accountant-ui/views/accounts.html b/accountant-ui/views/accounts.html index c5ebcb6..c3e10b1 100644 --- a/accountant-ui/views/accounts.html +++ b/accountant-ui/views/accounts.html @@ -1,3 +1,5 @@ + + -