From d1692b4cf78f9a024617b90412ec2ebae9fb75ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Jun 2013 22:29:00 +0400 Subject: limit floatingTitle width --- css/cdm.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/cdm.css b/css/cdm.css index 8b9693c33..f85113818 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -235,6 +235,11 @@ div#floatingTitle > * { vertical-align : middle; } +div#floatingTitle span.titleWrap { + max-width : 200px; + overflow : hidden; +} + div#floatingTitle img { padding-right : 3px; } -- cgit v1.2.3