summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler/layouts/marginexample.css
blob: 8ae07be2691c347cd1308b52ec91926418f1cfd5 (plain)
1
2
3
4
5
6
7
8
9
.v-verticallayout-marginexample .v-verticallayout-margin-right {
	/* increase the right margin */
	padding-right: 100px;
}

.v-verticallayout-marginexample {
	/* background for the layout, for clarity */
	background-color: #ccc;
}