From dec414a39f503045fb975fe8035b3b917bf43604 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 13 Jun 2019 13:26:24 +0200 Subject: [PATCH 1/3] sign up font smaller on smaller landscape screens --- rowers/templates/landingpage.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 60f01d68..4181cd8e 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -161,6 +161,18 @@ font: 400 14px/1.2 "Lato", sans-serif; } + @media only screen and (max-device-height: 1024px) { + .register, h1, .register p { + font: 400 12px/1.0 "Lato", sans-serif; + margin: 0px; + } + + .caption div.border { + font-size: 18px; + } + + } + body, html { font: 400 14px/1.2 "Lato", sans-serif; } From b86e3227a8135e17ea611aae16aa7e343aca2560 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 13 Jun 2019 14:44:14 +0200 Subject: [PATCH 2/3] login page in default style --- rowers/templates/landingpage.html | 5 +++-- rowers/templates/registration/login.html | 3 ++- static/css/styles2.css | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 4181cd8e..53c1f62c 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -112,6 +112,7 @@ width: 100%; text-align: right; color: #000; + font-size: 18px; } .logo { @@ -161,7 +162,7 @@ font: 400 14px/1.2 "Lato", sans-serif; } - @media only screen and (max-device-height: 1024px) { + @media only screen and (max-device-height: 400px) { .register, h1, .register p { font: 400 12px/1.0 "Lato", sans-serif; margin: 0px; @@ -221,7 +222,7 @@
-

Free Data and Analysis. For Rowers. By Rowers.

+

The best way to improve racing performance is to assess where you are, set objectives, make a plan, track progress, and adjust based on the results you are getting. diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html index 21089cb6..cce0af90 100644 --- a/rowers/templates/registration/login.html +++ b/rowers/templates/registration/login.html @@ -1,4 +1,4 @@ -{% extends "newbasefront.html" %} +{% extends "newbase.html" %} {% block main %} @@ -7,6 +7,7 @@ {% endif %}

    +

    Login

  • {% csrf_token %} diff --git a/static/css/styles2.css b/static/css/styles2.css index 9b7278d6..254d6276 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -97,6 +97,10 @@ /* color: #dddddd; */ } + aside { + color: #f8f8ff; + padding: 5px; + } aside ul label, aside ul a { From 6c84b8836a62e2475790a83183929fb300011190 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 13 Jun 2019 14:46:01 +0200 Subject: [PATCH 3/3] minuscule change --- rowers/templates/registration/login.html | 2 +- templates/newbase.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html index cce0af90..304dbb61 100644 --- a/rowers/templates/registration/login.html +++ b/rowers/templates/registration/login.html @@ -8,7 +8,7 @@

      Login

      -
    • +
    • {% csrf_token %} diff --git a/templates/newbase.html b/templates/newbase.html index 99675727..0945b75a 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -307,7 +307,6 @@