From 9935d844effd1cfafa58b0ce90b06ecac486fde7 Mon Sep 17 00:00:00 2001 From: Zambom Date: Sat, 14 Oct 2017 17:14:08 -0300 Subject: [PATCH] Hiding pendencies breadcrumbs when mobile --- amadeus/static/css/base/amadeus_responsive.css | 11 +++++++++++ notifications/templates/notifications/_view.html | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 4190a8b..9a31738 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -91,6 +91,17 @@ } @media(max-width: 768px) { + /* Buttons */ + .visible-xs-block { + margin: 0 auto; + } + + .btn-mobile { + padding: 5px 20px; + font-size: 12px; + } + /* End Buttons */ + .navbar .project_name{ display: block !important; } diff --git a/notifications/templates/notifications/_view.html b/notifications/templates/notifications/_view.html index 65300a8..3594bbc 100644 --- a/notifications/templates/notifications/_view.html +++ b/notifications/templates/notifications/_view.html @@ -7,7 +7,7 @@
-
{% if not has_subject_permissions %}
- + {% if notification.level == 4 %} {% trans 'Access the task' %} {% else %} @@ -57,8 +57,8 @@ {% if notification.level < 3 %} - - +