New: Add option to move JNotify message position at bottom
Work on ajax ecm module.
This commit is contained in:
parent
74c39a10a2
commit
efc1c19737
@ -2158,6 +2158,23 @@ div.ecmjqft {
|
|||||||
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* jNotify */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.jnotify-container {
|
||||||
|
position: fixed !important;
|
||||||
|
<?php if ($conf->global->MAIN_JQUERY_JNOTIFY_BOTTOM) { ?>
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 4px !important;
|
||||||
|
<?php } ?>
|
||||||
|
text-align: center;
|
||||||
|
min-width: 500px;
|
||||||
|
width: auto;
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
|
|||||||
@ -2412,6 +2412,23 @@ div.ecmjqft {
|
|||||||
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* jNotify */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.jnotify-container {
|
||||||
|
position: fixed !important;
|
||||||
|
<?php if ($conf->global->MAIN_JQUERY_JNOTIFY_BOTTOM) { ?>
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 4px !important;
|
||||||
|
<?php } ?>
|
||||||
|
text-align: center;
|
||||||
|
min-width: 500px;
|
||||||
|
width: auto;
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
|
|||||||
@ -2228,6 +2228,25 @@ div.ecmjqft {
|
|||||||
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/cameleo/img/working.gif',1); ?>) left top no-repeat; }
|
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/cameleo/img/working.gif',1); ?>) left top no-repeat; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* jNotify */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.jnotify-container {
|
||||||
|
position: fixed !important;
|
||||||
|
<?php if ($conf->global->MAIN_JQUERY_JNOTIFY_BOTTOM) { ?>
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 4px !important;
|
||||||
|
<?php } ?>
|
||||||
|
text-align: center;
|
||||||
|
min-width: 500px;
|
||||||
|
width: auto;
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
?>
|
?>
|
||||||
|
|||||||
BIN
htdocs/theme/common/treemenu/folder2-expanded.png
Executable file
BIN
htdocs/theme/common/treemenu/folder2-expanded.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 583 B |
BIN
htdocs/theme/common/treemenu/folder2.png
Executable file
BIN
htdocs/theme/common/treemenu/folder2.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 537 B |
@ -2344,6 +2344,23 @@ div.ecmjqft {
|
|||||||
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/eldy/img/working.gif',1); ?>) left top no-repeat; }
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* jNotify */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.jnotify-container {
|
||||||
|
position: fixed !important;
|
||||||
|
<?php if ($conf->global->MAIN_JQUERY_JNOTIFY_BOTTOM) { ?>
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 4px !important;
|
||||||
|
<?php } ?>
|
||||||
|
text-align: center;
|
||||||
|
min-width: 500px;
|
||||||
|
width: auto;
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (is_object($db)) $db->close();
|
if (is_object($db)) $db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user