diff --git a/static/assets/css/style.css b/static/assets/css/style.css index e480bd7..8ee02cd 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -17,6 +17,8 @@ body { font-family: "Open Sans", sans-serif; background: #f6f9ff; color: #444444; + max-width: 100%; + overflow-x: hidden; } a { @@ -278,6 +280,11 @@ h6 { font-size: 20px; } +/* Button Margin */ +.btn { + margin-bottom: 1rem; +} + /* Close Button */ .btn-close { background-size: 25%; @@ -987,7 +994,6 @@ h6 { #login_out { background-color: #a0c7f6; - width: 100vw; } /*-------------------------------------------------------------- diff --git a/string_rota/templates/string_rota/home.html b/string_rota/templates/string_rota/home.html index 90b1936..6eba0df 100644 --- a/string_rota/templates/string_rota/home.html +++ b/string_rota/templates/string_rota/home.html @@ -64,7 +64,7 @@

Select a Project

{% elif level == 25 %} {{ message }} {% else %} - {{ message }} + {{ message }} {% endif %} {% endwith %} diff --git a/string_rota/templates/string_rota/index.html b/string_rota/templates/string_rota/index.html index 461e7d2..b78e01c 100644 --- a/string_rota/templates/string_rota/index.html +++ b/string_rota/templates/string_rota/index.html @@ -50,13 +50,14 @@
- RSNO Scotland's National Orchestra + RSNO Scotland's National Orchestra
@@ -65,9 +66,12 @@

Unfortunately, because the contents of this site are sensitive, registration to access the site for - members of the public is not possible. Please feel free to click on the RSNO Logo to find out more + members of the public is not possible. + Please feel free to click on the RSNO Logo to find out more about the RSNO.

+

If you are an RSNO String Player but do not have a username and password, please contact your Rota + Manager. They will help you to login.

Thank you for your understanding.

diff --git a/string_rota/templates/string_rota/rota.html b/string_rota/templates/string_rota/rota.html index 87441b3..be7d4d5 100644 --- a/string_rota/templates/string_rota/rota.html +++ b/string_rota/templates/string_rota/rota.html @@ -58,7 +58,7 @@

Repertoire

{% elif level == 25 %} {{ message }} {% else %} - {{ message }} + {{ message }} {% endif %} {% endwith %}