diff options
Diffstat (limited to 'public/css/modif_page.css')
-rw-r--r-- | public/css/modif_page.css | 46 |
1 files changed, 34 insertions, 12 deletions
diff --git a/public/css/modif_page.css b/public/css/modif_page.css index d6fc23e..9048f05 100644 --- a/public/css/modif_page.css +++ b/public/css/modif_page.css | |||
@@ -5,7 +5,7 @@ | |||
5 | padding: 10px; | 5 | padding: 10px; |
6 | margin: 10px 15px; | 6 | margin: 10px 15px; |
7 | } | 7 | } |
8 | .page_modification form select, .page_modification form input[type=submit] | 8 | .page_modification select, .page_modification input[type=submit] |
9 | { | 9 | { |
10 | color: #ff1d04; | 10 | color: #ff1d04; |
11 | font-size: medium; | 11 | font-size: medium; |
@@ -17,7 +17,7 @@ | |||
17 | { | 17 | { |
18 | cursor: pointer; | 18 | cursor: pointer; |
19 | }*/ | 19 | }*/ |
20 | .page_modification form input[type=submit]:hover | 20 | .page_modification input[type=submit]:hover |
21 | { | 21 | { |
22 | background-color: yellow; | 22 | background-color: yellow; |
23 | border-radius: 4px; | 23 | border-radius: 4px; |
@@ -29,10 +29,10 @@ | |||
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, .delete_page_zone | 32 | .edit_page_zone, .edit_block_zone, .delete_page_zone |
33 | { | 33 | { |
34 | background-color: #f0f0f0f0; | 34 | background-color: #f0f0f0f0; |
35 | margin: 5px; | 35 | margin: 8px 5px; |
36 | padding: 10px; | 36 | padding: 10px; |
37 | } | 37 | } |
38 | #edit_description | 38 | #edit_description |
@@ -47,32 +47,54 @@ | |||
47 | { | 47 | { |
48 | vertical-align: top; | 48 | vertical-align: top; |
49 | } | 49 | } |
50 | .edit_bloc_zone | 50 | .edit_block_zone |
51 | { | 51 | { |
52 | display: flex; | 52 | display: flex; |
53 | justify-content: space-evenly; | 53 | justify-content: space-evenly; |
54 | flex-wrap: wrap; | 54 | flex-wrap: wrap; |
55 | } | 55 | } |
56 | .edit_page_zone p, .edit_bloc_zone p, .edit_page_zone form | 56 | .edit_page_zone p, .edit_block_zone p, .edit_page_zone form |
57 | { | 57 | { |
58 | margin: 5px; | 58 | margin: 5px; |
59 | } | 59 | } |
60 | 60 | ||
61 | .new_bloc #bloc_title | 61 | .new_block #bloc_title |
62 | { | 62 | { |
63 | width: 70%; | 63 | width: 70%; |
64 | max-width: 300px; | 64 | max-width: 300px; |
65 | } | 65 | } |
66 | .modify_bloc > div | 66 | |
67 | .modify_block img | ||
68 | { | ||
69 | vertical-align: middle; | ||
70 | } | ||
71 | .delete_page_zone | ||
72 | { | ||
73 | text-align: center; | ||
74 | } | ||
75 | .modify_one_block | ||
76 | { | ||
77 | background-color: white; | ||
78 | margin: 8px 0; | ||
79 | padding: 5px; | ||
80 | } | ||
81 | .modify_one_block > * | ||
82 | { | ||
83 | /*text-wrap: nowrap;*/ | ||
84 | } | ||
85 | .modify_one_block > div | ||
67 | { | 86 | { |
68 | display: flex; | 87 | display: flex; |
69 | align-items: baseline; | 88 | align-items: baseline; |
70 | } | 89 | } |
71 | .modify_bloc img | 90 | .block_options > * |
72 | { | 91 | { |
73 | vertical-align: middle; | 92 | /*display: flex; |
93 | flex-wrap: wrap;*/ | ||
94 | text-wrap: nowrap; | ||
74 | } | 95 | } |
75 | .delete_page_zone | 96 | .grid_options |
76 | { | 97 | { |
77 | text-align: center; | 98 | /*text-wrap: nowrap;*/ /* saut de la div grid_options */ |
99 | flex-wrap: wrap; /* éléments à l'intérieur de grid_options lorsque lui-même dépasse la largeur dispo (téléphone) */ | ||
78 | } \ No newline at end of file | 100 | } \ No newline at end of file |