summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-03 12:04:31 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-03 12:04:31 +0000
commit1e12ab5624d4b7831c44b055b4b37041a04bdd52 (patch)
tree98caec9e185bf71701114c2f657b53b23dce2aef /WebContent
parent85ff099f917fe62051ae99819884da5303775146 (diff)
downloadvaadin-framework-1e12ab5624d4b7831c44b055b4b37041a04bdd52.tar.gz
vaadin-framework-1e12ab5624d4b7831c44b055b4b37041a04bdd52.zip
Fixed some typos in Sampler features and edited the CssLayout example styles, now more "Vaadiness" included.
svn changeset:8653/svn branch:6.1
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/sampler/layouts/cssexample.css30
1 files changed, 17 insertions, 13 deletions
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