aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-13 11:28:21 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-13 11:28:21 +0100
commit8a61e4b4c0a490125409cd8990a92e0fe6edebdf (patch)
treed465f2f8143ff4c81ddfc98fba3a889a5f21c1e0 /phpBB/styles/prosilver/theme
parentbd33855e7b580895b8f97cb5f73a48bc296f6c41 (diff)
parent21961a25ba4c8057afb1e41473827f5d69d2f318 (diff)
downloadforums-8a61e4b4c0a490125409cd8990a92e0fe6edebdf.tar
forums-8a61e4b4c0a490125409cd8990a92e0fe6edebdf.tar.gz
forums-8a61e4b4c0a490125409cd8990a92e0fe6edebdf.tar.bz2
forums-8a61e4b4c0a490125409cd8990a92e0fe6edebdf.tar.xz
forums-8a61e4b4c0a490125409cd8990a92e0fe6edebdf.zip
Merge remote-tracking branch 'crizz0/ticket/8785' into develop
* crizz0/ticket/8785: [ticket/8785] Deletes additional add and add_bcc buttons [ticket/8785] Fixed problem with add empty.png and travis will now pass [ticket/8785] and again a fresh line [ticket/8785] Just one blank line [ticket/8785] pm_layout.html back to more standard code [ticket/8785] <hr /> will only displayed when needed [ticket/8785] Adds blank lines at file end [ticket/8785] Adds a new optical improvement, new file and fixes html bugs [ticket/8785] Adds two <hr /> to seperate recipients and BCC [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px [ticket/8785] Little spaces mistake [ticket/8785] Rebuilding posting_editor pm head + new language vars
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index d09cf6d190..1b4bdfcc6a 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -751,6 +751,31 @@ dl.details dd {
overflow: hidden;
}
+fieldset.fields1 ul.recipients {
+ list-style-type: none;
+ line-height: 1.8;
+ max-height: 150px;
+ overflow-y: auto;
+}
+
+fieldset.fields1 dd.recipients {
+ clear: left;
+ margin-left: 1em;
+}
+
+fieldset.fields1 ul.recipients input.button2{
+ font-size: 0.8em;
+ margin-right: 0;
+ padding: 0;
+}
+
+fieldset.fields1 dl.pmlist > dt {
+ width: auto !important;
+}
+
+fieldset.fields1 dl.pmlist dd.recipients {
+ margin-left: 0 !important;
+}
/* Pagination
---------------------------------------- */