Rename CSS class.
authorJan Schneider <jan@horde.org>
Wed, 4 Nov 2009 22:12:13 +0000 (23:12 +0100)
committerJan Schneider <jan@horde.org>
Wed, 4 Nov 2009 22:12:13 +0000 (23:12 +0100)
kronolith/templates/index/index.inc
kronolith/themes/screen.css

index e26143f..c6484e9 100644 (file)
@@ -3,7 +3,7 @@
   <div id="kronolithLogo"><h1><a href="#"><?php echo $registry->get('name') ?></a></h1></div>
 
   <!-- ini user zone -->
-  <div id="kronolithUser">
+  <div id="kronolithServices">
    <span style="display:none"><a href="#" id="kronolithNotifications" title="<?php echo _("These items need your attention") ?>">2 notifications</a> <span class="kronolithSeparator">&middot;</span></span>
    <a href="#" id="kronolithOptions"><?php echo _("Options") ?></a><?php if ($help_link) echo ' <span class="kronolithSeparator">&middot;</span> ' . $help_link; if ($logout_link) echo ' <span class="kronolithSeparator">|</span> ' . $logout_link ?>
   </div>
index 3011240..4e3985e 100644 (file)
@@ -381,7 +381,7 @@ body.kronolithAjax {
 }
 
 /* User data and options */
-#kronolithUser {
+#kronolithServices {
     float: right;
     margin-top: 8px;
     margin-right: 10px;