-
Prix total actuel : {{ total_price }}€
-
{% endblock %}
diff --git a/gestioncof/static/css/cof.css b/gestioncof/static/css/cof.css
index 4e501b45..6646c061 100644
--- a/gestioncof/static/css/cof.css
+++ b/gestioncof/static/css/cof.css
@@ -145,7 +145,11 @@ form#bda_form thead {
}
form#bda_form label.control-label {
- visibility: hidden;
+ display: none;
+}
+
+form#bda_form .form-group {
+ margin-top : 15px;
}
form#bda_form thead {
@@ -162,7 +166,22 @@ table#bda_formset {
border-spacing: 0px 5px;
}
-tbody.bda_formset_content {
+table#bda_formset th:first-child {
+ padding-left: 20px;
+}
+
+form.petit-cours_form table#bda_formset td:first-child,
+form.petit-cours_form table#bda_formset th:first-child {
+ padding-left: 20px;
+}
+
+form.petit-cours_form table#bda_formset td:last-child,
+form.petit-cours_form table#bda_formset th:last-child {
+ padding-right: 20px;
+}
+
+form.petit-cours_form .remove-btn {
+ margin-top : 10px;
}
tr.dynamic-form td {
@@ -326,14 +345,6 @@ fieldset legend {
}
-#main-content > h2,
-#main-content > h3.horizontal-title {
- margin-top:-10px;
-}
-#main-content > h2:first-child,
-#main-content > h3.horizontal-title:first-child {
- margin-top:-20px;
-}
/*
main-container {
@@ -492,6 +503,26 @@ h4.block-title {
list-style: disc;
}
+.inscription-bottom {
+ display: block;
+ padding: 0px 20px 20px 20px ;
+ margin-top : 15px;
+}
+
+.bda-prix {
+ font-weight: bold;
+ color:#DE826B;
+}
+
+.table-top {
+ background-color: #F0F0F0;
+ margin: -20px;
+ margin-top: 0px;
+ padding:20px;
+ padding-bottom: 28px;
+ padding-top: 8px;
+}
+
form#bda_form ul.errorlist li {
padding-left: 0px;
list-style: none;
diff --git a/gestioncof/templates/inscription-petit-cours-formset.html b/gestioncof/templates/inscription-petit-cours-formset.html
index 3ce7a40c..1d78ec22 100644
--- a/gestioncof/templates/inscription-petit-cours-formset.html
+++ b/gestioncof/templates/inscription-petit-cours-formset.html
@@ -1,5 +1,6 @@
+{% load bootstrap %}
{{ formset.non_form_errors.as_ul }}
-