buttons in article view were too large
authorMarcel Werk <burntime@woltlab.com>
Fri, 10 Jan 2020 16:28:24 +0000 (17:28 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 10 Jan 2020 16:28:24 +0000 (17:28 +0100)
com.woltlab.wcf/templates/article.tpl

index 66025219114a08af766ada9ae408360decbd6e95..9cb2f6d7926a13792c57488d470eeb9d21564181 100644 (file)
                        
                        
                        <div class="col-xs-12 col-md-6 col-md{if !(MODULE_LIKE && ARTICLE_ENABLE_LIKE && $__wcf->session->getPermission('user.like.canViewLike'))} col-md-offset-6{/if}">
-                               <ul class="articleLikeButtons buttonGroup">
+                               <ul class="articleLikeButtons buttonGroup buttonList smallButtons">
                                        {if $__wcf->session->getPermission('user.profile.canReportContent')}
                                                <li class="jsReportArticle jsOnly" data-object-id="{@$articleContent->articleID}"><a href="#" title="{lang}wcf.moderation.report.reportContent{/lang}" class="button jsTooltip"><span class="icon icon16 fa-exclamation-triangle"></span> <span class="invisible">{lang}wcf.moderation.report.reportContent{/lang}</span></a></li>
                                        {/if}