diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 877122f6d..294440746 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -473,7 +473,7 @@ class e_plugin $dirs = scandir(e_PLUGIN); $arr = array(); - + foreach($dirs as $plugName) { $ret = null; diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index ab97ca4da..ffd7ed170 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1579,6 +1579,7 @@ td img.thumbnail { margin-bottom:0 } .nav-admin .fa { font-size:18px } .nav-admin.navbar-left li a { padding-left:20px; padding-right:20px} +#e-addon-updates .media-list img { width: 64px} @media (min-width: 1101px ){ .navbar-fixed-top { height: 51px; }