maj du block ref
This commit is contained in:
parent
7669827157
commit
50d7803a7c
@ -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
|
||||
|
@ -39,7 +39,8 @@
|
||||
@else
|
||||
<div class="item">
|
||||
@endif
|
||||
<a href="/referents/vive.linux/games"><img src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
|
||||
<br>
|
||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black;" src="./pictures/referent/{{ $ref-> image }}" width="35%" alt="{{ $ref -> prenom }}-{{ $ref -> nom }}"></a>
|
||||
<div class="well well-lg">{{$ref -> prenom}}, {{$ref -> nom}}</div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user