From 9d66bf0b914c136dee006410f83c64b127c0eefd Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Thu, 5 Mar 2015 21:17:56 +0100 Subject: [PATCH] correction bouton add referent dans admin --- SRC/public/css/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/public/css/admin.css b/SRC/public/css/admin.css index 18726ea..17922ba 100755 --- a/SRC/public/css/admin.css +++ b/SRC/public/css/admin.css @@ -37,6 +37,6 @@ table tbody tr td /*corps du tableau */ .addRef { - position: fixed; - left : 70%; + position: absolute; + left : 80%; } \ No newline at end of file