From 54a34d71aa882ac9779d401d061a223d61d2050e Mon Sep 17 00:00:00 2001 From: Dumazeau Date: Thu, 12 Oct 2023 10:47:21 +0200 Subject: [PATCH] Small fixes --- .../Resources/views/_pagination.html.twig | 82 +++++++++---------- .../Resources/views/_styles.html.twig | 1 + .../signature-list/_partial/_styles.html.twig | 6 ++ 3 files changed, 47 insertions(+), 42 deletions(-) diff --git a/src/Infrastructure/Resources/views/_pagination.html.twig b/src/Infrastructure/Resources/views/_pagination.html.twig index fed142f..cfe1acc 100644 --- a/src/Infrastructure/Resources/views/_pagination.html.twig +++ b/src/Infrastructure/Resources/views/_pagination.html.twig @@ -1,49 +1,47 @@ -{% spaceless %} - {% if nbPages > 1 %} - +{% endif %} diff --git a/src/Infrastructure/Resources/views/_styles.html.twig b/src/Infrastructure/Resources/views/_styles.html.twig index 9c234b3..aa0cdb1 100644 --- a/src/Infrastructure/Resources/views/_styles.html.twig +++ b/src/Infrastructure/Resources/views/_styles.html.twig @@ -257,6 +257,7 @@ border: 1px solid var(--terms-module-form-field-placeholder); box-sizing: border-box; color: var(--terms-module-form-field-color); + font-size: 13px; font-family: var(--terms-module-font-family); height: 32px; padding: 5px 14px; diff --git a/src/Infrastructure/Resources/views/admin/signature-list/_partial/_styles.html.twig b/src/Infrastructure/Resources/views/admin/signature-list/_partial/_styles.html.twig index 13a4974..84de9a9 100644 --- a/src/Infrastructure/Resources/views/admin/signature-list/_partial/_styles.html.twig +++ b/src/Infrastructure/Resources/views/admin/signature-list/_partial/_styles.html.twig @@ -9,6 +9,12 @@ color: var(--terms-module-gray); font-weight: bold; padding-bottom: 10px; + font-size: 13px; + } + + .row-header button { + color: var(--terms-module-gray); + font-weight: bold; } .terms-row .terms-col {