summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-04-05 19:55:28 +0300
committerVaadin Code Review <review@vaadin.com>2013-04-09 07:01:16 +0000
commited6cee01b64003f8bdc7a0e9d8ef97bd1bf091be (patch)
treeaf72e9e0610df851647ddfe04b4d9cca3dfaefcc /WebContent
parent8a2e8ff43e477f6269dc21469efee044d65e12b8 (diff)
downloadvaadin-framework-ed6cee01b64003f8bdc7a0e9d8ef97bd1bf091be.tar.gz
vaadin-framework-ed6cee01b64003f8bdc7a0e9d8ef97bd1bf091be.zip
Fixed header padding to avoid caption overlap (#3400)
Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/runo/window/window.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/window/window.scss b/WebContent/VAADIN/themes/runo/window/window.scss
index da597d769a..d2048e027e 100644
--- a/WebContent/VAADIN/themes/runo/window/window.scss
+++ b/WebContent/VAADIN/themes/runo/window/window.scss
@@ -13,7 +13,7 @@
.#{$primaryStyleName}-outerheader {
height: 49px;
margin-left: 9px;
- padding: 15px 40px 11px 12px;
+ padding: 15px 61px 11px 12px;
background: transparent url(img/top-right.png) no-repeat right top;
}
.#{$primaryStyleName}-header {