From 69cc66e572b5def1ac27bd06f87e8d13910747ec Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 16 Oct 2012 12:22:19 +0100 Subject: [PATCH] history: ellipsize long file names --- SparkleShare/Common/HTML/event-log.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SparkleShare/Common/HTML/event-log.html b/SparkleShare/Common/HTML/event-log.html index d3f4e14b..9df3428d 100755 --- a/SparkleShare/Common/HTML/event-log.html +++ b/SparkleShare/Common/HTML/event-log.html @@ -90,13 +90,12 @@ display: none; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; width: 90%; padding: 0 0 1px 20px; margin: 0 0 4px 0; background-repeat: no-repeat; background-position: center left; - text-overflow: ellipsis; - white-space: nowrap; } .day-entry-header { @@ -111,7 +110,12 @@ padding-top: 22px; font-weight: bold; float: left; + width: 90%; margin-left: 32px; + margin-right: 32px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .event-entry {