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

UI Defect: Plugins View looks broken for on iPhone #322

This commit is contained in:
Awilum
2014-07-26 01:05:56 +04:00
parent 7c548aa5b4
commit f8fa3f966b

View File

@@ -1,6 +1,6 @@
<h2 class="margin-bottom-1"><?php echo __('Plugins', 'plugins'); ?></h2> <h2 class="margin-bottom-1"><?php echo __('Plugins', 'plugins'); ?></h2>
<div class="tabbable"> <div class="tabbable mobile-nav-tabs">
<!-- Plugins_tabs --> <!-- Plugins_tabs -->
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
@@ -13,6 +13,7 @@
<div class="tab-content"> <div class="tab-content">
<div class="tab-pane active" id="installed"> <div class="tab-pane active" id="installed">
<div class="table-responsive">
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
@@ -56,9 +57,11 @@
<?php } } ?> <?php } } ?>
</tbody> </tbody>
</table> </table>
</div>
</div> </div>
<div class="tab-pane" id="installnew"> <div class="tab-pane" id="installnew">
<div class="table-responsive">
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
@@ -104,6 +107,7 @@
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
<?php if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN'): ?> <?php if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN'): ?>
<div class="row"> <div class="row">