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 From 2d7e76013f36a3e73afae489584a806c921ebadd Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 3 Mar 2014 21:15:56 +0100 Subject: [ticket/8785] Little spaces mistake PHPBB3-8785 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 887954038e..169c84f64a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -763,7 +763,7 @@ fieldset.fields1 dd.recipients { fieldset.fields1 ul.recipients input.button2{ font-size: 0.8em; margin-right: 0; - padding: 0; + padding: 0; } /* Pagination -- cgit v1.2.1 From 837a909f8c9580ead0a24114d73178951f046eb0 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 3 Mar 2014 21:23:58 +0100 Subject: [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px PHPBB3-8785 --- phpBB/styles/prosilver/theme/common.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 169c84f64a..c204755b9a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -753,6 +753,8 @@ dl.details dd { fieldset.fields1 ul.recipients { list-style-type: none; line-height: 1.8; + max-height: 150px; + overflow-y: auto; } fieldset.fields1 dd.recipients { -- cgit v1.2.1 From 9ef79776a955e20995f2abfa1ce9fd0188ae4e83 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 9 Mar 2014 13:20:49 +0100 Subject: [ticket/8785] Adds a new optical improvement, new file and fixes html bugs PHPBB3-8785 --- phpBB/styles/prosilver/theme/common.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c204755b9a..4690e9410e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -768,6 +768,14 @@ fieldset.fields1 ul.recipients input.button2{ padding: 0; } +fieldset.fields1 dl.pmlist > dt { + width: auto !important; +} + +fieldset.fields1 dl.pmlist dd.recipients { + margin-left: 0 !important; +} + /* Pagination ---------------------------------------- */ .pagination { -- cgit v1.2.1