mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Rework general page layout and improve responsiveness (references #9)
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
@section('viewJsName', 'productform')
|
||||
|
||||
@section('content')
|
||||
<div class="col-sm-3 col-sm-offset-3 col-md-4 col-md-offset-2">
|
||||
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<h1 class="page-header">@yield('title')</h1>
|
||||
|
||||
<script>Grocy.EditMode = '{{ $mode }}';</script>
|
||||
@@ -90,6 +89,5 @@
|
||||
|
||||
<button id="save-product-button" type="submit" class="btn btn-default">{{ $L('Save') }}</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
@stop
|
||||
|
Reference in New Issue
Block a user