forked from Wavyzz/dolibarr
Restore original file in includes lib.
CSS change must be in templates.
This commit is contained in:
@@ -11,12 +11,6 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container-login {
|
|
||||||
left: 40% !important;
|
|
||||||
right: auto !important;
|
|
||||||
top: 20%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification {
|
.jnotify-container .jnotify-notification {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|||||||
@@ -6488,6 +6488,7 @@ div#ecm-layout-center {
|
|||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
|
padding-top: 10px !important;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.jnotify-container .jnotify-notification .jnotify-message {
|
.jnotify-container .jnotify-notification .jnotify-message {
|
||||||
@@ -6502,10 +6503,11 @@ div#ecm-layout-center {
|
|||||||
/* use or not ? */
|
/* use or not ? */
|
||||||
div.jnotify-background {
|
div.jnotify-background {
|
||||||
opacity : 0.95 !important;
|
opacity : 0.95 !important;
|
||||||
-webkit-box-shadow: 2px 2px 4px #888 !important;
|
-webkit-box-shadow: 2px 2px 4px #8888 !important;
|
||||||
box-shadow: 2px 2px 4px #888 !important;
|
box-shadow: 2px 2px 4px #8888 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* blockUI */
|
/* blockUI */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@@ -6465,6 +6465,7 @@ div#ecm-layout-center {
|
|||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
|
padding-top: 10px !important;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.jnotify-container .jnotify-notification .jnotify-message {
|
.jnotify-container .jnotify-notification .jnotify-message {
|
||||||
@@ -6479,10 +6480,11 @@ div#ecm-layout-center {
|
|||||||
/* use or not ? */
|
/* use or not ? */
|
||||||
div.jnotify-background {
|
div.jnotify-background {
|
||||||
opacity : 0.95 !important;
|
opacity : 0.95 !important;
|
||||||
-webkit-box-shadow: 2px 2px 4px #888 !important;
|
-webkit-box-shadow: 2px 2px 4px #8888 !important;
|
||||||
box-shadow: 2px 2px 4px #888 !important;
|
box-shadow: 2px 2px 4px #8888 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* blockUI */
|
/* blockUI */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user