From d40fb32dcdc447cd284d8c5dbffa845b142f1eeb Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 3 Mar 2014 21:11:06 +0100 Subject: [ticket/8785] Rebuilding posting_editor pm head + new language vars PHPBB3-8785 --- phpBB/styles/prosilver/theme/common.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 84f6859936..887954038e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -750,6 +750,21 @@ dl.details dd { overflow: hidden; } +fieldset.fields1 ul.recipients { + list-style-type: none; + line-height: 1.8; +} + +fieldset.fields1 dd.recipients { + clear: left; + margin-left: 1em; +} + +fieldset.fields1 ul.recipients input.button2{ + font-size: 0.8em; + margin-right: 0; + padding: 0; +} /* Pagination ---------------------------------------- */ -- cgit v1.2.1