From 79773de482989e34c5e79ebb670964ae5e1481d5 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 18:32:59 +0000 Subject: [PATCH] Update 3 files - /html/src/css/style.css - /html/editpage.php - /html/upload.php --- html/editpage.php | 2 +- html/src/css/style.css | 4 ++-- html/upload.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/editpage.php b/html/editpage.php index 469a1fa1..388af291 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -151,7 +151,7 @@ if(isset($fichier)) { echo '
'; echo '
'; - echo '
'; + echo '
'; } } echo "

" . $filename . "

"; diff --git a/html/src/css/style.css b/html/src/css/style.css index 517fbd1f..c6c14bf1 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -125,8 +125,8 @@ a { padding: 0 0 0.3em 0; } -textarea[name="article-resume"] { - height: 10em; +.article-resume-input { + max-height: 10em; } .article-info .article-auteur { diff --git a/html/upload.php b/html/upload.php index 8a97a18b..d6691022 100644 --- a/html/upload.php +++ b/html/upload.php @@ -95,7 +95,7 @@ if(isset($_POST['article-content'])) {
-
+