diff options
author | polo <ordipolo@gmx.fr> | 2025-09-12 15:04:53 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-09-12 15:04:53 +0200 |
commit | de6a28c63d18a72baa044d9385ed3d15afb40ef0 (patch) | |
tree | 69d25cf3719e540fb23d79b1cbe536e755eb9907 /public/css/form.css | |
parent | efd79d15adef2a27347c25ebb19754e9937f9715 (diff) | |
download | cms-de6a28c63d18a72baa044d9385ed3d15afb40ef0.zip |
paramètres SMTP en mode admin, possibilité d'utiliser deux formulaires sur la même page
Diffstat (limited to 'public/css/form.css')
-rw-r--r-- | public/css/form.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/public/css/form.css b/public/css/form.css index 5bfa768..c17662d 100644 --- a/public/css/form.css +++ b/public/css/form.css | |||
@@ -22,10 +22,19 @@ | |||
22 | 22 | ||
23 | .form .admin_form{ | 23 | .form .admin_form{ |
24 | background-color: #f0f0f0; | 24 | background-color: #f0f0f0; |
25 | margin: auto; | 25 | margin: 8px auto; |
26 | padding: 10px; | 26 | padding: 10px; |
27 | max-width: 800px; | 27 | max-width: 800px; |
28 | } | 28 | } |
29 | .form .admin_form h3{ | ||
30 | margin: 10px 0; | ||
31 | } | ||
32 | .form .admin_form p{ | ||
33 | margin: 5px 0; | ||
34 | } | ||
35 | .form .admin_form i{ | ||
36 | font-size: smaller; | ||
37 | } | ||
29 | 38 | ||
30 | @media screen and (max-width: 600px){ | 39 | @media screen and (max-width: 600px){ |
31 | .form_inputs{ | 40 | .form_inputs{ |
@@ -37,4 +46,4 @@ | |||
37 | .form .full_width_column { | 46 | .form .full_width_column { |
38 | grid-column: 1; | 47 | grid-column: 1; |
39 | } | 48 | } |
40 | } \ No newline at end of file | 49 | } |