diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 2331f76b..e7db5446 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -80,12 +80,14 @@ } .register { - position: absolute; - opacity: 0.65; - top: 40%; - left: 0%; + position: fixed; + top: 65px; + right: 0px; text-align: center; - color: #000; + color: #fff; + z-index: 1; + padding: 10px; + background: #1c75bc; } @@ -117,13 +119,6 @@ letter-spacing: 10px; } - .register .border { - background-color: #aaa; - color: #000; - padding: 18px; - font-size: 18px; - } - h3 { letter-spacing: 5px; text-transform: uppercase; @@ -159,19 +154,18 @@ + {% if not user.is_authenticated %} +
+ {% endif %}Sign-up form goes here
-