From 3fde81bd004dfb71e9165070ec72b1397af16b9d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 31 Mar 2015 04:32:00 -0400 Subject: [PATCH] Reduce and pull to the right context menu and action menus to increas screen area and avoid texts hidding on the right of the screen. --- .../appearance/templates/appearance/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index d79dbaab41..8031433787 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -159,7 +159,7 @@
{% if links or form_navigation_links %} -
+
{% else %}
{% endif %} @@ -168,19 +168,19 @@
{% if links or form_navigation_links %} -
+
{% endif %} {% if links %} -
-
-
+
{% endif %} {% if form_navigation_links %} -
+
{% if form_navigation_links %} {% with form_navigation_links as object_navigation_links %} {% with 'true' as hide_active_anchor %} {% with 'active' as link_class_active %} - {% with 'list-group-item ' as link_classes %} + {% with 'list-group-item btn-sm' as link_classes %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% endwith %}