From 054f5dfd6124a8a10df02637b942c70ad4531d38 Mon Sep 17 00:00:00 2001 From: s416422 Date: Sat, 14 Dec 2019 22:16:19 +0100 Subject: [PATCH] map frontend fixes --- public/css/app.css | 3 ++ public/css/map/seatchart-preview.css | 40 ++++++++++++++++++++++++++- resources/views/layouts/app.blade.php | 8 +++--- 3 files changed, 46 insertions(+), 5 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index e814277..0bda1a3 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -11196,3 +11196,6 @@ a.text-dark:focus { .btn-export { background-color: #649a24; } +.card-header { + background-color: #ececec; +} diff --git a/public/css/map/seatchart-preview.css b/public/css/map/seatchart-preview.css index 8eef177..3cd5aa2 100644 --- a/public/css/map/seatchart-preview.css +++ b/public/css/map/seatchart-preview.css @@ -1,6 +1,41 @@ +body { + background-color: #f8fafc; + font-family: 'Nunito', sans-serif; + font-weight: 600; +} +.seat-stat-wrapper h1{ + text-align: center; + font-size: 56px; + padding-bottom: 10px; + border-bottom: 2px outset rgba(133, 133, 133, 0.4); + text-transform: uppercase; + font-family: 'Nunito', sans-serif; + font-weight: 500; + text-shadow: 0 0 6px rgba(133, 133, 133, 0.4); + color: #636b6f; +} .add-mn-btn, .end-button { display: none; } +#choosepanel h2, .room-view h2 { + font-size: 23px; + text-shadow: 0 0 6px rgba(133, 133, 133, 0.4); +} +#choosepanel select { + font-size: 18px; + width: 150px; + text-shadow: 0 0 6px rgba(133, 133, 133, 0.4); + display: block; + font-family: sans-serif; +} + +.seat-chart-wrapper, div.seatCharts-space { + background-color: #ececec; +} +.seat-chart-wrapper { + padding: 60px 0; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1); +} .preview-page-content { display: flex; justify-content: center; @@ -11,7 +46,6 @@ } .preview-attendance-table { width: 40%; - padding-left: 50px; } .seat-chart-wrapper { width: 60%; @@ -62,3 +96,7 @@ div.seatCharts-seat.available { div.seatCharts-seat.taken { background-color: #649a24; } +.front-indicator { + width: 100%; + margin: 5px 0; +} diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 5bbaa80..0949738 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -10,8 +10,8 @@ @CHECK | @yield('title') - - + + @@ -19,8 +19,8 @@ - - + + @yield('main_meta')