diff options
author | polo <ordipolo@gmx.fr> | 2025-09-10 01:02:36 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-09-10 01:02:36 +0200 |
commit | efd79d15adef2a27347c25ebb19754e9937f9715 (patch) | |
tree | 6114ec988ef4dfd7cdf2e2ca07cc9762f8fec4c3 /public/css/menu.css | |
parent | 5e41bea598ff38b3c520b69fd92ee3412e716df2 (diff) | |
download | cms-efd79d15adef2a27347c25ebb19754e9937f9715.zip |
modification d'une URL page Menu et chemin, htmlspecialchars sur les URL du menu à l'affichage
Diffstat (limited to 'public/css/menu.css')
-rw-r--r-- | public/css/menu.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/css/menu.css b/public/css/menu.css index 62e6623..57d842a 100644 --- a/public/css/menu.css +++ b/public/css/menu.css | |||
@@ -70,7 +70,7 @@ | |||
70 | vertical-align: middle; | 70 | vertical-align: middle; |
71 | border: 2px transparent solid; | 71 | border: 2px transparent solid; |
72 | } | 72 | } |
73 | .menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover | 73 | .menu #location:hover, .menu input[type=submit]:hover, .menu .move_entry_icon:hover |
74 | { | 74 | { |
75 | background-color: yellow; | 75 | background-color: yellow; |
76 | border-radius: 4px; | 76 | border-radius: 4px; |
@@ -106,8 +106,17 @@ | |||
106 | { | 106 | { |
107 | margin: 5px; | 107 | margin: 5px; |
108 | display: flex; | 108 | display: flex; |
109 | flex-wrap: wrap; | ||
109 | align-items: center; | 110 | align-items: center; |
110 | } | 111 | } |
112 | .menu .url | ||
113 | { | ||
114 | text-wrap: nowrap; | ||
115 | } | ||
116 | .menu .url input[type=url] | ||
117 | { | ||
118 | width: 50%; | ||
119 | } | ||
111 | 120 | ||
112 | @media screen and (min-width: 80rem) { | 121 | @media screen and (min-width: 80rem) { |
113 | i{} | 122 | i{} |