From 423755b019a09111b971e36c53e2557e2f5a704f Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 16 Dec 2025 22:41:57 +0100 Subject: page emails, application du RGPD: table email et nettoyeur, renommage de $id_email --- public/css/form.css | 3 +++ public/css/show_emails.css | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 public/css/show_emails.css (limited to 'public/css') diff --git a/public/css/form.css b/public/css/form.css index c17662d..09d4140 100644 --- a/public/css/form.css +++ b/public/css/form.css @@ -35,6 +35,9 @@ .form .admin_form i{ font-size: smaller; } +.form_gdpr{ + font-size: smaller; +} @media screen and (max-width: 600px){ .form_inputs{ diff --git a/public/css/show_emails.css b/public/css/show_emails.css new file mode 100644 index 0000000..4fb9f3b --- /dev/null +++ b/public/css/show_emails.css @@ -0,0 +1,24 @@ +.show_emails p{ + font-size: smaller; +} +.show_emails table{ + + padding: 10px; + border-collapse: collapse; + font-size: smaller; +} +.show_emails table th, .show_emails table td{ + background-color: white; + border: 1px black solid; +} +.show_emails table td{ + vertical-align: top; + text-align: center; +} +.show_emails table .email_delete_button{ + /*background-color: initial;*/ + /*border: none;*/ +} +.show_emails .action_icon{ + width: 20px; +} \ No newline at end of file -- cgit v1.2.3