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 95503a0ad..517506039 100644
--- a/application/views/file/fragments/audio-player.php
+++ b/application/views/file/fragments/audio-player.php
@@ -1,4 +1,4 @@
-<div class="container-fluid">
+<div class="container-wide">
<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 7fad5575f..402e1ac7c 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-fluid">
+<div class="container container-wide">
<?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 a03dc9376..6673f22a3 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-fluid">
+<div class="table-responsive container-wide">
<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 0a84c6a4c..096bb2d59 100644
--- a/application/views/file/fragments/video-player.php
+++ b/application/views/file/fragments/video-player.php
@@ -1,4 +1,4 @@
-<div class="container-fluid">
+<div class="container-wide">
<div class='panel panel-default'>
<div class='panel-heading'>
<?php echo anchor(site_url($filedata['id']), htmlspecialchars($filedata["filename"])); ?>