mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	Rework general page layout and improve responsiveness (references #9)
This commit is contained in:
		| @@ -9,8 +9,7 @@ | ||||
| @section('viewJsName', 'locationform') | ||||
|  | ||||
| @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> | ||||
| @@ -35,6 +34,5 @@ | ||||
| 		<button id="save-location-button" type="submit" class="btn btn-default">{{ $L('Save') }}</button> | ||||
|  | ||||
| 	</form> | ||||
|  | ||||
| </div> | ||||
| @stop | ||||
|   | ||||
		Reference in New Issue
	
	Block a user