From 36a4d192e1e3517678f366d5130ab3be33484130 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Sat, 21 Feb 2015 00:23:31 +0100 Subject: [PATCH] refonte du tableau de la page admin --- SRC/public/css/admin.css | 30 +++++++++++++++++++++++++++++ SRC/public/css/referent.css | 5 +++++ SRC/resources/views/admin.blade.php | 6 +++--- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/SRC/public/css/admin.css b/SRC/public/css/admin.css index 23c0b91..407c2c2 100644 --- a/SRC/public/css/admin.css +++ b/SRC/public/css/admin.css @@ -5,4 +5,34 @@ body background-repeat:no-repeat; background-position:100% 100%; background-size:cover; +} + +table +{ + border: 1px solid grey; + width : 95%; + margin-left: auto; + margin-right: auto; + box-shadow: 0 0 2px dimgrey; +} + +table thead tr td /*en tete du tableau */ +{ + border-bottom: 1px solid silver; + padding: 2%; + font-weight: normal; + color: #139DFA; + background: white; +} + +table tbody tr td /*corps du tableau */ +{ + padding : 1%; + background: white; +} + +.addRef +{ + position: fixed; + left : 70%; } \ No newline at end of file diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index 71cfc8a..6db74c1 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -114,6 +114,11 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ width: 20px; } +.control-label +{ + +} + /* ---------------------------- switch checkbox ---------------------------------*/ diff --git a/SRC/resources/views/admin.blade.php b/SRC/resources/views/admin.blade.php index 44b737b..3f0af2d 100755 --- a/SRC/resources/views/admin.blade.php +++ b/SRC/resources/views/admin.blade.php @@ -21,9 +21,10 @@
- +

- + +
@@ -64,7 +65,6 @@ - @endif @endforeach
Nom