From d405f2aa9900a6436bc1707f775842a7115ec971 Mon Sep 17 00:00:00 2001 From: stephan Date: Fri, 19 Jun 2026 10:09:46 -0400 Subject: [PATCH] Update CSS styles for mobile registration interface and increment version code to 4.72.683 This commit modifies the CSS for the mobile registration interface, enhancing the visual hierarchy and readability by adjusting font weights and colors. The version code is updated to reflect these changes, ensuring consistency in versioning. --- css/style.css | 12 +++++++----- php/inc_settings.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 5fee8d7..0b0d470 100644 --- a/css/style.css +++ b/css/style.css @@ -2774,17 +2774,17 @@ a.ms1-trad-link.btn-aide-trad{ .inscr-mobile-kv-row__label{ flex:0 0 132px; max-width:38%; - font-weight:600; - color:#6c757d; + font-weight:700; + color:#9aa0a6; font-size:12px; line-height:1.4; } .inscr-mobile-kv-row__value{ flex:1 1 180px; - color:#1a1d20; + color:#212529; font-size:14px; - font-weight:500; + font-weight:400; min-width:0; overflow-wrap:anywhere; word-wrap:break-word; @@ -2881,11 +2881,13 @@ a.ms1-trad-link.btn-aide-trad{ flex:1 1 100%; max-width:100%; font-size:11px; + color:#adb5bd; } .inscr-mobile-kv-row__value{ flex:1 1 100%; font-size:15px; - font-weight:600; + font-weight:500; + color:#212529; } } diff --git a/php/inc_settings.php b/php/inc_settings.php index 1cb93c4..eb78312 100644 --- a/php/inc_settings.php +++ b/php/inc_settings.php @@ -7,7 +7,7 @@ * Constantes * * **************/ -define('_VERSION_CODE', '4.72.682'); +define('_VERSION_CODE', '4.72.683'); define('_DATE_CODE', '2026-06-18'); //MSIN-4290 define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');