diff --git a/css/default.css b/css/default.css index ede77ec0dde..be4ffd0bc1f 100755 --- a/css/default.css +++ b/css/default.css @@ -80,6 +80,8 @@ a#owncloud-logo span { .navigationitem1 a{ text-decoration:none; + padding-right:15px; + background: transparent url(/img/dots.png) no-repeat scroll center right; } .navigationitem1 img { diff --git a/inc/lib_base.php b/inc/lib_base.php index 8fc8e7955b6..cfa2d75effc 100755 --- a/inc/lib_base.php +++ b/inc/lib_base.php @@ -133,7 +133,7 @@ class OC_UTIL { */ public static function shownavigation(){ echo('
'.$_SESSION['username'].' ![]() | ');
+ echo(''.$_SESSION['username'].' | '); if($_SERVER['SCRIPT_NAME']=='/index.php') echo('Files | '); else echo('Files | '); foreach(OC_UTIL::$NAVIGATION as $NAVI) {