From 06b18baddf56b8a634ee6dc58ab6d092ef18e6cf Mon Sep 17 00:00:00 2001 From: cluebattery Date: Sat, 11 Oct 2014 11:15:37 -0500 Subject: [PATCH] Fixes minor bootstrap 3 issues with login form. Fixes the floating checkbox over the label per the basic example provided in Bootstrap 3's documentation. The default bootstrap CSS applies a negative left margin to the checkbox, so the box should come before the label text. Also, the containing div should be classed as a "checkbox" not "form-control." Also added the 'role="form"' to the form declaration and moved the "forgot password" link to a paragraph classed "help-block" below the password entry for consistency with Bootstrap 3 documentation. --- src/views/login.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/login.blade.php b/src/views/login.blade.php index b021407..bf78b6e 100644 --- a/src/views/login.blade.php +++ b/src/views/login.blade.php @@ -1,4 +1,4 @@ -
+
@@ -8,16 +8,16 @@ -
-