diff --git a/rowers/templates/virtualeventedit.html b/rowers/templates/virtualeventedit.html index b12906a4..796cb490 100644 --- a/rowers/templates/virtualeventedit.html +++ b/rowers/templates/virtualeventedit.html @@ -1,34 +1,33 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Edit Virtual Race{% endblock %} -{% block content %} +{% block main %} -
- -

Edit Race {{ race.name }}

+

Edit Race {{ race.name }}

- -
+
    +
  • {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %} - - - {{ form.as_table }} -
    - {% csrf_token %} -
    +

    + + {{ form.as_table }} +
    +

    +

    + {% csrf_token %} -

    +

    -
-
+ +
    • All times are local times in the race course time zone
    • @@ -39,11 +38,16 @@
    • Participants can submit results until the evaluation closure time.

    -
  • -
    + + {% endblock %} {% block scripts %} {% endblock %} + + +{% block sidebar %} +{% include 'menu_racing.html' %} +{% endblock %} diff --git a/static/css/styles2.css b/static/css/styles2.css index 1b166c5b..45bd704b 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -373,11 +373,13 @@ margin: 0; } + .main-content li { margin: 0; overflow-x: hidden; } + .main-content li.grid_2 { grid-column-end: span 1; } @@ -540,4 +542,10 @@ aside .cd-accordion-menu.animated label::before { transition: transform 0.3s; } - + +main li li { + list-style: disc outside none; + margin-left: 30px; + padding: 1.2em; +} +