1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +01:00

[ticket/16237] fix font awsome icon alignment

PHPBB3-16237
This commit is contained in:
hanakin 2020-05-08 11:22:32 -10:00
parent 6badd3e1df
commit 3eb192ad7b
2 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
<script src="https://code.iconify.design/1/1.0.0-rc7/iconify.min.js"></script>
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
<!-- IF S_COOKIE_NOTICE -->
<script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script>

View File

@ -23,6 +23,10 @@ svg {
height: 18px;
}
.o-icon-src-fa {
padding: 2px;
}
.o-icon-font {
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-size: 14px;
@ -44,10 +48,6 @@ span + .o-icon {
padding-left: 4px;
}
.o-icon.o-icon-src-mdi + span {
padding-left: 2px;
}
blockquote cite:before,
.uncited:before {
content: "\f10d"; /* Font Awesome quote-left */