mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
sendezentrum img
This commit is contained in:
parent
8450b9954b
commit
78ea394513
4 changed files with 15 additions and 2 deletions
|
@ -5550,6 +5550,10 @@ a.inverted {
|
|||
margin: 0 -5px; }
|
||||
.rooms .room-group li {
|
||||
padding: 5px !important; }
|
||||
.rooms .room-group li.sendezentrum a .title {
|
||||
left: 240px;
|
||||
text-shadow: none;
|
||||
font-weight: normal; }
|
||||
.rooms .room-group li a {
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -354,6 +354,12 @@ a.inverted {
|
|||
li {
|
||||
padding: 5px !important;
|
||||
|
||||
&.sendezentrum a .title {
|
||||
left: 240px;
|
||||
text-shadow: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: $gray-dark;
|
||||
color: white;
|
||||
|
|
|
@ -53,7 +53,10 @@
|
|||
<ul class="row">
|
||||
<? foreach(array('sendezentrum') as $room): ?>
|
||||
<li class="<?=h($room)?> col-sm-12">
|
||||
<a href="<?=h(link_room($room))?>" class="title"><?=h($rooms[$room])?></a>
|
||||
<a href="<?=h(link_room($room))?>">
|
||||
<img class="teaser" src="thumbs/rooms/<?=h($room)?>.png" alt="" width="213" height="120" />
|
||||
<div class="title"><?=h($rooms[$room])?></div>
|
||||
</a>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue