From: Jouni Koivuviita Date: Thu, 10 Dec 2009 11:57:12 +0000 (+0000) Subject: Small Sampler theme fix. X-Git-Tag: 6.7.0.beta1~2177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8a3fff50d852a2320d69e210c32996b9581fff5e;p=vaadin-framework.git Small Sampler theme fix. svn changeset:10230/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 20bf4b9de1..8b1ea66413 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -603,6 +603,12 @@ letter-spacing: -0.015em; text-shadow: 0 2px 1px #c0c1c2; padding: 7px 0 8px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.v-app-SamplerApplication .feature-controls .title span { + margin-right: 12px; } .v-app-SamplerApplication .feature-controls .new span { padding-right: 30px;