diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-08 12:32:34 +0200 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-08 12:32:34 +0200 |
commit | 28698982ff6dc67a331788c2637bce8689121769 (patch) | |
tree | 6df30593fdcdd2ead77dd894467e5031a31cfde9 /public/css/menu.css | |
parent | 2d8ec75f4aaf3b93fd9f6758f8dcb4f1f9f03d0c (diff) | |
download | cms-28698982ff6dc67a331788c2637bce8689121769.zip |
modif page, création d'un bloc
Diffstat (limited to 'public/css/menu.css')
-rw-r--r-- | public/css/menu.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/public/css/menu.css b/public/css/menu.css index 3294c2b..61e8a01 100644 --- a/public/css/menu.css +++ b/public/css/menu.css | |||
@@ -37,19 +37,15 @@ | |||
37 | { | 37 | { |
38 | display: flex; | 38 | display: flex; |
39 | flex-wrap: wrap; | 39 | flex-wrap: wrap; |
40 | } | ||
41 | .menu aside .controls_explanations p | ||
42 | { | ||
43 | font-size: smaller; | 40 | font-size: smaller; |
44 | } | 41 | } |
45 | .menu aside img | 42 | .menu aside img, .menu aside input |
46 | { | 43 | { |
47 | vertical-align: bottom; | 44 | vertical-align: bottom; |
48 | } | 45 | } |
49 | .menu aside input | 46 | .menu aside input |
50 | { | 47 | { |
51 | pointer-events: none; /* case non clicable, sauf action au clavier... */ | 48 | pointer-events: none; /* case non clicable, sauf action au clavier... */ |
52 | vertical-align: bottom; | ||
53 | } | 49 | } |
54 | .menu #location, .menu input[type=submit] | 50 | .menu #location, .menu input[type=submit] |
55 | { | 51 | { |