From d89011cc019e9ce7e6af9bb950535c16da9798b7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 14 Jan 2019 17:32:24 -0800 Subject: [PATCH] Fix i18n for menu strings - There should not be a space in front of the text. This is a styling issue. - Remove the CSS rule causing issues with spacing. Signed-off-by: Sunil Mohan Adapa --- plinth/templates/base.html | 6 +++--- static/themes/default/css/plinth.css | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 59c11f4ef..72a780366 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -110,7 +110,7 @@ {% if user.is_authenticated and user_is_admin %}
  • {% url 'index' as index_url %} - {% trans "Home" %} @@ -118,7 +118,7 @@
  • {% url 'apps' as apps_url %} - @@ -127,7 +127,7 @@
  • {% url 'system' as system_url %} - diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 6fee2d584..01fee2fee 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -264,10 +264,6 @@ footer license-info p { background: transparent; } -.main-header .navbar-nav>li>a .nav-icon { - margin-right: 0px; -} - .navbar-default .navbar-toggle .icon-bar { background-color: #FFF; }