This commit is contained in:
alexandre-pereira 2015-03-17 12:23:14 +01:00
parent 330327af2a
commit 6837dbcc12
1 changed files with 5 additions and 1 deletions

View File

@ -235,7 +235,7 @@
</div> </div>
</form> </form>
@else @else
<h1>Veuillez selectionner une liste pour la modifier.</h1> <div class="alert alert-warning">Veuillez selectionner une liste pour la modifier.</div>
@endif @endif
</div> </div>
</div> </div>
@ -252,6 +252,10 @@
width:100%; width:100%;
height: 100px; height: 100px;
} }
html, body {
background: url('{{URL::to('imgs/adminbg.jpg')}}');
background-size: cover;
}
</style> </style>
@endsection @endsection
@section('page-scripts') @section('page-scripts')