aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r--phpBB/styles/prosilver/theme/content.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 8f909e5a5f..1145a55f41 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -513,6 +513,7 @@ dl.codebox code {
font-weight: normal;
clear: left;
}
+
.attachbox p.stats
{
line-height: 110%;
@@ -539,6 +540,10 @@ div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
margin-bottom: 4px;
}
+div.inline-attachment p {
+ font-size: 100%;
+}
+
dl.file {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
@@ -711,3 +716,17 @@ fieldset.polls dd div {
.search .postprofile {
width: 30%;
}
+
+/* pm list in compose message if mass pm is enabled */
+dl.pmlist dt {
+ width: 60% !important;
+}
+
+dl.pmlist dt textarea {
+ width: 95%;
+}
+
+dl.pmlist dd {
+ margin-left: 61% !important;
+ margin-bottom: 2px;
+}