diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-02-12 10:58:27 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-02-12 10:58:27 +0000 |
commit | 112b67b5e9073be6cf1efe43be5f171c133a37f9 (patch) | |
tree | 059de6a8661061f5bc4f5a4f977a42b376cda9c2 /WebContent/ITMILL/themes | |
parent | 1902b4a17762a29337805ad399e0f654a81dc224 (diff) | |
download | vaadin-framework-112b67b5e9073be6cf1efe43be5f171c133a37f9.tar.gz vaadin-framework-112b67b5e9073be6cf1efe43be5f171c133a37f9.zip |
Sampler icon margin for IE, fixes #2574
svn changeset:6817/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |