From 07095f6ac603725414b81deb991f63e5c0d57e68 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Thu, 19 Feb 2015 17:49:26 +0100 Subject: [PATCH 1/2] maj css ref --- SRC/public/css/referent.css | 17 +++++++++++++++-- SRC/resources/views/referent.blade.php | 14 ++++---------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index ba37e9e..2f508f8 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -7,11 +7,24 @@ background-image:url("../pictures/setting_picture/fond.jpg"); background-size:cover; } -.col-md-3 +.ccmd3 { + margin: 1%; padding: 1%; background: white; border-radius: 5px; border: 1px solid grey; box-shadow: 1px 1px 2px dimgrey; -} \ No newline at end of file +} + +.ccmd9 +{ + margin: 1%; + padding: 1%; + background: white; + border-radius: 5px; + border: 1px solid grey; + box-shadow: 1px 1px 2px dimgrey; + width : 40%; +} + diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php index cd77bf7..59a3fec 100755 --- a/SRC/resources/views/referent.blade.php +++ b/SRC/resources/views/referent.blade.php @@ -3,8 +3,7 @@ @section('content')
-
- +
Créer une liste oeuvre:
@@ -34,8 +33,7 @@
-
- +

@@ -88,10 +86,10 @@
+
- -
+
Ajouter un filtre:

Par critère:

@@ -136,9 +134,5 @@
- -
- - @endsection From fcb8a0a8fa6ba56ca0d799e088c492d963336a88 Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Thu, 19 Feb 2015 17:59:57 +0100 Subject: [PATCH 2/2] maj css ref --- SRC/public/css/referent.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css index 2f508f8..b4a32ce 100644 --- a/SRC/public/css/referent.css +++ b/SRC/public/css/referent.css @@ -1,5 +1,7 @@ body { +margin : auto; + background-image:url("../pictures/setting_picture/fond.jpg"); background-attachment:fixed; background-repeat:no-repeat; @@ -12,7 +14,7 @@ background-image:url("../pictures/setting_picture/fond.jpg"); margin: 1%; padding: 1%; background: white; - border-radius: 5px; + border-radius: 7px; border: 1px solid grey; box-shadow: 1px 1px 2px dimgrey; } @@ -22,7 +24,7 @@ background-image:url("../pictures/setting_picture/fond.jpg"); margin: 1%; padding: 1%; background: white; - border-radius: 5px; + border-radius: 7px; border: 1px solid grey; box-shadow: 1px 1px 2px dimgrey; width : 40%;