aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-04-25 16:21:14 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-04-25 16:21:14 -0500
commitad1a4919d6eb6a0165ce23632848ddfd99943a59 (patch)
tree558d74f99b0681e565f5b8264d5cb10668891c5a
parent2bf01098d2c3e45824448642dde9f1469ec6e588 (diff)
parentf89b80e1837503295232623ae9af4d4d5eea9595 (diff)
downloadforums-ad1a4919d6eb6a0165ce23632848ddfd99943a59.tar
forums-ad1a4919d6eb6a0165ce23632848ddfd99943a59.tar.gz
forums-ad1a4919d6eb6a0165ce23632848ddfd99943a59.tar.bz2
forums-ad1a4919d6eb6a0165ce23632848ddfd99943a59.tar.xz
forums-ad1a4919d6eb6a0165ce23632848ddfd99943a59.zip
Merge remote-tracking branch 'remotes/cyberalien/ticket/4412' into develop
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/content.css5
2 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index ed462c770d..26ec23b2e6 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -476,6 +476,8 @@ dl.details dd {
margin-bottom: 5px;
float: left;
width: 65%;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index b6012f8a63..bf9e587ce1 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -669,6 +669,11 @@ fieldset.polls dd div {
margin-left: 8px;
}
+.postprofile dd {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.postprofile strong {
font-weight: normal;
}