]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.php
tweak hello/prefs/logout linkbar (refs #163)
[tt-rss.git] / prefs.php
index d1d98ea16396d4ce8a6643805f5539478d9cbb46..0544a8700b4602887c0035927cc520804c0324a4 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -87,9 +87,9 @@ window.onload = init;
 
 <div id="prefHeader">
        <?php if (!SINGLE_USER_MODE) { ?>
-               <div style="float : right">
-                       <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
-                       (<a href="logout.php"><?php echo __('Logout') ?></a>)
+               <div class="topLinks">
+                       <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
+                       <a href="logout.php"><?php echo __('Logout') ?></a>
                </div>
        <?php } ?>
        <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>