From a844afbd5dbbc606645fd0b75a7523aa36932fbe Mon Sep 17 00:00:00 2001 From: fbormann Date: Tue, 14 Mar 2017 12:26:10 -0300 Subject: [PATCH] improved visual only --- amadeus/static/css/base/amadeus.css | 31 +++++++++++++++++++++++++++++++ reports/templates/reports/_form.html | 5 +++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 157a7ca..4cddbe9 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1243,6 +1243,37 @@ div.dataTables_wrapper div.dataTables_paginate { text-transform: uppercase; letter-spacing: 0; } + + h5 { + position: relative; + margin-top: 20px; + margin-bottom: 10px; + } + + + h5.one { + margin-top: 0; + color: #bdbdbd; + } + + h5.one:before { + content: ""; + display: block; + border-top: solid 1px #bdbdbd; + width: 100%; + height: 1px; + position: absolute; + top: 50%; + z-index: 1; + } + + h5.one span { + background: #eee; + padding-right: 20px; + position: relative; + z-index: 5; + } + /* End Reports */ /* Chat */ diff --git a/reports/templates/reports/_form.html b/reports/templates/reports/_form.html index f56d603..75ec613 100644 --- a/reports/templates/reports/_form.html +++ b/reports/templates/reports/_form.html @@ -1,7 +1,8 @@ {% load widget_tweaks static i18n %}
{% csrf_token %} -

{% trans "General Parameters" %}


+
{% trans "General Parameters" %}
+ {% if form.errors %}