From abbb6ad4de22d56653df7987bef1ae973b211c8c Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Wed, 17 Dec 2008 09:44:38 +0000 Subject: [PATCH] Button icons aligned middle. svn changeset:6247/svn branch:trunk --- WebContent/ITMILL/themes/default/button/button.css | 7 ++++++- WebContent/ITMILL/themes/default/styles.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css index 753fc9c339..a6fdb6ee35 100644 --- a/WebContent/ITMILL/themes/default/button/button.css +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -5,7 +5,12 @@ margin: 0px; } .i-button img { - display:inline; + display:inline; + vertical-align: middle; + margin-right: 3px; +} +.i-button span { + vertical-align: middle; } .i-button-link { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index f7b7962905..8e9f853bfe 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -56,6 +56,11 @@ } .i-button img { display:inline; + vertical-align: middle; + margin-right: 3px; +} +.i-button span { + vertical-align: middle; } .i-button-link { -- 2.39.5