From: Matthias Schmidt Date: Sat, 5 Aug 2017 12:52:10 +0000 (+0200) Subject: Change `specialTrophiesUl` CSS class to `specialTrophyList` X-Git-Tag: 3.1.0_Alpha_1~87 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6328e31132875936c455d551f18f5f6726cc2dc7;p=GitHub%2FWoltLab%2FWCF.git Change `specialTrophiesUl` CSS class to `specialTrophyList` See #2315 --- diff --git a/com.woltlab.wcf/templates/settings.tpl b/com.woltlab.wcf/templates/settings.tpl index b8ee04b883..a453533b2d 100644 --- a/com.woltlab.wcf/templates/settings.tpl +++ b/com.woltlab.wcf/templates/settings.tpl @@ -89,7 +89,7 @@
{lang}wcf.user.trophy.specialTrophies{/lang}
-
    +
      {if $__wcf->getSession()->getPermission('user.profile.trophy.maxUserSpecialTrophies') == 1} {foreach from=$availableTrophies item=trophy}
    • diff --git a/wcfsetup/install/files/style/ui/trophy.scss b/wcfsetup/install/files/style/ui/trophy.scss index e4251c3ba3..7339d65a7c 100644 --- a/wcfsetup/install/files/style/ui/trophy.scss +++ b/wcfsetup/install/files/style/ui/trophy.scss @@ -39,7 +39,7 @@ } } -.specialTrophiesUl { +.specialTrophyList { display: flex; flex-wrap: wrap;