diff --git a/UI/WebServerResources/MailerUI.js b/UI/WebServerResources/MailerUI.js index 4ecbff503..de92b3df0 100644 --- a/UI/WebServerResources/MailerUI.js +++ b/UI/WebServerResources/MailerUI.js @@ -1408,7 +1408,7 @@ function loadMessageCallback(http) { } } else if (http.status == 404) { - alert (_("The message you have selected doesn't exist anymore.")); + showAlertDialog (_("The message you have selected doesn't exist anymore.")); Mailer.dataTable.remove(http.callbackData.msguid); } else diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 04fabe8ac..7f336cb35 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -548,7 +548,7 @@ DIV.resize-handle DIV.dialog { position: absolute; width: 350px; - z-index: 50; } + z-index: 3; } DIV.dialog DIV { border: 1px solid #444; @@ -579,8 +579,7 @@ DIV.dialog.right DIV DIV.dialog.none { position: relative; opacity: 1; - margin: 100px auto; /* top margin could be dynamically set depending on window height */ - z-index: 10000; } + margin: 100px auto; /* top margin could be dynamically set depending on window height */ } DIV.dialog.none DIV { padding: 10px; @@ -594,6 +593,7 @@ DIV#bgDialogDiv top: 0px; left: 0px; bottom: 0px; right: 0px; + z-index: 2; opacity: .3; background-color: #555 !important; }