Vue marché simple #40

This commit is contained in:
Colin Maudry
2025-09-30 14:57:41 +02:00
parent 79d11b326e
commit 7c157d9d71
9 changed files with 260 additions and 37 deletions
+33 -2
View File
@@ -88,8 +88,8 @@ td[data-dash-column="objet"] {
color: #333;
width: 400px !important;
max-width: 400px !important;
height: 100px !important;
max-height: 100px !important;
height: 150px !important;
max-height: 150px !important;
overflow: hidden;
}
@@ -179,6 +179,9 @@ summary > h3 {
justify-content: space-between;
}
.wrapper > div {
}
.org_title {
grid-column: 1 / 3;
grid-row: 1;
@@ -207,3 +210,31 @@ summary > h3 {
grid-column: 3;
grid-row: 2;
}
/* Vue marché */
.marche_infos p {
margin-top: 6px;
margin-bottom: 6px;
}
.marche_title {
grid-column: 1/3;
grid-row: 1;
}
.marche_map {
grid-column: 3;
grid-row: 2;
width: 400px;
}
.marche_infos_1 {
grid-column: 1;
grid-row: 2;
}
.marche_infos_2 {
grid-column: 2;
grid-row: 2;
}