aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-08-26 20:34:38 +0200
committerpolo <ordipolo@gmx.fr>2025-08-26 20:34:38 +0200
commit6c28cf85e1b5921e4fb77be230651bc22e83b801 (patch)
treef42e38a5a389a0b3960ed9d085998aee668be3aa /public/css
parentfdbc0d2c6366019249d19ed387df877eda90b320 (diff)
downloadcms-6c28cf85e1b5921e4fb77be230651bc22e83b801.zip
redirections correctes et bouton supprimer page article, ArticleController::deleteArticle renvoie une Response
Diffstat (limited to 'public/css')
-rw-r--r--public/css/body.css5
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}
191section button, section input[type=submit] 196section button, section input[type=submit]
192{ 197{
193 color: #ff1d04; 198 color: #ff1d04;