diff --git a/app/static/css/entreprises.css b/app/static/css/entreprises.css index 6dded2fa..aebcc2e6 100644 --- a/app/static/css/entreprises.css +++ b/app/static/css/entreprises.css @@ -8,4 +8,32 @@ color: #ffffff; background-color: #222222; *background-color: #151515; +} + +.fiche-entreprise .btn { + margin-bottom: 10px; +} + +.parent-btn { + margin-bottom: -10px; +} + +.entreprise, .contact, .offre { + border: solid 2px; + border-radius: 10px; + padding: 10px; + margin-bottom: 10px; +} + +.contacts-et-offres { + display: flex; + justify-content: space-between; +} + +.contacts-et-offres > div { + flex: 1 0 0; +} + +.contacts-et-offres > div:nth-child(2) { + margin-left: 20px; } \ No newline at end of file diff --git a/app/templates/entreprises/_contact.html b/app/templates/entreprises/_contact.html index 29f7bd46..5030f46e 100644 --- a/app/templates/entreprises/_contact.html +++ b/app/templates/entreprises/_contact.html @@ -1,5 +1,5 @@ {# -*- mode: jinja-html -*- #} -
Nom : {{ contact.nom }}
Prénom : {{ contact.prenom }}
@@ -14,7 +14,7 @@
Intitulé : {{ offre[0].intitule }}
Description : {{ offre[0].description }}
@@ -17,7 +17,7 @@
{% endif %}
SIRET : {{ entreprise.siret }}
Nom : {{ entreprise.nom }}
@@ -48,23 +48,25 @@