diff options
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 | ||