diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-22 08:50:26 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-22 08:50:26 +0000 |
commit | e954b2ce0b74f06bd1d3df2f1a36e118949d82a7 (patch) | |
tree | ea40665ed166407c2f791342d0711c1c9a5d8ff7 /WebContent/VAADIN/themes/sampler | |
parent | 946b62e3349889fc1ee603be2dee9f7170053a8e (diff) | |
download | vaadin-framework-e954b2ce0b74f06bd1d3df2f1a36e118949d82a7.tar.gz vaadin-framework-e954b2ce0b74f06bd1d3df2f1a36e118949d82a7.zip |
Small style fix for Sampler.
svn changeset:10511/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/sampler')
-rw-r--r-- | WebContent/VAADIN/themes/sampler/sampler/styles.css | 11 |
1 files 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; |