1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +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>
<div class="tabbable">
<div class="tabbable mobile-nav-tabs">
<!-- Plugins_tabs -->
<ul class="nav nav-tabs">
@@ -13,6 +13,7 @@
<div class="tab-content">
<div class="tab-pane active" id="installed">
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
@@ -57,8 +58,10 @@
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="installnew">
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
@@ -104,6 +107,7 @@
<?php } ?>
</tbody>
</table>
</div>
<?php if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN'): ?>
<div class="row">