This commit is contained in:
DonRenando 2015-02-18 21:15:20 +01:00
parent c8c4e3b9c6
commit 416ddb7a16
2 changed files with 10 additions and 11 deletions

View File

@ -4,7 +4,7 @@ html {
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
height: 100%; height: 100%;
width: 100%; width: 100%
} }
body { body {
margin: 0; margin: 0;
@ -5351,13 +5351,13 @@ a.list-group-item-danger.active:focus {
padding-bottom: 75%; padding-bottom: 75%;
} }
.well { .well {
min-height: 20px; min-height: 10px;
padding: 19px; padding: 19px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #015402; background-color: #015402;
color : white; color : white;
font-weight: bold; font-weight: bold;
font-size: 25px; font-size: 15px;
border: 5px solid #7F2403; border: 5px solid #7F2403;
border-radius: 4px; border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
@ -5367,10 +5367,10 @@ a.list-group-item-danger.active:focus {
border-color: rgba(0, 0, 0, 0.15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-lg { .well-lg {
padding: 24px; padding: 15px;
margin: 5%; margin: 5%;
margin-left : 25%; margin-left : 40%;
margin-right: 25%; margin-right: 40%;
border-radius: 6px; border-radius: 6px;
} }

View File

@ -38,8 +38,8 @@
<div class="item"> <div class="item">
@endif @endif
<br> <br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 500px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a> <a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 400px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
<div class="well well-lg">{{$ref -> firstname}}, {{$ref -> lastname}}</div> <div class="well well-lg col-xs-4 col-md-4">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
</div> </div>
@endforeach @endforeach
</div> </div>
@ -55,12 +55,11 @@
</a> </a>
</div> </div>
<script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script> <!-- <script type="text/javascript" src="http://www.themesltd.com/tumblr/cursors/mouse-cursors/cursors.js?cat=mouse-cursors&theme=mickey_mouse_finger&path=cartoon"></script>
<script type="text/javascript"> <script type="text/javascript">
//<!-- bloque le clique droit
document.oncontextmenu = new Function("return false"); document.oncontextmenu = new Function("return false");
//-->
</script> </script>
-->
</center> </center>
@endsection @endsection