forked from Wavyzz/dolibarr
Restore original file in includes lib.
CSS change must be in templates.
This commit is contained in:
@@ -1,40 +1,34 @@
|
|||||||
.jnotify-container {
|
.jnotify-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
|
|
||||||
/* set maximum number of notes to show */
|
/* set maximum number of notes to show */
|
||||||
max-height: 270px;
|
max-height: 270px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
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;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification .jnotify-background {
|
.jnotify-container .jnotify-notification .jnotify-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #e3f0db;
|
background-color: #e3f0db;
|
||||||
filter: alpha(opacity=90);
|
filter: alpha(opacity=90);
|
||||||
-moz-opacity: 0.90;
|
-moz-opacity: 0.90;
|
||||||
opacity: 0.90;
|
opacity: 0.90;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
/* round the corners */
|
/* round the corners */
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
@@ -60,13 +54,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification .jnotify-message {
|
.jnotify-container .jnotify-notification .jnotify-message {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #446548;
|
color: #446548;
|
||||||
font: bold 1.2em verdana, arial, helvetica;
|
font: bold 1.2em verdana, arial, helvetica;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification .jnotify-message * {
|
.jnotify-container .jnotify-notification .jnotify-message * {
|
||||||
@@ -75,7 +69,7 @@
|
|||||||
|
|
||||||
/* notification type == "error" */
|
/* notification type == "error" */
|
||||||
.jnotify-container .jnotify-notification-error .jnotify-background {
|
.jnotify-container .jnotify-notification-error .jnotify-background {
|
||||||
background-color: #d79eac !important;
|
background-color: #d79eac !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification-error .jnotify-close,
|
.jnotify-container .jnotify-notification-error .jnotify-close,
|
||||||
@@ -85,7 +79,7 @@
|
|||||||
|
|
||||||
/* notification type == "warning" */
|
/* notification type == "warning" */
|
||||||
.jnotify-container .jnotify-notification-warning .jnotify-background {
|
.jnotify-container .jnotify-notification-warning .jnotify-background {
|
||||||
background-color: #fff7d1 !important;
|
background-color: #fff7d1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jnotify-container .jnotify-notification-warning .jnotify-close,
|
.jnotify-container .jnotify-notification-warning .jnotify-close,
|
||||||
|
|||||||
@@ -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