From efa8243eca439933d20900e5cdea32f9048c0c64 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 22 Dec 2018 14:38:47 +0100 Subject: 35c3: improved schedule display for rooms without preview --- configs/conferences/35c3/config.php | 2 +- configs/conferences/35c3/main.less | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'configs/conferences/35c3') diff --git a/configs/conferences/35c3/config.php b/configs/conferences/35c3/config.php index 58fb75d..72cb73f 100644 --- a/configs/conferences/35c3/config.php +++ b/configs/conferences/35c3/config.php @@ -556,7 +556,7 @@ $CONFIG['ROOMS'] = array( 'wikipakawg' => array( 'DISPLAY' => 'WikiPakaWG Esszimmer', 'STREAM' => 'swikipakawg', # TODO check with streaming config - 'PREVIEW' => false, + 'PREVIEW' => true, 'TRANSLATION' => [ ], 'SD_VIDEO' => true, diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 1671a13..b221101 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -274,6 +274,18 @@ div.row.recordings div:nth-child(3) .panel { } } + .room:not(.has-preview) { + .panel-body { + .program-schedule { + span.t { + // make text in non-preview panels fullwidth or otherwise + // they stick together like rice + display: block; + } + } + } + } + .recordings { h2 { span { -- cgit v1.2.3