aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authordedeibel2018-12-22 14:38:47 +0100
committerdedeibel2018-12-22 14:39:44 +0100
commitefa8243eca439933d20900e5cdea32f9048c0c64 (patch)
tree2cb749d09a8b33322f919555d8aed271241a745b /configs
parent8538b940eb44370859103dfd5ea7c6de87eb3609 (diff)
35c3: improved schedule display for rooms without preview
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/35c3/config.php2
-rw-r--r--configs/conferences/35c3/main.less12
2 files changed, 13 insertions, 1 deletions
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 {