Change `specialTrophiesUl` CSS class to `specialTrophyList`
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 12:52:10 +0000 (14:52 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Aug 2017 12:52:10 +0000 (14:52 +0200)
See #2315

com.woltlab.wcf/templates/settings.tpl
wcfsetup/install/files/style/ui/trophy.scss

index b8ee04b883ed725b590ebc99c4ad11c25376e5c9..a453533b2d948df2d669dc38b8df79b3560f9e39 100644 (file)
@@ -89,7 +89,7 @@
                                <dl{if $errorField == 'specialTrophies'} class="formError"{/if}>
                                        <dt>{lang}wcf.user.trophy.specialTrophies{/lang}</dt>
                                        <dd>
-                                               <ul class="specialTrophiesUl">
+                                               <ul class="specialTrophyList">
                                                        {if $__wcf->getSession()->getPermission('user.profile.trophy.maxUserSpecialTrophies') == 1}
                                                                {foreach from=$availableTrophies item=trophy}
                                                                        <li><label><input type="radio" name="specialTrophies[]" value="{$trophy->getObjectID()}"{if $trophy->getObjectID()|in_array:$specialTrophies} checked{/if}> {@$trophy->renderTrophy(32)} <span>{$trophy->getTitle()}</span></label></li>
index e4251c3ba3d659e0ee3ff013abf46b1b4899e398..7339d65a7c3b8e0d433a03144ac53908f5d6740d 100644 (file)
@@ -39,7 +39,7 @@
        }
 }
 
-.specialTrophiesUl {
+.specialTrophyList {
        display: flex;
        flex-wrap: wrap;