diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-10 00:24:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-10 08:49:23 +0200 |
commit | dbe2c5f2dda873b23aa9ac80018057813e6696e2 (patch) | |
tree | ffbd745d5693bd48dda022bbc7c97e0cc7309020 /application/views/file/fragments/video-player.php | |
parent | 82efb0bdb6b20dfa5a76a3b4dcde48441ecf252a (diff) |
Revert "Fix display issues with new bootstrap"
This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38.
That commit causes breakage on the history page due to missing padding.
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 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"])); ?> |