diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 06c0ff9..7027f78 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -15,6 +15,30 @@ a:focus { width: 100%; } +.language-selector{ + margin-left: 8%; +} + +.language-selector img{ + width: 3%; +} + +.language-selector > ul img{ + width: 15%; +} + +.language-selector-on-header img{ + width: 15%; + margin-top: 2%; +} +.language-selector-on-header > ul img{ + width: 15%; +} + +.navbar-header{ + width: 20%; +} + /* Initial page starts */ .users-cloud { diff --git a/amadeus/static/img/brazilicon.png b/amadeus/static/img/brazilicon.png new file mode 100644 index 0000000..ba01c7c Binary files /dev/null and b/amadeus/static/img/brazilicon.png differ diff --git a/amadeus/static/img/euaicon.png b/amadeus/static/img/euaicon.png new file mode 100644 index 0000000..f8863a4 Binary files /dev/null and b/amadeus/static/img/euaicon.png differ diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 73ed2a2..a9139a3 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -74,6 +74,26 @@ {{ theme.title }} + + +
{% csrf_token %}
@@ -51,7 +52,28 @@
+ + +
{% if not deny_register %} -- libgit2 0.21.2