Skip to content

Commit 03775b9

Browse files
committed
added form styles
1 parent c2263da commit 03775b9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

cweb/elcurrencyweb/views/login.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
$idurl = 'userurl';
66

77
echo div_open('class="contain-login d-flex"');
8-
echo div_open('class="contain-fund d-flex justify-content-center align-items-center"');
9-
echo heading('Currency Manager',1,'class="text-white display-1" style="font-family: cursive;"');
10-
echo div_close();
11-
echo div_open('class="mx-auto my-auto"');
12-
echo form_open($controllerlogin, array('method'=> 'post', 'class' => 'needs-validation'));
13-
echo heading('Please login',1,'class="text-dark display-1 text-center" style="font-family: cursive;"');
8+
// echo div_open('class="contain-fund d-flex justify-content-center align-items-center"');
9+
// echo heading('Currency Manager',1,'class="text-white display-1" style="font-family: cursive;"');
10+
// echo div_close();
11+
echo div_open('class="mx-auto my-auto py-3 px-3" style="
12+
border-radius: 11px;
13+
background-color: #ffffffc4;"');
14+
echo heading('Currency Manager',1,'class="text-dark display-1 text-center" style="font-family: cursive;"');
15+
echo form_open($controllerlogin, array('method'=> 'post', 'class' => 'needs-validation w-75 mx-auto my-auto'));
1416
echo div_open('class="form-group"');
1517
echo form_label('Email;', $idmail);
1618
echo form_input(array('name'=>$idmail, 'id'=>$idmail, 'type'=>'email', 'class'=>'form-control', 'aria-describedby'=>'emailHelp', 'placeholder'=>'user_name@configuredomain.com', 'required') );
@@ -24,7 +26,7 @@
2426
echo div_close();
2527
echo form_hidden($idurl,$$idurl);
2628
echo br();
27-
echo form_submit('makelogin', 'Get me in' , array('class'=>'btn btn-outline-success w-100'));
29+
echo form_submit('makelogin', 'Get me in' , array('class'=>'btn btn-success w-100'));
2830
echo form_close();
2931
echo div_close();
3032
echo '<footer class="footer pb-4 position-fixed bottom-0" >';

0 commit comments

Comments
 (0)