From 1e7034c4da11bd46cafad471de714ace3c0b5ab8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 9 Oct 2013 03:26:24 -0700 Subject: [PATCH] nav icons --- include/nav.php | 4 ++-- version.inc | 2 +- view/theme/redbasic/css/style.css | 6 +++++- view/tpl/nav.tpl | 18 +++++++++--------- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/include/nav.php b/include/nav.php index 812c90537..f1e47b576 100644 --- a/include/nav.php +++ b/include/nav.php @@ -141,11 +141,11 @@ EOT; if(local_user()) { - $nav['network'] = array('network', t('Matrix'), "", t('Conversations from your grid')); + $nav['network'] = array('network', t('Matrix'), "", t('Conversations from your matrix')); $nav['network']['all']=array('notifications/network', t('See all matrix notifications'), "", ""); $nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '',''); - $nav['home'] = array('channel/' . $channel['channel_address'], t('Home'), "", t('Your posts and conversations')); + $nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Your posts and conversations')); $nav['home']['all']=array('notifications/channel', t('See all channel notifications'), "", ""); $nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); diff --git a/version.inc b/version.inc index 27e05fe85..adcdb44e8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-10-08.460 +2013-10-09.461 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 557e29e83..3b4252cee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3114,7 +3114,7 @@ header { font-size: 10px; padding: 1px 3px; top: 0px; - right: -10px; + right: -5px; min-width: 15px; text-align: right; } @@ -3413,4 +3413,8 @@ margin-right: 50px; .comment-icon, .jot-icons { font-size: 1.2em; +} +.nav-icon { + font-size: 1.4em; + margin-right: 15px; } \ No newline at end of file diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 713280808..3c6d260f5 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -36,7 +36,7 @@ {{if $nav.network}}