From 27c33008d5366ab8111019d73d314d10dd6ddb5e Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 25 Sep 2019 13:54:48 +0200 Subject: New interface --- dir.html | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 148 insertions(+), 9 deletions(-) diff --git a/dir.html b/dir.html index fd3747d..c6f63fb 100644 --- a/dir.html +++ b/dir.html @@ -45,13 +45,77 @@
Réponse du server : -
+
+ +
@@ -244,12 +373,22 @@ body { #footer { grid-area: f; background-color: #fcffa0; - margin-left:3%; - margin-right:3%; + margin-left: 3%; + margin-right: 3%; +} +.ok { + color: green; } .delete { color: red; } +.ok:hover { + color: #407D30; + text-decoration: none; +} +#multiStatus { + width: 100%; +} .delete:hover { color: #3b4045; text-decoration: none; -- cgit v1.2.3