summaryrefslogtreecommitdiffstats
path: root/application/views/file/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/fragments')
-rw-r--r--application/views/file/fragments/audio-player.php2
-rw-r--r--application/views/file/fragments/thumbnail.php2
-rw-r--r--application/views/file/fragments/uploads_table.php2
-rw-r--r--application/views/file/fragments/video-player.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/application/views/file/fragments/audio-player.php b/application/views/file/fragments/audio-player.php
index 517506039..95503a0ad 100644
--- a/application/views/file/fragments/audio-player.php
+++ b/application/views/file/fragments/audio-player.php
@@ -1,4 +1,4 @@
-<div class="container-wide">
+<div class="container-fluid">
<p>
<audio controls="controls">
<source src="<?php echo site_url($filedata["id"]); ?>">
diff --git a/application/views/file/fragments/thumbnail.php b/application/views/file/fragments/thumbnail.php
index 23f370618..7cbebe7fe 100644
--- a/application/views/file/fragments/thumbnail.php
+++ b/application/views/file/fragments/thumbnail.php
@@ -1,5 +1,5 @@
<!-- Comment markers background: http://stackoverflow.com/a/14776780/953022 -->
-<div class="container container-wide">
+<div class="container container-fluid">
<?php
$base_url = site_url();
if (substr($base_url, -1) !== "/") {
diff --git a/application/views/file/fragments/uploads_table.php b/application/views/file/fragments/uploads_table.php
index 6673f22a3..a03dc9376 100644
--- a/application/views/file/fragments/uploads_table.php
+++ b/application/views/file/fragments/uploads_table.php
@@ -1,4 +1,4 @@
-<div class="table-responsive container-wide">
+<div class="table-responsive container-fluid">
<p>Non-previewable file(s):</p>
<table class="table table-striped tablesorter">
<thead>
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"])); ?>