mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[ticket/16237] fix font awsome icon alignment
PHPBB3-16237
This commit is contained in:
parent
6badd3e1df
commit
3eb192ad7b
2 changed files with 5 additions and 5 deletions
|
@ -76,7 +76,7 @@
|
||||||
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
|
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||||
<!-- INCLUDEJS forum_fn.js -->
|
<!-- INCLUDEJS forum_fn.js -->
|
||||||
<!-- INCLUDEJS ajax.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 -->
|
<!-- IF S_COOKIE_NOTICE -->
|
||||||
<script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script>
|
<script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script>
|
||||||
|
|
|
@ -23,6 +23,10 @@ svg {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o-icon-src-fa {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.o-icon-font {
|
.o-icon-font {
|
||||||
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -44,10 +48,6 @@ span + .o-icon {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o-icon.o-icon-src-mdi + span {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote cite:before,
|
blockquote cite:before,
|
||||||
.uncited:before {
|
.uncited:before {
|
||||||
content: "\f10d"; /* Font Awesome quote-left */
|
content: "\f10d"; /* Font Awesome quote-left */
|
||||||
|
|
Loading…
Add table
Reference in a new issue