You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/05/04 14:30:15 UTC

git commit: [flex-asjs] [refs/heads/develop] - Fixed TableExample styling.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 02ec79352 -> 198f5a196


Fixed TableExample styling.


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

Branch: refs/heads/develop
Commit: 198f5a19655b8df9d750c23e6b1a0602e9a112c6
Parents: 02ec793
Author: Peter Ent <pe...@apache.org>
Authored: Thu May 4 10:30:13 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu May 4 10:30:13 2017 -0400

----------------------------------------------------------------------
 examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/198f5a19/examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml b/examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml
index 11d2e29..b37a26f 100644
--- a/examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml
+++ b/examples/flexjs/TableExample/src/main/flex/MyInitialView.mxml
@@ -28,7 +28,6 @@ limitations under the License.
 		
 		.Table {
 			backgroundColor: orange;
-			padding: 4px;
 		}
 		
 		.TableHeader {
@@ -48,6 +47,7 @@ limitations under the License.
 		
 		.DataTable {
 			iBeadModel: ClassReference("dataTable.model.DataTableModel");
+			border-collapse: collapse;
 		}
 		
 	</fx:Style>