]> git.wh0rd.org - tt-rss.git/commitdiff
limit floatingTitle width
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:29:00 +0000 (22:29 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:29:00 +0000 (22:29 +0400)
css/cdm.css

index 8b9693c33cc44fe2d0ff855978db7c3c58ef6e0e..f851138184a0ea096b9efdace592b74d8e575996 100644 (file)
@@ -235,6 +235,11 @@ div#floatingTitle > * {
        vertical-align : middle;
 }
 
+div#floatingTitle span.titleWrap {
+       max-width : 200px;
+       overflow : hidden;
+}
+
 div#floatingTitle img {
        padding-right : 3px;
 }