diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-16 23:39:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-04 07:53:36 +0200 |
commit | f0d3b633f04c9afa2237b1dad83ad8240da68b38 (patch) | |
tree | 7cd518fd6bf7efe3495687a8f11c0c93a304d253 /application/views/file/fragments/video-player.php | |
parent | 96c5d844c03ed31ca02b26d0da591c03269e82ee (diff) |
Fix display issues with new bootstrap
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/fragments/video-player.php')
-rw-r--r-- | application/views/file/fragments/video-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/video-player.php b/application/views/file/fragments/video-player.php index 096bb2d59..0a84c6a4c 100644 --- a/application/views/file/fragments/video-player.php +++ b/application/views/file/fragments/video-player.php @@ -1,4 +1,4 @@ -<div class="container-wide"> +<div class="container-fluid"> <div class='panel panel-default'> <div class='panel-heading'> <?php echo anchor(site_url($filedata['id']), htmlspecialchars($filedata["filename"])); ?> |