diff options
author | polo <ordipolo@gmx.fr> | 2025-08-26 20:34:38 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-08-26 20:34:38 +0200 |
commit | 6c28cf85e1b5921e4fb77be230651bc22e83b801 (patch) | |
tree | f42e38a5a389a0b3960ed9d085998aee668be3aa /public/css/body.css | |
parent | fdbc0d2c6366019249d19ed387df877eda90b320 (diff) | |
download | cms-6c28cf85e1b5921e4fb77be230651bc22e83b801.zip |
redirections correctes et bouton supprimer page article, ArticleController::deleteArticle renvoie une Response
Diffstat (limited to 'public/css/body.css')
-rw-r--r-- | public/css/body.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/body.css b/public/css/body.css index 274627c..17bdad5 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
@@ -188,6 +188,11 @@ button .action_icon:hover | |||
188 | display: flex; | 188 | display: flex; |
189 | justify-content: end; | 189 | justify-content: end; |
190 | } | 190 | } |
191 | .delete_button | ||
192 | { | ||
193 | float: right; | ||
194 | margin-left: 2px; | ||
195 | } | ||
191 | section button, section input[type=submit] | 196 | section button, section input[type=submit] |
192 | { | 197 | { |
193 | color: #ff1d04; | 198 | color: #ff1d04; |