diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 0e2c7d1..9a438d4 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -587,4 +587,31 @@ td, th { .nav > li > a { padding: 15px 9px!important; } +} + +@media (max-width: 320px) { + .mobile-nav-tabs .nav-tabs > li { + width: 100%; + height: 46px; + margin: 0px; + } + .mobile-nav-tabs .nav-tabs > li > a { + background: #fff; + border: 0; + } + .mobile-nav-tabs .nav-tabs > li.active > a, + .mobile-nav-tabs .nav-tabs > li.active > a:hover, + .mobile-nav-tabs .nav-tabs > li.active > a:focus { + border: 0; + color: #fff; + background-color: #428bca; + } + .mobile-nav-tabs .nav-tabs { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + } + .mobile-nav-tabs .tab-pane > table { + border-top: 1px solid #ddd!important; + } } \ No newline at end of file diff --git a/plugins/box/information/views/backend/index.view.php b/plugins/box/information/views/backend/index.view.php index 2ad3c95..0365d4a 100644 --- a/plugins/box/information/views/backend/index.view.php +++ b/plugins/box/information/views/backend/index.view.php @@ -1,6 +1,6 @@
-