From f4a4d70149b74a73faf5e777350d76946eeefe93 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 12:01:13 +0200 Subject: indicate the selected channel in the dropdown menu and minor css fixes --- view/css/mod_manage.css | 12 ------------ view/tpl/channel.tpl | 6 +++--- view/tpl/nav.tpl | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 077b6b838..b08c90b62 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -4,10 +4,6 @@ text-decoration: none; } -.new-notification { - color: #c60032; -} - .channel-photo-wrapper { display: table-cell; table-layout: fixed; @@ -24,11 +20,3 @@ vertical-align: top; padding-left: 10px; } - -.selected-channel { - color: green; -} - -#all-channels-end { - margin-bottom: 20px; -} diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 1a84f1e66..63e09ec05 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -17,7 +17,7 @@

{{if $selected == $channel.channel_id}} - + {{/if}} {{if $channel.delegate}} @@ -37,11 +37,11 @@
{{if !$channel.delegate}} {{/if}} diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index cb0e2af32..288a15f2c 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -26,7 +26,7 @@ {{/if}} {{if $nav.channels}} {{foreach $nav.channels as $chan}} - {{$chan.channel_name}} + {{$chan.channel_name}} {{/foreach}} {{/if}} {{if $nav.profiles}} -- cgit v1.2.3