]> source.dussan.org Git - vaadin-framework.git/commit
Dynamically adjust window content paddings (#8313)
authorLeif Åstrand <leif@vaadin.com>
Fri, 9 Mar 2012 11:38:12 +0000 (13:38 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 9 Mar 2012 11:38:12 +0000 (13:38 +0200)
commit1c455b5a922037f97ad471bbd8ca907f0c067dff
tree959258d41958a48df6b389485144985f65c84fc1
parent7d05736b74e898d679ece44c984c870ee50c0e51
Dynamically adjust window content paddings (#8313)

This enables easy support for e.g. header height based on font size
and footer height changing if resizing is disabled.
WebContent/VAADIN/themes/base/window/window.css
WebContent/VAADIN/themes/chameleon/components/window/window.css
WebContent/VAADIN/themes/reindeer/window/window.css
WebContent/VAADIN/themes/runo/window/window.css
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java