aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2015-07-13 14:27:38 +0200
committerMaZderMind2015-07-13 14:27:38 +0200
commitcfa25f1d82f0963b7506a6822f2af5faacd44a44 (patch)
tree4bf0f5805ee072cd4712accae7f285eca8e98a31 /template
parent906d15245b8eb818a08e6c6a16fd8c79f565c8dc (diff)
USe Wide Display for the Boxes
Diffstat (limited to 'template')
-rw-r--r--template/relive-player.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml
index 9f5c502..6845b94 100644
--- a/template/relive-player.phtml
+++ b/template/relive-player.phtml
@@ -7,7 +7,7 @@
<? if($talk['status'] == 'released'): ?>
<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
+ <div class="col-xs-12">
<div class="alert alert-success">
<h3>Released</h3>
<p>This talk is already released! Take a look at <a href="<?=h($talk['release_url'])?>"><?=h(parse_url($talk['release_url'], PHP_URL_HOST))?></a>.</p>
@@ -18,7 +18,7 @@
<? if(isset($talk['mp4'])): ?>
<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
+ <div class="col-xs-12">
<div class="alert alert-success">
<h3>Download</h3>
<p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p>