summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/window/window.css
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-09 13:38:12 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-09 13:38:12 +0200
commit1c455b5a922037f97ad471bbd8ca907f0c067dff (patch)
tree959258d41958a48df6b389485144985f65c84fc1 /WebContent/VAADIN/themes/base/window/window.css
parent7d05736b74e898d679ece44c984c870ee50c0e51 (diff)
downloadvaadin-framework-1c455b5a922037f97ad471bbd8ca907f0c067dff.tar.gz
vaadin-framework-1c455b5a922037f97ad471bbd8ca907f0c067dff.zip
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.
Diffstat (limited to 'WebContent/VAADIN/themes/base/window/window.css')
-rw-r--r--WebContent/VAADIN/themes/base/window/window.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/window/window.css b/WebContent/VAADIN/themes/base/window/window.css
index bd36c12715..f553f95fdf 100644
--- a/WebContent/VAADIN/themes/base/window/window.css
+++ b/WebContent/VAADIN/themes/base/window/window.css
@@ -2,8 +2,6 @@
background: #fff;
}
.v-window-contents {
- padding: 1.6em 0 10px;
- margin: -1.6em 0 -10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}