Regioagenda layout en breadcrumbs

This commit is contained in:
2020-01-18 03:01:24 +01:00
parent a93addfb6d
commit 811fab79d5
13 changed files with 447 additions and 1784 deletions

View File

@@ -1,8 +1,16 @@
@extends('layouts/master')
@section('content')
<div class="clearfix" style="height: 15px;"></div>
@section('page')
<div class="clearfix" style="height: 15px;"></div>
<div class="page_header clearfix page_margin_top">
<h1 class="page_title">@yield('title')</h1>
<div class="page_header_left clearfix page_margin_top">
<h1 class="page_title">@yield('title')</h1>
</div>
<div class="page_header_right">
@yield('breadcrumb')
</div>
</div>
<div class="page_layout clearfix">
@yield('content')
</div>
@endsection

View File

@@ -276,16 +276,16 @@
</div>
</div>
</div>
<style>
img.ri{ max-width:100%; height: 90px; }
img.ri:empty{ }
@media screen and (max-width:767px) and (orientation: portrait) {
img.ri { max-width: 90%; height: auto; }
}
@media screen and (max-width:767px) and (orientation: landscape) {
img.ri { max-height: 90%; height: auto; }
}
</style>
<style>
img.ri{ max-width:100%; height: 90px; }
img.ri:empty{ }
@media screen and (max-width:767px) and (orientation: portrait) {
img.ri { max-width: 90%; height: auto; }
}
@media screen and (max-width:767px) and (orientation: landscape) {
img.ri { max-height: 90%; height: auto; }
}
</style>
<div class="header_container small">
<div class="header clearfix">
<div class="logo">

View File

@@ -3,7 +3,12 @@
@section('page')
<div class="clearfix" style="height: 15px;"></div>
<div class="page_header clearfix page_margin_top">
<h1 class="page_title">@yield('title')</h1>
<div class="page_header left">
<h1 class="page_title">@yield('title')</h1>
</div>
<div class="page_header_right">
@yield('breadcrumb')
</div>
</div>
<div class="page_layout clearfix">
<div class="row page_margin_top">