Remove some inline CSS style

Signed-off-by: Tamara Howell <tamara.howell@hotmail.com>
This commit is contained in:
Tamara Howell 2019-10-29 20:58:35 -04:00 committed by William Desportes
parent b47ea134cc
commit 7a98668daf
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
3 changed files with 19 additions and 2 deletions

View File

@ -123,8 +123,7 @@ var ErrorReport = {
ErrorReport.removeErrorNotification();
var $div = $(
'<div style="position:fixed;bottom:0;left:0;right:0;margin:0;' +
'z-index:1000" class="alert alert-danger" role="alert" id="error_notification"></div>'
'<div class="alert alert-danger userPermissionModal" role="alert" id="error_notification"></div>'
).append(
Functions.getImage('s_error') + Messages.strErrorOccurred
);

View File

@ -625,6 +625,15 @@ div#modalOverlay {
z-index: 900;
}
div#userPermissionModal {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1000;
}
form.login label {
width: 10em;
font-weight: bolder;

View File

@ -865,6 +865,15 @@ div#modalOverlay {
z-index: 900;
}
div#userPermissionModal {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
z-index: 1000;
}
form.login {
input {
&[type=text],