From 112b67b5e9073be6cf1efe43be5f171c133a37f9 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 12 Feb 2009 10:58:27 +0000 Subject: [PATCH] Sampler icon margin for IE, fixes #2574 svn changeset:6817/svn branch:trunk --- WebContent/ITMILL/themes/sampler/sampler/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index a48069e714..2b1fc5c061 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -201,6 +201,10 @@ margin-top: -2px; margin-left: -3px; } +.i-ie .i-app-SamplerApplication .i-button-screenshot img { + margin-left: -12px; +} + .i-app-SamplerApplication .i-table-featuretable tr.i-table-row, .i-app-SamplerApplication .i-table-featuretable tr.i-table-row-odd { -- 2.39.5