From 7a98668daf2d37777941b2aa7983e3e139b2c4de Mon Sep 17 00:00:00 2001 From: Tamara Howell Date: Tue, 29 Oct 2019 20:58:35 -0400 Subject: [PATCH] Remove some inline CSS style Signed-off-by: Tamara Howell --- js/error_report.js | 3 +-- themes/original/scss/_common.scss | 9 +++++++++ themes/pmahomme/scss/_common.scss | 9 +++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/js/error_report.js b/js/error_report.js index f17696fb69..c8a69001ea 100644 --- a/js/error_report.js +++ b/js/error_report.js @@ -123,8 +123,7 @@ var ErrorReport = { ErrorReport.removeErrorNotification(); var $div = $( - '' + '' ).append( Functions.getImage('s_error') + Messages.strErrorOccurred ); diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 31ac3493a9..6df425a276 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -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; diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index e32f4c77f9..ef8fd94b43 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -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],