1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 12:46:38 +02:00

[ticket/17291] Fix some classes for compatibility

PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-02-24 00:54:46 -08:00
parent 4adf5ac99f
commit c46b700e22
3 changed files with 8 additions and 3 deletions

View File

@ -478,7 +478,7 @@
'lock' : forums.S_FORUM_LOCKED,
'comments' : forums.S_SUBFORUMS,
'comment' : true,
}, '', true) }}
}, '', true, 'fas acp-icon-large') }}
</td>
<td class="forum-desc">
<!-- IF forums.FORUM_IMAGE --><div style="float: {S_CONTENT_FLOW_BEGIN}; margin-right: 5px;">{forums.FORUM_IMAGE}</div><!-- ENDIF -->

View File

@ -137,7 +137,7 @@
'lock' : not modules.MODULE_ENABLED,
'folder-tree' : modules.S_SUB_MODULE,
'folder-open' : true,
}, '', true, 'fas') }}
}, '', true, 'fas acp-icon-large') }}
</td>
<td><a href="{modules.U_MODULE}">{modules.MODULE_TITLE}</a><!-- IF not modules.MODULE_DISPLAYED --> <span class="small">[{L_HIDDEN_MODULE}]</span><!-- ENDIF --></td>
<td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;">&nbsp;<!-- IF modules.MODULE_ENABLED --><a href="{modules.U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{modules.U_ENABLE}">{L_ENABLE}</a><!-- ENDIF -->&nbsp;</td>

View File

@ -2960,7 +2960,12 @@ fieldset.permissions .permissions-switch {
padding-right: 0.3em;
}
.table1 .o-icon {
.icon {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
font-style: normal;
}
.acp-icon-large {
font-size: 20px;
padding: 10px 0;
}