[open-event-legacy/deploy] Align login form to the center of the page



commit 1b8dd5ed1c715bd289a7325c036f01d41575447b
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sat Apr 6 21:13:49 2019 +0300

    Align login form to the center of the page

 app/static/css/custom/gnome.css | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/app/static/css/custom/gnome.css b/app/static/css/custom/gnome.css
index eb75f343..8736a902 100644
--- a/app/static/css/custom/gnome.css
+++ b/app/static/css/custom/gnome.css
@@ -53,6 +53,10 @@
   background: #404247;
 }
 
+.login_content form#login-form {
+  left: 0;
+}
+
 @media (min-width: 480px) {
   .top_nav .navbar-right li {
     border-left: none;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]