summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-02-10 10:32:20 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-10 10:32:20 +0200
commitfb0835bd6d2780e0721771425eed5f03a1cc0b64 (patch)
tree4ca7c16e299b21e9b94c8e8fe8186a691e4e3474 /WebContent/VAADIN
parent497d03465d47a605d1396d0eeb3367967fd40a5e (diff)
downloadvaadin-framework-fb0835bd6d2780e0721771425eed5f03a1cc0b64.tar.gz
vaadin-framework-fb0835bd6d2780e0721771425eed5f03a1cc0b64.zip
Set some basic styles in css (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
index 6ed04d8f06..ef8c15ac1e 100644
--- a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
+++ b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
@@ -1,3 +1,10 @@
+.v-orderedlayout,
+.v-horizontallayout,
+.v-verticallayout {
+ overflow: hidden;
+ position: relative;
+}
+
.v-orderedlayout-margin-top,
.v-horizontallayout-margin-top,
.v-verticallayout-margin-top {