summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-05 22:44:20 +0400
committerAndrew Dolgov <[email protected]>2013-06-05 22:44:20 +0400
commite2bf55b64e3329fd296fc661a145ffff9e34d203 (patch)
treea97717ca6da251dc801f0c11304f57567d005a3c /css/cdm.css
parentd1692b4cf78f9a024617b90412ec2ebae9fb75ae (diff)
use text-overflow in floatingTitle
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index f85113818..830576dcb 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -238,6 +238,7 @@ div#floatingTitle > * {
div#floatingTitle span.titleWrap {
max-width : 200px;
overflow : hidden;
+ text-overflow : ellipsis;
}
div#floatingTitle img {