From 3eb192ad7b4ac80d3948729ef7820d4a074115da Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 8 May 2020 11:22:32 -1000 Subject: [PATCH] [ticket/16237] fix font awsome icon alignment PHPBB3-16237 --- phpBB/styles/prosilver/template/overall_footer.html | 2 +- phpBB/styles/prosilver/theme/icons.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index df0bede9e2..dec4e6e5a4 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -76,7 +76,7 @@ - + diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 6185a865c4..7126a60d9e 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -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 */