diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index ade14c2..906ae97 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -5352,8 +5352,11 @@ a.list-group-item-danger.active:focus { min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid silver; + background-color: #015402; + color : white; + font-weight: bold; + font-size: 25px; + border: 5px solid #7F2403; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } @@ -5367,10 +5370,7 @@ a.list-group-item-danger.active:focus { margin-left : 25%; margin-right: 25%; border-radius: 6px; - -moz-box-shadow: 0px 0px 8px black inset; - -webkit-box-shadow: 0px 0px 5px black inset; - -o-box-shadow: 0px 0px 5px black inset; - box-shadow: 0px 0px 8px black inset; + } .well-sm { padding: 9px; @@ -5748,7 +5748,6 @@ button.close { position: relative; overflow: hidden; width: 100%; - } .carousel-inner > .item { @@ -5800,6 +5799,7 @@ button.close { } .carousel-inner > .active { left: 0; + } .carousel-inner > .next, .carousel-inner > .prev { @@ -5908,7 +5908,8 @@ button.close { border: 1px solid transparent; /*#ffffff; */ /*cerclage du rond */ border-radius: 10px; cursor: pointer; - background-color: silver; /*#000 \9;*/ + background-color: white; /*#000 \9;*/ + } .carousel-indicators .active diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index ee3a906..77f9212 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -39,7 +39,8 @@ @else
@endif - {{ $ref -> prenom }}-{{ $ref -> nom }} +
+ {{ $ref -> prenom }}-{{ $ref -> nom }}
{{$ref -> prenom}}, {{$ref -> nom}}
@endforeach @@ -56,7 +57,7 @@ - +