From 55de6b1533d586f2edb10b51e15dbde8a505ad96 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 21 Feb 2021 14:08:09 -0800 Subject: [PATCH] Issue #4410 icon in grid mode fix. --- e107_themes/bootstrap3/admin_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 3d9b6e574..1f8683d55 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1597,7 +1597,7 @@ li.rssRow > div { #e-online table { margin-top:10px; margin-left:auto; margin-right:auto } #admin-plugin-online-list .admin-main-content img.icon, #core-plugin-list img.icon { width: 32px; height:32px } -#admin-plugin-online-grid .admin-main-content img.icon { width: 128px; height: 128px } +#admin-plugin-online-grid .admin-main-content img.icon { width: 128px; /*height: 128px*/ } .tab-content #coreFeed, .tab-content #pluginFeed, .tab-content #themeFeed { padding-top:20px }