From 9c65f69e89b9db7ee02ef3fe9df9825413073633 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 29 Mar 2017 11:47:30 +0530 Subject: [PATCH] Minor fixes to topbar changes - Move the apps and configuration items outside of navbar header and into left navbar group so that it collapses properly for mobile view. - Change link titles to reflect label text. - Indent properly, remove blank lines. - Remove need to tweak font size of items. --- plinth/templates/base.html | 50 +++++++++++++++------------- static/themes/default/css/plinth.css | 13 +++----- 2 files changed, 31 insertions(+), 32 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 96fb0fa9f..d33b0dacf 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -91,25 +91,31 @@ title="{{ box_name }}"> {{ box_name }} - {% if user.is_authenticated %} - {% trans "Home" %} - {% endif %} - {% if user.is_authenticated %} - - - {% trans "Apps" %} - - - - {% trans "Configuration" %} - - {% endif %} {% endblock %}