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"]