From c38ceb9b7f57c5018dad67c8058500d0d1b3fda1 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 6 May 2021 09:25:56 +0200 Subject: [PATCH] Fixes #1398 Fixed dot size of plugin manager when in line display Now the size of the dots to display the plugin informations is the same size in compact display and in tile display. --- admin/themes/default/js/plugins_installated.js | 5 ----- admin/themes/default/template/plugins_installed.tpl | 4 ---- 2 files changed, 9 deletions(-) diff --git a/admin/themes/default/js/plugins_installated.js b/admin/themes/default/js/plugins_installated.js index 0d517ee1a..9f243f0e9 100644 --- a/admin/themes/default/js/plugins_installated.js +++ b/admin/themes/default/js/plugins_installated.js @@ -4,8 +4,6 @@ function setDisplayCompact() { $(".pluginActions").show(); $(".pluginActionsSmallIcons").hide(); - $(".PluginOptionsIcons a").removeClass("biggerIcon"); - $(".pluginActionsSmallIcons a").removeClass("biggerIcon"); $(".pluginMiniBoxNameCell").removeClass("pluginMiniBoxNameCellCompact"); normalTitle(); @@ -17,9 +15,6 @@ function setDisplayTile() { $(".pluginActions").hide(); $(".pluginActionsSmallIcons").show(); - $(".PluginOptionsIcons a").addClass("biggerIcon"); - $(".pluginActionsSmallIcons a").addClass("biggerIcon"); - $(".pluginMiniBoxNameCell").addClass("pluginMiniBoxNameCellCompact"); reduceTitle() diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 00dfd0088..af35354d8 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -461,10 +461,6 @@ jQuery(".pluginMiniBox").each(function(index){ transition: 0.2s; } -.biggerIcon { - transform: scale(1.5) !important; -} - .pluginActionsSmallIcons { position: absolute; right: 20px;