summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-16 23:39:27 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-07-04 07:53:36 +0200
commitf0d3b633f04c9afa2237b1dad83ad8240da68b38 (patch)
tree7cd518fd6bf7efe3495687a8f11c0c93a304d253 /application/views
parent96c5d844c03ed31ca02b26d0da591c03269e82ee (diff)
Fix display issues with new bootstrap
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-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
-rw-r--r--application/views/file/html_paste_header.php2
5 files changed, 5 insertions, 5 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"])); ?>
diff --git a/application/views/file/html_paste_header.php b/application/views/file/html_paste_header.php
index c5bc396c6..e3a2f7d13 100644
--- a/application/views/file/html_paste_header.php
+++ b/application/views/file/html_paste_header.php
@@ -1,4 +1,4 @@
-<div class="container paste-container container-wide">
+<div class="container-fluid paste-container">
<div style="border:1px solid #ccc;">
<div class="navbar navbar-default navbar-static-top navbar-paste">
<ul class="nav navbar-nav navbar-left dont-float">