From 1e12ab5624d4b7831c44b055b4b37041a04bdd52 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 3 Sep 2009 12:04:31 +0000 Subject: Fixed some typos in Sampler features and edited the CssLayout example styles, now more "Vaadiness" included. svn changeset:8653/svn branch:6.1 --- .../VAADIN/themes/sampler/layouts/cssexample.css | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/sampler/layouts/cssexample.css b/WebContent/VAADIN/themes/sampler/layouts/cssexample.css index 12a90edf0f..d282a3994d 100644 --- a/WebContent/VAADIN/themes/sampler/layouts/cssexample.css +++ b/WebContent/VAADIN/themes/sampler/layouts/cssexample.css @@ -1,26 +1,30 @@ .floatedpanel { - float:right; + float: right; } .footer { width: 3in; padding: 3px; - margin-left:auto; - margin-right:auto; - clear:both; - height:40px; - background-color: grey; - white-space:normal; + margin: 0 auto; + clear: both; + height: 40px; + background: #efefef; + white-space: normal; + padding: 10px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; } .brick { - text-align:center; + font-size: 14px; + font-weight: bold; width: 100px; height: 100px; margin: 10px; - padding:10px; - background-color:#1E2123; - color:white; - float:left; - border: 3px solid black; + padding: 10px; + background: #1E2123; + color: #fff; + float: left; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; } \ No newline at end of file -- cgit v1.2.3