From 1b19fed206d5fc02df1fc00ba80bd0577be40fab Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Thu, 11 Aug 2016 18:36:59 +0100 Subject: [PATCH] Updated login page (#731) --- application/views/login.php | 21 +++++++++------------ css/login.css | 5 +---- dist/login.css | 5 +---- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/application/views/login.php b/application/views/login.php index 4398fc87f..ed61b4b97 100644 --- a/application/views/login.php +++ b/application/views/login.php @@ -9,13 +9,6 @@ - - @@ -27,11 +20,15 @@
- lang->line('login_username') . ':'; ?> - 'username', 'id'=>'username', 'class'=>'form-control', 'size'=>'20')); ?> - - lang->line('login_password') . ':'; ?> - 'password', 'id' => 'password', 'class'=>'form-control', 'size'=>'20')); ?> +
+ + +
+ +
+ + +
diff --git a/css/login.css b/css/login.css index e7a56e010..723de4b7f 100644 --- a/css/login.css +++ b/css/login.css @@ -36,14 +36,11 @@ form padding:6% 4%; } -input[type="text"], input[type="password"] +input[type="username"], input[type="password"] { width:100%; - background:#fff; margin-bottom:4%; - border:1px solid #ccc; padding:4%; - color:#555; } input[type="submit"] diff --git a/dist/login.css b/dist/login.css index e7a56e010..723de4b7f 100644 --- a/dist/login.css +++ b/dist/login.css @@ -36,14 +36,11 @@ form padding:6% 4%; } -input[type="text"], input[type="password"] +input[type="username"], input[type="password"] { width:100%; - background:#fff; margin-bottom:4%; - border:1px solid #ccc; padding:4%; - color:#555; } input[type="submit"]