From 79059fb91bab765378278f698613675e1aa09579 Mon Sep 17 00:00:00 2001 From: Jose Pabl Domingo Aramburo Sanchez Date: Sun, 12 Aug 2018 16:59:46 -0600 Subject: [PATCH] [mod] Updated html and css references --- api-payroll/public/css/landing.css | 7 ++--- api-payroll/public/html/landing.php | 40 ++++++++++++++-------------- api-payroll/public/js/NewEmployee.js | 32 +++++++++++----------- api-payroll/public/js/landing.js | 20 +++++++------- 4 files changed, 48 insertions(+), 51 deletions(-) diff --git a/api-payroll/public/css/landing.css b/api-payroll/public/css/landing.css index 0329226..1164c08 100644 --- a/api-payroll/public/css/landing.css +++ b/api-payroll/public/css/landing.css @@ -54,15 +54,12 @@ body { background: #C6E97C; } -#modal_header_error{ +.modalHeaderError{ background-color: #d9534f; } -#modal_header_respuesa_servidor_error{ - background-color: #d9534f; -} -#modal_header_respuesa_servidor_success{ +.modalHeaderSuccess{ background-color: #5bc0de; } diff --git a/api-payroll/public/html/landing.php b/api-payroll/public/html/landing.php index 30a3474..051e0b3 100644 --- a/api-payroll/public/html/landing.php +++ b/api-payroll/public/html/landing.php @@ -64,11 +64,11 @@ if(!isset($_SESSION['userName'])){ ================================================================================= --> -