From d319cb7ba22bf4404d3ddbe571468e439d312605 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Fri, 6 Mar 2015 22:10:52 +0100 Subject: [PATCH] Correction des alt img sur home + correction page ref fichier ref idem sur serveur --- SRC/public/css/home.css | 1 + SRC/public/css/referent.css | 34 ++++++++++++++++++-------- SRC/resources/views/home.blade.php | 2 +- SRC/resources/views/referent.blade.php | 14 +++++------ 4 files changed, 33 insertions(+), 18 deletions(-) diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css index 742ebf9..44a1fa5 100755 --- a/SRC/public/css/home.css +++ b/SRC/public/css/home.css @@ -48,6 +48,7 @@ body { border: 7px solid white; box-shadow: 0px 0px 3px black; width: 250px; + height: 250px; max-height : 250px; max-width : 250px; background: #ffffff; /* Old browsers */ diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index bbadc32..e7e8f18 100755 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -13,20 +13,32 @@ caption text-align: center; } -table +table /* le tableau */ { text-align: center; } +.tablethead +{ + color: white; +} + table thead tr th { - text-align: center; + text-align: center; /* cellules de l'entete */ + text-shadow: 0px 1px 2px black; } -tbody tr +tbody tr /*chaque ligne du body */ { - background: green; - color:red; + background: white; + color: #36BBD9; +} + +.listeoeuvre:hover /* survole du hover */ +{ + background: #36BBD9; + color : white; } .listg @@ -48,11 +60,6 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ padding: 3%; } -.tablethead -{ - color: white; -} - .chosen-select /* les select */ { width : 20%; @@ -63,6 +70,13 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */ color: white; } +input +{ + border-radius: 5px; + vertical-align: middle; + border: 1px solid silver; + height : 30px; +} .listRecherche { diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index bbc097e..12916bd 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -40,7 +40,7 @@
@endif
- {{ $ref -> name }}-Nom + {{ $ref -> firstname }}-{{ $ref -> lastname }}
{{$ref -> firstname}}, {{$ref -> lastname}}
@endforeach diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php index cdceabd..24fd11b 100755 --- a/SRC/resources/views/referent.blade.php +++ b/SRC/resources/views/referent.blade.php @@ -10,16 +10,16 @@
-
-
- +
+
+ +
-

Mes listes d'oeuvres: - +
@@ -52,7 +52,7 @@
-
+
@@ -87,7 +87,7 @@
- +
NomActionSupprimer