New: Add option to move JNotify message position at bottom

Work on ajax ecm module.
This commit is contained in:
Laurent Destailleur 2012-03-26 00:14:42 +02:00
parent 74c39a10a2
commit efc1c19737
6 changed files with 70 additions and 0 deletions

View File

@ -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; }
/* ============================================================================== */
/* 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
if (is_object($db)) $db->close();

View File

@ -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; }
/* ============================================================================== */
/* 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
if (is_object($db)) $db->close();

View File

@ -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; }
/* ============================================================================== */
/* 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
if (is_object($db)) $db->close();
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@ -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; }
/* ============================================================================== */
/* 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
if (is_object($db)) $db->close();