Merge #15538 - Ref #12262 Remove some inline CSS styles

Pull-request: #15538
Ref: #12262
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-01-27 20:37:44 +01:00
commit 5dcb477e0f
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],