mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
recordings block style
This commit is contained in:
parent
afa1bdfd93
commit
cc8a0bc569
4 changed files with 18 additions and 9 deletions
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue