sendezentrum img

This commit is contained in:
MaZderMind 2014-12-27 00:27:21 +01:00
parent 8450b9954b
commit 78ea394513
4 changed files with 15 additions and 2 deletions

View file

@ -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

View file

@ -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;

View file

@ -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>