recordings block style

This commit is contained in:
MaZderMind 2014-12-23 11:31:08 +01:00
parent afa1bdfd93
commit cc8a0bc569
4 changed files with 18 additions and 9 deletions

View file

@ -5536,6 +5536,12 @@ a.inverted {
background-color: #222222;
overflow: hidden;
margin-bottom: 2em; }
.rooms .room-group.recordings {
text-align: center;
font-size: 3.25em;
padding: .75em; }
.rooms .room-group.recordings a:hover {
text-decoration: none; }
.rooms .room-group h2 {
margin: 0.6em 1.2em 0.3em; }
.rooms .room-group ul {

File diff suppressed because one or more lines are too long

View file

@ -332,6 +332,15 @@ a.inverted {
overflow: hidden;
margin-bottom: 2em;
&.recordings {
text-align: center;
font-size: 3.25em;
padding: .75em;
a:hover {
text-decoration: none;
}
}
h2 {
margin: 0.6em 1.2em 0.3em;
}

View file

@ -61,14 +61,8 @@
<div class="room-group">
<h2>Recordings</h2>
<ul class="row">
<li class="recordings col-sm-12">
<a href="//media.ccc.de/browse/congress/2014/index.html" class="title">Recordings</a>
</li>
</ul>
<div class="room-group recordings">
<a href="//media.ccc.de/browse/congress/2014/index.html"><span class="fa fa-video-camera"></span> Recordings</a>
</div>
</div>