Skip to content

Commit 837cffc

Browse files
committed
Fixing the gap of the layout
1 parent 12fb3f7 commit 837cffc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/java/org/computate/frFR/java/EcrirePageClasse.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5292,7 +5292,7 @@ public void ecrirePageRechercheAucun(String langueNom, JsonObject i18nPage) thro
52925292
// htmBodyCount0 //
52935293
///////////////////
52945294

5295-
tl(4, "<div class=\"", composantsWebPrefixe, "stack ", composantsWebPrefixe, "gap-3xl \">");
5295+
tl(4, "<div class=\"", composantsWebPrefixe, "stack \">");
52965296
tl(5, "<", composantsWebPrefixe, "tooltip for=\"", i18nPage.getString(I18n.var_retourner_a_), classeNomSimple, "\">", i18nPage.getString(I18n.str_retourner_a_), classeTousNom, "</", composantsWebPrefixe, "tooltip></", composantsWebPrefixe, "tooltip>");
52975297
tl(5, "<", composantsWebPrefixe, "breadcrumb>");
52985298
tl(6, "<", composantsWebPrefixe, "breadcrumb-item id=\"", i18nPage.getString(I18n.var_retourner_a_), classeNomSimple, "\"", "wa-".equals(composantsWebPrefixe) ? " variant=\"brand\"" : " variant=\"primary\" outline", " href=\"{{ SITE_BASE_URL }}{{ pageUri }}\">");
@@ -5557,14 +5557,13 @@ public void ecrirePageRechercheJinja(String langueNom, JsonObject i18nPage) thro
55575557
l("/>");
55585558
tl(5, "</form>");
55595559

5560-
tl(4, "<div class=\"pageContent \">");
5561-
tl(5, "<div id=\"site-calendar-box\">");
5560+
tl(4, "<div id=\"site-calendar-box\">");
55625561
// tl(7, "<h3 id=\"site-calendar-title\">Calendar</h3>");
5563-
tl(6, "<div id=\"site-calendar\"><!-- // --></div>");
5564-
tl(5, "</div>");
5562+
tl(5, "<div id=\"site-calendar\"><!-- // --></div>");
5563+
tl(4, "</div>");
55655564

55665565
tl(4, "<div class=\"", composantsWebPrefixe, "stack ", composantsWebPrefixe, "gap-m \">");
5567-
tl(5, "<", composantsWebPrefixe, "tooltip for=\"", i18nPage.getString(I18n.var_retourner_a_), classeNomSimple, "\">", i18nPage.getString(I18n.str_retourner_a_), classeTousNom, "</", composantsWebPrefixe, "tooltip></", composantsWebPrefixe, "tooltip>");
5566+
tl(5, "<", composantsWebPrefixe, "tooltip for=\"", i18nPage.getString(I18n.var_retourner_a_), classeNomSimple, "\">", i18nPage.getString(I18n.str_retourner_a_), classeTousNom, "</", composantsWebPrefixe, "tooltip>");
55685567
tl(5, "<", composantsWebPrefixe, "breadcrumb>");
55695568
tl(6, "<", composantsWebPrefixe, "breadcrumb-item id=\"", i18nPage.getString(I18n.var_retourner_a_), classeNomSimple, "\"", "wa-".equals(composantsWebPrefixe) ? " variant=\"brand\"" : " variant=\"primary\" outline", " href=\"{{ SITE_BASE_URL }}{{ pageUri }}\">");
55705569
tl(7, classeIcone);

0 commit comments

Comments
 (0)