diff --git a/api-payroll/public/css/landing.css b/api-payroll/public/css/landing.css index bad377c..0329226 100644 --- a/api-payroll/public/css/landing.css +++ b/api-payroll/public/css/landing.css @@ -7,7 +7,7 @@ body { color: black; } -#cuerpo{ +#newViewBody{ top:17%; left:1%; width:98%; @@ -23,34 +23,34 @@ body { } -#cuerpo .modal-body{ +#newViewBody .modal-body{ color: #000; border:none; } -#cuerpo .panel-default{ +#newViewBody .panel-default{ border: 3px solid #4A89A5; border-radius: 5px; } -#cuerpo .panel > .panel-heading { +#newViewBody .panel > .panel-heading { background-image: none; background-color: #4A89A5; color: white; border-radius: 0; } -#cuerpo .btn-default{ +#newViewBody .btn-default{ border: 2px solid #62655F; background: #F9DFAF; } -#cuerpo .btn-default:hover{ +#newViewBody .btn-default:hover{ border: 2px solid #62655F; background: #F9DFAF; } -#cuerpo .alert-success{ +#newViewBody .alert-success{ background: #C6E97C; } diff --git a/api-payroll/public/html/NewEmployee.php b/api-payroll/public/html/NewEmployee.php new file mode 100644 index 0000000..209f019 --- /dev/null +++ b/api-payroll/public/html/NewEmployee.php @@ -0,0 +1,38 @@ + + +
+
+
+
+
+

New employee

+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ Save +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/api-payroll/public/html/landing.php b/api-payroll/public/html/landing.php index b0c3563..8f80fae 100644 --- a/api-payroll/public/html/landing.php +++ b/api-payroll/public/html/landing.php @@ -26,28 +26,28 @@ if(!isset($_SESSION['userName'])){ -
+ +
-