From 36a1bb6770cb76ec7baf4e215c4379b070c60639 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Thu, 5 Sep 2013 18:40:06 +0200 Subject: almost migrated to bootstrap3 --- application/views/user/register.php | 46 ++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 18 deletions(-) (limited to 'application/views/user/register.php') diff --git a/application/views/user/register.php b/application/views/user/register.php index c0050508b..217a3d18f 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -1,41 +1,51 @@ "; + echo "

"; echo implode("
\n", $error); echo "

"; } ?> "form-horizontal")); ?> -
- -
- "> +
+
+ +
+ " class="form-control">
+
-
- -
- "> +
+
+ +
+ " class="form-control">
+
-
- -
- +
+
+ +
+
+
-
- -
+
+
+ +
+
-
-
+
+
+
+
-- cgit v1.2.3-24-g4f1b From 43b23943ef3d9ce20accf250bb796b0b9454e8a4 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Sun, 22 Sep 2013 14:12:01 +0200 Subject: fix forms on so called medium device desktops --- application/views/user/register.php | 50 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'application/views/user/register.php') diff --git a/application/views/user/register.php b/application/views/user/register.php index 217a3d18f..fffd9d271 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -4,48 +4,48 @@ echo "

"; } ?> "form-horizontal")); ?> -
-
- -
+
+
+ +
" class="form-control">
-
+
-
-
- -
+
+
+ +
" class="form-control">
-
+
-
-
- -
+
+
+ +
-
+
-
-
- -
- +
+
+ +
+
-
+
-
-
-
+
+
+
-
+
-- cgit v1.2.3-24-g4f1b From 7e4912fc03111ab5071e8e7478db48422597777a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Sep 2013 16:07:44 +0200 Subject: Fix form display errors on small devices form-horizontal causes the viewport to become too wide. Signed-off-by: Florian Pritz --- application/views/user/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/views/user/register.php') diff --git a/application/views/user/register.php b/application/views/user/register.php index fffd9d271..af4558ff9 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -3,7 +3,7 @@ echo implode("
\n", $error); echo "

"; } ?> - "form-horizontal")); ?> +
-- cgit v1.2.3-24-g4f1b