From 0114f07e7080563e17a9c18476ed82ad0da703c7 Mon Sep 17 00:00:00 2001 From: beau Date: Tue, 10 Dec 2024 15:01:12 +0100 Subject: [PATCH] woup woup la table --- css/t4.css | 8 ++++++++ css/t5.css | 7 +++++++ css/t6.css | 7 +++++++ css/t7.css | 7 +++++++ css/t8.css | 7 +++++++ css/t9.css | 6 ++++++ 6 files changed, 42 insertions(+) diff --git a/css/t4.css b/css/t4.css index ca5cf75..fd4684f 100644 --- a/css/t4.css +++ b/css/t4.css @@ -50,3 +50,11 @@ th { color: #ddd; font-size: 20px; } + +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t5.css b/css/t5.css index 66b8c6a..730a723 100644 --- a/css/t5.css +++ b/css/t5.css @@ -48,3 +48,10 @@ td, th { text-align: left; border: 1px solid #ecf0f1; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t6.css b/css/t6.css index 8bf1c84..6f316b5 100644 --- a/css/t6.css +++ b/css/t6.css @@ -40,3 +40,10 @@ td, th { text-align: left; border: 1px solid #ddd; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t7.css b/css/t7.css index e69c811..5f29392 100644 --- a/css/t7.css +++ b/css/t7.css @@ -49,3 +49,10 @@ td, th { border: 1px solid #ff9900; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t8.css b/css/t8.css index 93fd7a4..0b2a33d 100644 --- a/css/t8.css +++ b/css/t8.css @@ -64,3 +64,10 @@ th { table tr:hover { background-color: #f1f1f1; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; + +} \ No newline at end of file diff --git a/css/t9.css b/css/t9.css index aec8999..049aad0 100644 --- a/css/t9.css +++ b/css/t9.css @@ -82,4 +82,10 @@ table tr:hover { background-color: #b61212; } +table.table_magasin{ + width: 150px; + padding: 12px; + margin-top: 10px; + margin-bottom: 10px; +}