diff options
Diffstat (limited to 'public/css/modif_page.css')
-rw-r--r-- | public/css/modif_page.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/modif_page.css b/public/css/modif_page.css index c494221..d743e9e 100644 --- a/public/css/modif_page.css +++ b/public/css/modif_page.css | |||
@@ -29,7 +29,7 @@ | |||
29 | flex-wrap: wrap; | 29 | flex-wrap: wrap; |
30 | justify-content: space-evenly; | 30 | justify-content: space-evenly; |
31 | } | 31 | } |
32 | .edit_page_zone, .edit_bloc_zone | 32 | .edit_page_zone, .edit_bloc_zone, .delete_page_zone |
33 | { | 33 | { |
34 | background-color: #f0f0f0f0; | 34 | background-color: #f0f0f0f0; |
35 | margin: 5px; | 35 | margin: 5px; |
@@ -71,4 +71,8 @@ | |||
71 | .modify_bloc img | 71 | .modify_bloc img |
72 | { | 72 | { |
73 | vertical-align: middle; | 73 | vertical-align: middle; |
74 | } | ||
75 | .delete_page_zone | ||
76 | { | ||
77 | text-align: center; | ||
74 | } \ No newline at end of file | 78 | } \ No newline at end of file |