1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

UI Defect: Pages Index View looks broken for portrait view on iPhone #319

This commit is contained in:
Awilum
2014-07-26 01:07:59 +04:00
parent f8fa3f966b
commit 9f5516233d

View File

@@ -12,6 +12,7 @@
</div> </div>
</div> </div>
<div class="table-responsive">
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
@@ -105,6 +106,7 @@
?> ?>
</tbody> </tbody>
</table> </table>
</div>
<form> <form>
<input type="hidden" name="url" value="<?php echo Option::get('siteurl'); ?>/admin/index.php?id=pages"> <input type="hidden" name="url" value="<?php echo Option::get('siteurl'); ?>/admin/index.php?id=pages">