You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/10/02 21:59:00 UTC

[4/8] git commit: [flex-asjs] [refs/heads/develop] - add margin styles

add margin styles


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

Branch: refs/heads/develop
Commit: 4a760182ae1e768be771a70bc85f36af9d70cb2d
Parents: 9547309
Author: Alex Harui <ah...@apache.org>
Authored: Thu Oct 2 12:42:16 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Oct 2 12:58:45 2014 -0700

----------------------------------------------------------------------
 .../FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as        | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4a760182/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
index f3add4d..3367bb5 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
@@ -81,6 +81,11 @@ package org.apache.flex.core
         public var paddingRight:*;
         public var paddingTop:*;
         public var paddingBottom:*;
+        public var margin:*;
+        public var marginLeft:*;
+        public var marginRight:*;
+        public var marginTop:*;
+        public var marginBottom:*;
         public var horizontalCenter:*;
         public var verticalCenter:*;
         public var horizontalAlign:*;