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 @@