From aa8898ae00beaa0ac7e65e45c5f28199b25a9267 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 10 May 2025 20:16:56 +0200 Subject: =?UTF-8?q?modification=20de=20page=20en=20mode=20modif=20page,=20?= =?UTF-8?q?d=C3=A9placement=20modif=5Fpage=20js=20et=20css=20et=20MAJ=20BD?= =?UTF-8?q?D,=20vue=20page=20nouvelle=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/new_page.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 public/css/new_page.css (limited to 'public/css/new_page.css') diff --git a/public/css/new_page.css b/public/css/new_page.css new file mode 100644 index 0000000..0cc067a --- /dev/null +++ b/public/css/new_page.css @@ -0,0 +1,30 @@ +/*-- page "Nouvelle page" uniquement --*/ +.new_page +{ + padding: 0 20px; +} +.new_page .form_zone +{ + background-color: white; + padding: 10px; +} + +.new_page #page_location, .new_page input[type=submit] +{ + color: #ff1d04; + font-size: medium; + border-radius: 4px; + background-color: white; + border: lightgrey 2px outset; +} +.new_page #page_location:hover, .new_page input[type=submit]:hover +{ + background-color: #ffff00; + border-radius: 4px; + border: lightgrey 2px outset; + cursor: pointer; +} +.label_textarea +{ + vertical-align: top; +} \ No newline at end of file -- cgit v1.2.3