aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2016-12-25 19:57:44 +0100
committerMaZderMind2016-12-25 19:57:44 +0100
commit51cf4686200b67afa08a49ef99b100d3773bade3 (patch)
treebb53b584bdba0482430c1de9fbb05cfb287c3d72
parent942da970b07807b2ed7f7fc9075fb2c6e2aee51b (diff)
reduce audio-border to 1px
-rw-r--r--configs/conferences/33c3/main.less4
-rw-r--r--template/overview.phtml2
2 files changed, 5 insertions, 1 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less
index f12e209..f8ccfe6 100644
--- a/configs/conferences/33c3/main.less
+++ b/configs/conferences/33c3/main.less
@@ -145,6 +145,10 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra
}
}
+ .room-group-live-music .panel-body {
+ border-bottom-width: 0 !important;
+ }
+
.recordings {
.panel {
background: none;
diff --git a/template/overview.phtml b/template/overview.phtml
index 1ff55f6..5683cd0 100644
--- a/template/overview.phtml
+++ b/template/overview.phtml
@@ -9,7 +9,7 @@
</div>
</div>
<? endif ?>
- <div class="row room-group room-group-n<?=h($i++)?>">
+ <div class="row room-group room-group-n<?=h($i++)?> room-group-<?=h(slugify($group))?>">
<? $count = count($rooms); $idx = 0 ?>
<? foreach($rooms as $room): ?>