From dbf1987bb3a576ab6393939126f17e34f9807223 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sun, 8 Jan 2017 21:48:08 -0500 Subject: [PATCH] [ticket/14976] more em converstions and size fixes PHPBB3-14976 --- phpBB/styles/prosilver/theme/common.css | 3 ++- phpBB/styles/prosilver/theme/cp.css | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b23ba358d2..4c25e2f000 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -15,7 +15,7 @@ html { body { font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 10px; + font-size: 16px; line-height: normal; word-wrap: break-word; margin: 0; @@ -1083,6 +1083,7 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Miscellaneous styles ---------------------------------------- */ .copyright { + font-size: 10px; text-align: center; padding: 5px; } diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index 3b2eb85704..51e930f5b5 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -250,6 +250,7 @@ ul.cplist { /* Link styles for the sub-section links */ .navigation a { + font-size: 10px; text-decoration: none; display: block; margin: 1px 0; @@ -270,6 +271,7 @@ ul.cplist { /* Friends list */ .cp-mini { + font-size: 10px; border-radius: 7px; overflow-y: auto; max-height: 200px; @@ -353,6 +355,10 @@ ol.def-rules li { padding: 5px; } +.cplist .topictitle { + line-height: 30px; +} + /* stylelint-enable selector-max-compound-selectors */ /* stylelint-enable selector-no-qualifying-type */ /* stylelint-enable declaration-property-unit-whitelist */