modif
This commit is contained in:
parent
330327af2a
commit
6837dbcc12
@ -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')
|
||||||
|
Reference in New Issue
Block a user