aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-05-15 05:17:49 +0300
committerArtur Signell <artur@vaadin.com>2012-05-31 10:50:44 +0300
commit052feb7be25e3f18bd751877b306d8247098d7f3 (patch)
tree92a5388b4a79cf793c61928a04e9b9a92972a5fa /WebContent/VAADIN/themes/liferay
parent6b3151d68e954ba219f577ee8ab261f4033c3265 (diff)
downloadvaadin-framework-052feb7be25e3f18bd751877b306d8247098d7f3.tar.gz
vaadin-framework-052feb7be25e3f18bd751877b306d8247098d7f3.zip
Fixed header height by taking padding into account (box sizing change)
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r--WebContent/VAADIN/themes/liferay/window/window.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/liferay/window/window.css b/WebContent/VAADIN/themes/liferay/window/window.css
index 5ac7c02175..f034d7503f 100644
--- a/WebContent/VAADIN/themes/liferay/window/window.css
+++ b/WebContent/VAADIN/themes/liferay/window/window.css
@@ -11,7 +11,7 @@
}
.v-window-outerheader {
- height: 16px;
+ height: 38px;
margin-left: 9px;
padding: 10px 40px 12px 2px;
background: transparent url(top-right.png) no-repeat right top;