Pull-request: #15538 Ref: #12262 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
5dcb477e0f
@ -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