diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 28dd02e1..51102f24 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -72,4 +72,17 @@ body { padding: 8px 12px; border-radius: 8px; font-weight: bold; +} + +.table tbody tr td { + vertical-align: middle; + padding: 12px 15px !important; /* Plus d'espace pour respirer */ + border-bottom: 1px solid #f0f0f0; +} +.table thead th { + background-color: #f8f9fa; + text-transform: uppercase; + font-size: 0.75rem; + letter-spacing: 1px; + border: none; } \ No newline at end of file diff --git a/Vue/includes/head-meta.php b/Vue/includes/head-meta.php index c1b2420a..3321ad89 100644 --- a/Vue/includes/head-meta.php +++ b/Vue/includes/head-meta.php @@ -13,4 +13,4 @@ - \ No newline at end of file + \ No newline at end of file