aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-03-03 21:11:06 +0100
committerCrizzo <mail@crizzo.de>2014-03-03 21:11:06 +0100
commitd40fb32dcdc447cd284d8c5dbffa845b142f1eeb (patch)
tree5582aaf277a22543bc8bd38d0f06540e65be08cc /phpBB/styles/prosilver/theme/common.css
parent6152d6c41e47a69263d127e2953c0a74cf711171 (diff)
downloadforums-d40fb32dcdc447cd284d8c5dbffa845b142f1eeb.tar
forums-d40fb32dcdc447cd284d8c5dbffa845b142f1eeb.tar.gz
forums-d40fb32dcdc447cd284d8c5dbffa845b142f1eeb.tar.bz2
forums-d40fb32dcdc447cd284d8c5dbffa845b142f1eeb.tar.xz
forums-d40fb32dcdc447cd284d8c5dbffa845b142f1eeb.zip
[ticket/8785] Rebuilding posting_editor pm head + new language vars
PHPBB3-8785
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css15
1 files changed, 15 insertions, 0 deletions
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
---------------------------------------- */