FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -7,7 +7,7 @@
{% block page-container-fluid %}
<div class="row">
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel panel-default top-most">
<div class="panel-heading">
<span class="panel-title">{{ event.number }} - {{ event.title }}</span>
</div>

View File

@@ -5,7 +5,7 @@
{% block page-container-fluid %}
<div>
<h3>Touren & Kurse</h3>
<h3 class="top-most">Touren & Kurse</h3>
<table id="objects_table" class="table table-bordered table-hover">
<thead>
<tr>

View File

@@ -6,7 +6,7 @@
{% block head-title %}Anmeldung abgeschickt - {{ block.super }}{% endblock head-title %}
{% block page-container-fluid %}
<div class="well">
<div class="well top-most">
<p>
Du solltest in Kürze eine E-Mail von uns mit deinen Anmeldedaten erhalten.
</p>

View File

@@ -5,7 +5,7 @@
{% block head-title %}{% block form-title %}{% trans 'Anmeldung' %} - {{ event.number }}{% endblock form-title %} - {{ block.super }}{% endblock head-title %}
{% block page-container-fluid %}
<h3>{% trans 'Anmeldung' %}</h3>
<h3 class="top-most">{% trans 'Anmeldung' %}</h3>
<form>
<div class="form-group">
<label class="control-label" for="event">{% trans 'Veranstaltung' %}</label>