From b0eac3573418cfefe612d92e7d78948ef375d2cc Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 15 Jul 2008 09:48:00 +0000 Subject: [PATCH] Minor modification to window header icon. svn changeset:5105/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 2 +- WebContent/ITMILL/themes/default/window/window.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ } -- 2.39.5