From: Luzifr Date: Mon, 17 Oct 2011 15:32:22 +0000 (+0200) Subject: Small corrections X-Git-Tag: 2.0.0_Beta_1~1682 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c858b66b2410019faf7825fd71bc7b04efaaf9a2;p=GitHub%2FWoltLab%2FWCF.git Small corrections We need a way to show a hand-cursor on every element which commits an action, such as delete or info, not depending if there's a link on that element. So that should work on plain images with Javasript-actions too. This should not de related to the balloon-tooltip; small change in package list. --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 5e340b240f..d22a5d1d1e 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2229,8 +2229,9 @@ li > .badgeButton { box-shadow: 0 3px 7px rgba(0, 0, 0, .3); } -.balloonTooltip { - /* Not reliable, sometimes not wanted! */ +a.balloonTooltip, +a .balloonTooltip { + /* ToDo: Find a way to show a hand-cursor even without link! */ cursor: pointer; } diff --git a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl index 75bae74075..5adc96c1c0 100644 --- a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl +++ b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl @@ -59,7 +59,7 @@ {/if} {if $__wcf->session->getPermission('admin.system.package.canUninstallPackage') && $package->package != 'com.woltlab.wcf' && $package->packageID != PACKAGE_ID} - + {else} {/if}