From 1c43b78d713a5ebe88718384806ce156b91bc13e Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 26 Jul 2014 11:52:07 +0400 Subject: [PATCH] Fix for Frontend User Auth page --- .../box/users/views/frontend/login.view.php | 11 ++++++++++- public/themes/default/css/default.css | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/plugins/box/users/views/frontend/login.view.php b/plugins/box/users/views/frontend/login.view.php index 095d17d..5590c62 100644 --- a/plugins/box/users/views/frontend/login.view.php +++ b/plugins/box/users/views/frontend/login.view.php @@ -1,4 +1,13 @@ -
+
+
+ '.$error."
"; + ?> +
+
+
diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index 65b71ce..77f1fc8 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -23,6 +23,24 @@ a:hover { .error { color:red; + display: inline-block; + float: left; +} + +.margin-top-1 { + margin-top: 1em; +} + +.margin-top-2 { + margin-top: 2em; +} + +.margin-bottom-1 { + margin-bottom: 1em; +} + +.margin-bottom-2 { + margin-bottom: 2em; } /* Flat UI */