From 3f9146ed09f282b269b79a8d4a7c2d24a35585b2 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 May 2021 13:25:00 +0200 Subject: [PATCH] (cp c38ceb9) 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;