diff --git a/front/src/components/Affaires/ControleGeometre/controleGeometre.css b/front/src/components/Affaires/ControleGeometre/controleGeometre.css index 6fa1b673..4f482d0f 100644 --- a/front/src/components/Affaires/ControleGeometre/controleGeometre.css +++ b/front/src/components/Affaires/ControleGeometre/controleGeometre.css @@ -1,43 +1,53 @@ -.controleGeometre { +#controleGeometre .controleGeometre { width: 100%; float: left; } -.controleGeometre .label { + +#controleGeometre .controleGeometre .label { display: block; } -table, th, td { + +#controleGeometre table, #controleGeometre th, #controleGeometre td { border: 1px solid lightgray; border-collapse: collapse; } -th, td { + +#controleGeometre th, #controleGeometre td { padding: 5px; } -th { + +#controleGeometre th { vertical-align: bottom; } -th.ctrl_radiobtn { + +#controleGeometre th.ctrl_radiobtn { writing-mode: vertical-lr; transform: rotate(180deg); vertical-align: top; } -td { + +#controleGeometre td { vertical-align: middle; } -.ctrl_title { + +#controleGeometre .ctrl_title { font-style: italic; background-color: lightgray; } -.ctrl_label { + +#controleGeometre .ctrl_label { text-align: left; width: 700px; } -.ctrl_radiobtn { + +#controleGeometre .ctrl_radiobtn { text-align: center; width: 32px; } -.md-radio { + +#controleGeometre .md-radio { margin: 0px; padding: 0px; vertical-align: middle; diff --git a/front/src/components/Affaires/ControleGeometre/controleGeometre.html b/front/src/components/Affaires/ControleGeometre/controleGeometre.html index 654c4f4d..3093c052 100644 --- a/front/src/components/Affaires/ControleGeometre/controleGeometre.html +++ b/front/src/components/Affaires/ControleGeometre/controleGeometre.html @@ -1,4 +1,4 @@ -
+
@@ -352,11 +352,6 @@ - - Tampon "Modifié le" et date du jour - - - Plan @@ -365,11 +360,6 @@ - - Tampon "Modifié le" et date du jour - - -
@@ -440,7 +430,7 @@ - Tampon "Visé le" et date du jour + Tampon "Actualisé le" et date du jour @@ -453,7 +443,7 @@ - Tampon "Visé le" et date du jour + Tampon "Actualisé le" et date du jour diff --git a/front/src/components/Affaires/Facturation/Emoluments/emoluments.css b/front/src/components/Affaires/Facturation/Emoluments/emoluments.css index fcdacecb..775e414c 100644 --- a/front/src/components/Affaires/Facturation/Emoluments/emoluments.css +++ b/front/src/components/Affaires/Facturation/Emoluments/emoluments.css @@ -35,7 +35,7 @@ height: 20px; } -#emolumentsDialog .md-field .md-input, .md-field .md-textarea { +#emolumentsDialog .md-field .md-input, #emolumentsDialog .md-field .md-textarea { height: 32px; } @@ -133,14 +133,14 @@ } #emolumentsDialog .hideNulls { - font-size: 0px !important; + font-size: 0px; } #emolumentsDialog .customTable .customTableHead { width: calc(100% - 1em); } -#emolumentsDialog .customTable .customTableBody, .customTable .customTableHead { +#emolumentsDialog .customTable .customTableBody, #emolumentsDialog .customTable .customTableHead { display: block; }