diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index b38127d..6f4d016 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -78,6 +78,11 @@ font-size: 35px; } + .language-selector{ + text-align: center; + margin: 10px; + } + /* End Bottom Menu */ } diff --git a/themes/views.py b/themes/views.py index d3d1c14..40aa371 100644 --- a/themes/views.py +++ b/themes/views.py @@ -83,4 +83,4 @@ class CSSStyleSettings(braces_mixins.LoginRequiredMixin, braces_mixins.Staffuser @log_decorator("contrast", "click", "contrast") def Contrast(request): caminho = request.META.get('HTTP_REFERER') - return HttpResponseRedirect(caminho) + return HttpResponseRedirect(caminho) \ No newline at end of file diff --git a/users/templates/users/login.html b/users/templates/users/login.html index 5b53532..5d530ad 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -80,10 +80,10 @@