diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-02-21 15:27:36 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-21 15:27:36 +0200 |
commit | ed7f508695d4147285d48e09365cdc68f9bd5b4c (patch) | |
tree | 99b4bad291a5ee6330f7488fdfa0d5e077c0b3de /WebContent/VAADIN | |
parent | 5238720d54ed68d0fef0957e693bd40e25495107 (diff) | |
download | vaadin-framework-ed7f508695d4147285d48e09365cdc68f9bd5b4c.tar.gz vaadin-framework-ed7f508695d4147285d48e09365cdc68f9bd5b4c.zip |
Update GridLayout to use VLayoutSlot (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/gridlayout/gridlayout.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/gridlayout/gridlayout.css b/WebContent/VAADIN/themes/base/gridlayout/gridlayout.css index 38e2bb3aed..9edaf152a0 100644 --- a/WebContent/VAADIN/themes/base/gridlayout/gridlayout.css +++ b/WebContent/VAADIN/themes/base/gridlayout/gridlayout.css @@ -1,3 +1,9 @@ +.v-gridlayout { + position: relative; +} +.v-gridlayout-slot { + position: absolute; +} .v-gridlayout-margin-top { padding-top: 12px; } |