set imagebutton padding to zero

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8cfef069
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8cfef069
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8cfef069

Branch: refs/heads/release0.8.0
Commit: 8cfef0691c9ce71e72203e5c29fb50c77eaca8f6
Parents: 7e415e0
Author: Alex Harui <aha...@apache.org>
Authored: Wed May 24 21:41:50 2017 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed May 24 21:41:59 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8cfef069/frameworks/projects/Basic/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css 
b/frameworks/projects/Basic/src/main/resources/defaults.css
index 90f0ccb..e38763c 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -323,16 +323,19 @@ ImageButton
 {
        IBeadModel: 
ClassReference("org.apache.flex.html.beads.models.ImageModel");
        border-style: none;
+       padding: 0px;
 }
 
 ImageButton:hover
 {
        border-style: none;
+       padding: 0px;
 }
 
 ImageButton:active
 {
        border-style: none;
+       padding: 0px;
 }
 
 VContainer

Reply via email to