From e954b2ce0b74f06bd1d3df2f1a36e118949d82a7 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 22 Dec 2009 08:50:26 +0000 Subject: [PATCH] Small style fix for Sampler. svn changeset:10511/svn branch:6.2 --- WebContent/VAADIN/themes/sampler/sampler/styles.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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; -- 2.39.5