From: Guillaume Pellerin Date: Thu, 4 Feb 2016 01:05:16 +0000 (+0100) Subject: fix title size X-Git-Tag: 1.1~109 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9f2dfccdbe95076a4f8a4c497c003ba06b8f5d13;p=teleforma.git fix title size --- diff --git a/teleforma/static/teleforma/css/teleforma_pdf.css b/teleforma/static/teleforma/css/teleforma_pdf.css index 43939aac..afe0b4e7 100644 --- a/teleforma/static/teleforma/css/teleforma_pdf.css +++ b/teleforma/static/teleforma/css/teleforma_pdf.css @@ -10,17 +10,17 @@ } } -#header{ - font-size: 4em; +#header{ + font-size: 3em; color: white; - padding-top: 2em; + padding-top: 1em; padding-left: 1em; background-color: #3a69b1; } #content { margin: 50px; - + } .table1 { @@ -35,7 +35,7 @@ padding: 0px; } -#footer{ +#footer{ font-size: 1em; color: white; padding: 1em; diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index 6300d7df..0d69f9f2 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -27,31 +27,31 @@
- - - - + + + + - - + + - + - - + + - +
{% trans "Prénom" %} : {{ student.user.first_name|upper }}
{% trans "Nom" %} : {{ student.user.last_name|upper }}
{% trans "Addresse" %} : {{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}
{% trans "Téléphone" %} : {{ profile.telephone }}
{% trans "First name" %} : {{ student.user.first_name|upper }}
{% trans "Last name" %} : {{ student.user.last_name|upper }}
{% trans "Address" %} : {{ profile.address }} {{ profile.postal_code }} {{ profile.city }}, {{ profile.country }}
{% trans "Telephone" %} : {{ profile.telephone }}
{% trans "E-mail" %} : {{ student.user.email }}
{% trans "Nom d'utilisateur" %} : {{ student.user.username }}
{% trans "Date d'anniversaire" %} : {{ profile.birthday }}
{% trans "Username" %} : {{ student.user.username }}
{% trans "Birthday" %} : {{ profile.birthday }}
{% trans "Niveau d'étude" %} : {{ student.level }}
{% trans "Level" %} : {{ student.level }}
{% trans "IEJ" %} : {{ student.iej.name }}
{% trans "Formation" %} : {{ student.training.name }}
{% trans "Type de formation" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle et E-learning{% endif %}
{% trans "Training" %} : {{ student.training.name }}
{% trans "Training type" %} : {% if student.platform_only %}E-learning seulement{% else %}Présentielle et E-learning{% endif %}
{% trans "Matière de procédure" %} : {{ student.procedure }}
{% trans "Matière juridique de spécialité" %} : {{ student.written_speciality }}
{% trans "Matière d'oral de spécialité" %} : {{ student.oral_speciality }}
{% trans "Matière d'oral technique oral_1" %} : {{ student.oral_1 }}
{% trans "Matière d'oral technique oral_2" %} : {{ student.oral_2 }}
{% trans "Date de pré-inscription" %} : {{ student.date_registered}}
{% trans "Registration date" %} : {{ student.date_registered}}
{% trans "PROMO code" %} : {{ student.promo_code}}