});
var notify = $('kronolithNotifications'),
className = m.type.replace(/\./, '-'),
- order = 'horde-error,horde-warning,horde-alarm,horde-message,horde-success';
+ order = 'horde-error,horde-warning,horde-message,horde-success,kronolithNotifications';
if (!notify.className ||
order.indexOf(notify.className) > order.indexOf(className)) {
notify.className = className;
<!-- begin services -->
<div id="kronolithServices">
- <span style="display:none"><a href="#" id="kronolithNotifications" title="<?php echo _("These items need your attention") ?>"></a> <span class="kronolithSeparator">·</span></span>
- <a href="#" id="kronolithOptions"><?php echo _("Options") ?></a><?php if ($help_link) echo ' <span class="kronolithSeparator">·</span> ' . $help_link; if ($logout_link) echo ' <span class="kronolithSeparator">|</span> ' . $logout_link ?>
+ <span><a href="#" id="kronolithNotifications" class="kronolithNotifications"><?php echo _("0 notifications") ?></a> <span class="kronolithSeparator">·</span></span>
+ <a href="#" id="kronolithOptions"><?php echo _("Options") ?></a><?php if ($help_link) echo ' <span class="kronolithSeparator">·</span> ' . $help_link; if ($logout_link) echo ' <span class="kronolithSeparator">|</span> ' . $logout_link ?>
</div>
<!-- end services -->
/* User data and options */
#kronolithServices {
float: right;
- margin-top: 8px;
+ margin-top: 10px;
margin-right: 10px;
text-align: right;
}
#kronolithNotifications {
padding: 3px 5px;
+ height: 25px;
+ line-height: 25px;
+}
+.kronolithNotifications {
+ background-color: #d9d9d9;
+ opacity: .3;
+ filter: alpha(opacity=30);
}
/* Main area */