summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-06 16:27:04 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-06 16:27:04 +0300
commit50237cc7d431acb03f75dc3cdba55a245922608b (patch)
tree8084b31f53608d4ef9b04bc60389820063ab1e9e /WebContent/VAADIN/themes/reindeer
parent55c0dfa0e7a737bab8c2486fb213499e6be88aa4 (diff)
downloadvaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.tar.gz
vaadin-framework-50237cc7d431acb03f75dc3cdba55a245922608b.zip
Renamed .v-boxlayout selector to .v-layout and applied the .v-layout
selector to all layouts
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
index e1bef65f1e..c0204ec041 100644
--- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
+++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
@@ -3,25 +3,25 @@
.v-orderedlayout-margin-top,
.v-horizontallayout-margin-top,
.v-verticallayout-margin-top,
-.v-boxlayout.v-margin-top {
+.v-layout.v-margin-top {
padding-top: 18px;
}
.v-orderedlayout-margin-right,
.v-horizontallayout-margin-right,
.v-verticallayout-margin-right,
-.v-boxlayout.v-margin-right {
+.v-layout.v-margin-right {
padding-right: 18px;
}
.v-orderedlayout-margin-bottom,
.v-horizontallayout-margin-bottom,
.v-verticallayout-margin-bottom,
-.v-boxlayout.v-margin-bottom {
+.v-layout.v-margin-bottom {
padding-bottom: 18px;
}
.v-orderedlayout-margin-left,
.v-horizontallayout-margin-left,
.v-verticallayout-margin-left,
-.v-boxlayout.v-margin-left {
+.v-layout.v-margin-left {
padding-left: 18px;
}
.v-orderedlayout-spacing-on,