From: Jouni Koivuviita Date: Tue, 22 Dec 2009 08:50:26 +0000 (+0000) Subject: Small style fix for Sampler. X-Git-Tag: 6.7.0.beta1~2084^2~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e954b2ce0b74f06bd1d3df2f1a36e118949d82a7;p=vaadin-framework.git Small style fix for Sampler. svn changeset:10511/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index ca1b09233b..bfe46a4956 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -332,14 +332,20 @@ } .v-app-SamplerApplication .v-label-root-section em { - float: right; - margin-top: 12px; + position: absolute; + right: 20px; + margin-top: 11px; + padding: 2px 10px; + background: #fff; font-style: normal; color: #b4b8bc; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.02em; + border-radius: 8px; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } .v-app-SamplerApplication .v-label-root-section h2 { @@ -351,6 +357,7 @@ color: #1e2229; overflow: hidden; text-overflow: ellipsis; + float: left; } .v-app-SamplerApplication .v-label-root-section span { display: block;