diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-08 14:00:39 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-08 14:00:39 +0200 |
commit | 2d7975fd8f41407bcd51bf798df70f88f7fbe67e (patch) | |
tree | 0a72bcb97b1f6db08960077a7e75e9481b0a6122 /WebContent/VAADIN/themes/chameleon | |
parent | 8e0b20234ffcbc1dcb78723bf91f20f6159ef2b3 (diff) | |
download | vaadin-framework-2d7975fd8f41407bcd51bf798df70f88f7fbe67e.tar.gz vaadin-framework-2d7975fd8f41407bcd51bf798df70f88f7fbe67e.zip |
Update VWindow.setWidth/Height to set outer sizes (#8313)
Also fix some small issues related to when the min size is used
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/window/window.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/window/window.css b/WebContent/VAADIN/themes/chameleon/components/window/window.css index b5cc0170ac..00e6760d4b 100644 --- a/WebContent/VAADIN/themes/chameleon/components/window/window.css +++ b/WebContent/VAADIN/themes/chameleon/components/window/window.css @@ -30,10 +30,13 @@ background-image: url(../../img/grad-light-top.png); background-repeat: repeat-x; } - +.v-window-contents { + padding: 2.1em 0 0; + margin: -2.1em 0 0; +} .v-window-outerheader { padding: .2em 1.7em .5em 1.2em; - height: auto; + height: 2.1em; text-align: center; } |