From: Jouni Koivuviita Date: Tue, 15 Jul 2008 09:48:00 +0000 (+0000) Subject: Minor modification to window header icon. X-Git-Tag: 6.7.0.beta1~4423 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0eac3573418cfefe612d92e7d78948ef375d2cc;p=vaadin-framework.git Minor modification to window header icon. svn changeset:5105/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 83d1beeab4..cbd1d2803c 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2134,7 +2134,7 @@ i-orderedlayout-margin-top { } .i-window-header .i-icon { - vertical-align: bottom; + vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ } diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index 8ca85ac727..4460002a72 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -43,7 +43,7 @@ } .i-window-header .i-icon { - vertical-align: bottom; + vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ }