diff --git a/htdocs/includes/jquery/plugins/jnotify/jquery.jnotify-alt.min.css b/htdocs/includes/jquery/plugins/jnotify/jquery.jnotify-alt.min.css index 4308a4a018b..e514734e154 100644 --- a/htdocs/includes/jquery/plugins/jnotify/jquery.jnotify-alt.min.css +++ b/htdocs/includes/jquery/plugins/jnotify/jquery.jnotify-alt.min.css @@ -1,40 +1,34 @@ .jnotify-container { - position: fixed; - top: 0; - right: 0; - width: 70%; + position: fixed; + top: 0; + right: 0; + width: 70%; z-index: 100000; - + /* set maximum number of notes to show */ max-height: 270px; overflow-x: hidden; overflow-y: auto; } -.jnotify-container-login { - left: 40% !important; - right: auto !important; - top: 20%; -} - .jnotify-container .jnotify-notification { - position: relative; + position: relative; margin-top: 4px; margin-bottom: 10px; margin-right: 4px; } .jnotify-container .jnotify-notification .jnotify-background { - position: absolute; - top: 0; - left: 0; - width: 100%; + position: absolute; + top: 0; + left: 0; + width: 100%; height: 100%; - background-color: #e3f0db; - filter: alpha(opacity=90); - -moz-opacity: 0.90; - opacity: 0.90; - z-index: 1; + background-color: #e3f0db; + filter: alpha(opacity=90); + -moz-opacity: 0.90; + opacity: 0.90; + z-index: 1; /* round the corners */ -moz-border-radius: 10px; @@ -60,13 +54,13 @@ } .jnotify-container .jnotify-notification .jnotify-message { - position: relative; - z-index: 2; + position: relative; + z-index: 2; padding: 20px; text-align: left; - color: #446548; + color: #446548; font: bold 1.2em verdana, arial, helvetica; - line-height: 1.2em; + line-height: 1.2em; } .jnotify-container .jnotify-notification .jnotify-message * { @@ -75,7 +69,7 @@ /* notification type == "error" */ .jnotify-container .jnotify-notification-error .jnotify-background { - background-color: #d79eac !important; + background-color: #d79eac !important; } .jnotify-container .jnotify-notification-error .jnotify-close, @@ -85,7 +79,7 @@ /* notification type == "warning" */ .jnotify-container .jnotify-notification-warning .jnotify-background { - background-color: #fff7d1 !important; + background-color: #fff7d1 !important; } .jnotify-container .jnotify-notification-warning .jnotify-close, diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index bd8f34d5639..2f61557ff5c 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -6488,6 +6488,7 @@ div#ecm-layout-center { max-width: 1024px; padding-left: 10px !important; padding-right: 10px !important; + padding-top: 10px !important; word-wrap: break-word; } .jnotify-container .jnotify-notification .jnotify-message { @@ -6502,10 +6503,11 @@ div#ecm-layout-center { /* use or not ? */ div.jnotify-background { opacity : 0.95 !important; - -webkit-box-shadow: 2px 2px 4px #888 !important; - box-shadow: 2px 2px 4px #888 !important; + -webkit-box-shadow: 2px 2px 4px #8888 !important; + box-shadow: 2px 2px 4px #8888 !important; } + /* ============================================================================== */ /* blockUI */ /* ============================================================================== */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4b0130eefa4..11e68f6c7c8 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -6465,6 +6465,7 @@ div#ecm-layout-center { max-width: 1024px; padding-left: 10px !important; padding-right: 10px !important; + padding-top: 10px !important; word-wrap: break-word; } .jnotify-container .jnotify-notification .jnotify-message { @@ -6479,10 +6480,11 @@ div#ecm-layout-center { /* use or not ? */ div.jnotify-background { opacity : 0.95 !important; - -webkit-box-shadow: 2px 2px 4px #888 !important; - box-shadow: 2px 2px 4px #888 !important; + -webkit-box-shadow: 2px 2px 4px #8888 !important; + box-shadow: 2px 2px 4px #8888 !important; } + /* ============================================================================== */ /* blockUI */ /* ============================================================================== */