diff options
author | polo <ordipolo@gmx.fr> | 2025-05-10 20:16:56 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-05-10 20:16:56 +0200 |
commit | aa8898ae00beaa0ac7e65e45c5f28199b25a9267 (patch) | |
tree | 19cde1aa42478bc594f4a2ea71b8cecdcdcdda85 /public/css/new_page.css | |
parent | d2bdfa7d0f746f060090a9e8c8ad6e376b5a1480 (diff) | |
download | cms-aa8898ae00beaa0ac7e65e45c5f28199b25a9267.zip |
modification de page en mode modif page, déplacement modif_page js et css et MAJ BDD, vue page nouvelle page
Diffstat (limited to 'public/css/new_page.css')
-rw-r--r-- | public/css/new_page.css | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ | |||
1 | /*-- page "Nouvelle page" uniquement --*/ | ||
2 | .new_page | ||
3 | { | ||
4 | padding: 0 20px; | ||
5 | } | ||
6 | .new_page .form_zone | ||
7 | { | ||
8 | background-color: white; | ||
9 | padding: 10px; | ||
10 | } | ||
11 | |||
12 | .new_page #page_location, .new_page input[type=submit] | ||
13 | { | ||
14 | color: #ff1d04; | ||
15 | font-size: medium; | ||
16 | border-radius: 4px; | ||
17 | background-color: white; | ||
18 | border: lightgrey 2px outset; | ||
19 | } | ||
20 | .new_page #page_location:hover, .new_page input[type=submit]:hover | ||
21 | { | ||
22 | background-color: #ffff00; | ||
23 | border-radius: 4px; | ||
24 | border: lightgrey 2px outset; | ||
25 | cursor: pointer; | ||
26 | } | ||
27 | .label_textarea | ||
28 | { | ||
29 | vertical-align: top; | ||
30 | } \ No newline at end of file | ||