From: Vincent Vanwaelscappel Date: Thu, 29 Sep 2022 08:11:41 +0000 (+0200) Subject: wait #5493 @0:40 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7ccdc9aa1635593fbcb8c605261a2eb0d90e5319;p=eif-extranet.git wait #5493 @0:40 --- diff --git a/projet-details.php b/projet-details.php index 6d41224..4c60f65 100644 --- a/projet-details.php +++ b/projet-details.php @@ -10,59 +10,73 @@ Mettre à jour le calcul - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Numéro et rueCode postalVilleNature du projetNature du bienSuperficie totaleAnnée(s)TDPM-TEOM N+1/N+2TDPM-TEOM N+1/N+2
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
+
+
+ Infos générales +
+ + + + + + + +
+
+
+ Détail des surfaces +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ \ No newline at end of file diff --git a/style/inc/forms.sass b/style/inc/forms.sass index c763288..c4dd449 100644 --- a/style/inc/forms.sass +++ b/style/inc/forms.sass @@ -26,8 +26,7 @@ input[type="text"], input[type="search"], select, textarea height: 25px form - - > label + label display: inline-block vertical-align: bottom position: relative @@ -38,7 +37,7 @@ form font-size: 12px text-transform: uppercase position: absolute - top: -14px + top: -16px left: 0 &.filter-form @@ -68,6 +67,45 @@ form svg height: 12px + &.details + fieldset + padding-top: 30px + margin-top: 40px + + legend + display: block + width: 100% + padding: 10px + text-align: left + background-color: $thead-background + color: #ffffff + border-radius: 4px 4px 0 0 + + .fields + display: grid + grid-template-columns: repeat( 4, 1fr) + grid-gap: 35px 25px + + &.grid-12 + grid-template-columns: repeat( 12, 1fr) + + .grid-item-2 + grid-column: 2 span + + .grid-item-4 + grid-column: 4 span + + .grid-item-6 + grid-column: 6 span + + + label + margin: 0 + + input[type="text"], input[type="search"], select, textarea + background-color: $background-color + width: 100% + &.notes label height: 175px diff --git a/style/style.sass b/style/style.sass index 9401520..2f015b3 100644 --- a/style/style.sass +++ b/style/style.sass @@ -12,12 +12,13 @@ body .button border-radius: 6px display: inline-block - padding: 10px 50px 10px 20px + padding: 12px 50px 8px 20px color: #fff background-color: $button-color height: 40px position: relative font-weight: bold + line-height: 0.9em svg height: 30px @@ -165,7 +166,6 @@ main .buttons display: block - @import "inc/forms" @import "inc/menu" @import "inc/switch"