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