From 593cd44a4576025e92ac93a73f4f9ead651f328e Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Sat, 28 Jan 2017 11:52:01 -0300 Subject: [PATCH] language selector is almost done, error of alignment on home --- amadeus/static/css/base/amadeus.css | 24 ++++++++++++++++++++++++ amadeus/static/img/brazilicon.png | Bin 0 -> 20413 bytes amadeus/static/img/euaicon.png | Bin 0 -> 16272 bytes amadeus/templates/base.html | 20 ++++++++++++++++++++ users/templates/users/login.html | 22 ++++++++++++++++++++++ 5 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 amadeus/static/img/brazilicon.png create mode 100644 amadeus/static/img/euaicon.png 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