fd
This commit is contained in:
parent
8d4586fdf9
commit
168efb00e1
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -13,4 +13,4 @@
|
|||
<link href="Bootstrap_new/css/select2.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
||||
|
||||
<link href="Bootstrap_new/css/theme-modern.css" rel="stylesheet">
|
||||
<link href="Bootstrap_new/css/theme-modern.css?ver=2026.02.23.00" rel="stylesheet">
|
||||
Loading…
Reference in New Issue
Block a user