Remove some inline CSS style
Signed-off-by: Tamara Howell <tamara.howell@hotmail.com>
This commit is contained in:
parent
b47ea134cc
commit
7a98668daf
@ -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
|
||||
);
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user