From 88da7c8fc15abfdee3f0af41f6ca31679f4cb9fa Mon Sep 17 00:00:00 2001 From: jbousquie Date: Wed, 28 Sep 2016 16:37:03 +0200 Subject: [PATCH] cosmetique 2 --- admin/default.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/admin/default.css b/admin/default.css index ef892e4..3d0f50e 100644 --- a/admin/default.css +++ b/admin/default.css @@ -11,7 +11,15 @@ td { padding-left: 30px; } a{ text-decoration: none; color: cadetBlue;} -#menu_salles { position: fixed; left: 0; top: 0; padding: 5px 20px; width: 70%; background-color: beige;} +#menu_salles { + position: fixed; + left: 0; + top: 0; + padding: 5px 20px; + width: 70%; + background-color: Beige; + z-index: 1; +} #loaddiv { margin-top: 100px; }