2
0
forked from Wavyzz/dolibarr

Restore original file in includes lib.

CSS change must be in templates.
This commit is contained in:
Laurent Destailleur
2024-07-21 01:39:06 +02:00
parent 88518a87f0
commit 7af5bae773
3 changed files with 29 additions and 31 deletions

View File

@@ -11,12 +11,6 @@
overflow-y: auto;
}
.jnotify-container-login {
left: 40% !important;
right: auto !important;
top: 20%;
}
.jnotify-container .jnotify-notification {
position: relative;
margin-top: 4px;

View File

@@ -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 */
/* ============================================================================== */

View File

@@ -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 */
/* ============================================================================== */