]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor modification to window header icon.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 15 Jul 2008 09:48:00 +0000 (09:48 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 15 Jul 2008 09:48:00 +0000 (09:48 +0000)
svn changeset:5105/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/window/window.css

index 83d1beeab43d1ba90dcc3477976e49b21d41a845..cbd1d2803c99adb6c0f8ae5829bfa241aa17be75 100644 (file)
@@ -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 */
 }
 
 
index 8ca85ac7273380fe367b25242524dd4960c97459..4460002a72d525aaedb54b7a1de0d8f113fb558c 100644 (file)
@@ -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 */
 }