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 2016/11/10 16:13:55 UTC

svn commit: r1769144 [1/3] - in /flex/site/trunk/content/team: ./ TeamPage.css TeamPage.js TeamPage.js.map index.html team.json

Author: pent
Date: Thu Nov 10 16:13:55 2016
New Revision: 1769144

URL: http://svn.apache.org/viewvc?rev=1769144&view=rev
Log:
Team Page test

Added:
    flex/site/trunk/content/team/
    flex/site/trunk/content/team/TeamPage.css
    flex/site/trunk/content/team/TeamPage.js
    flex/site/trunk/content/team/TeamPage.js.map
    flex/site/trunk/content/team/index.html
    flex/site/trunk/content/team/team.json

Added: flex/site/trunk/content/team/TeamPage.css
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/team/TeamPage.css?rev=1769144&view=auto
==============================================================================
--- flex/site/trunk/content/team/TeamPage.css (added)
+++ flex/site/trunk/content/team/TeamPage.css Thu Nov 10 16:13:55 2016
@@ -0,0 +1,148 @@
+/* Generated by Apache Flex Cross-Compiler */
+* {
+            border-width : 1px ;
+            -moz-box-sizing : border-box ;
+        -webkit-box-sizing : border-box ;
+        effect-timer-interval : 10 ;
+        font-family : Arial ;
+        font-size : 12px ;
+        box-sizing : border-box ;
+}
+
+
+.flexjs *:before {
+        -moz-box-sizing : border-box ;
+        -webkit-box-sizing : border-box ;
+        box-sizing : border-box ;
+}
+
+
+.flexjs *:after {
+        -moz-box-sizing : border-box ;
+        -webkit-box-sizing : border-box ;
+        box-sizing : border-box ;
+}
+
+
+.Application {
+        margin : 0px ;
+        padding : 0px ;
+}
+
+
+Button {
+        border-radius : 2px ;
+        background-color : #f8f8f8 ;
+        margin : 0px ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+Button:hover {
+        background-color : #e8e8e8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+Button:active {
+        background-color : #d8d8d8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+.Container {
+                    }
+
+
+.DataGridListArea {
+        border-style : solid ;
+        border-color : #333333 ;
+        background-color : #FFFFFF ;
+}
+
+
+.HContainer {
+        }
+
+
+.Image {
+            vertical-align : top ;
+    }
+
+
+.VContainer {
+        }
+
+
+.List {
+        border-style : solid ;
+                border-color : #222222 ;
+                                }
+
+
+.StringItemRenderer {
+        height : 16 ;
+    }
+
+
+.toggleTextButton {
+        background-color : #f8f8f8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+.toggleTextButton:hover {
+        background-color : #e8e8e8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+.toggleTextButton_Selected {
+        background-color : #d8d8d8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+.toggleTextButton_Selected:hover {
+        background-color : #e8e8e8 ;
+        padding : 4px ;
+        border : 1px solid #808080 ;
+}
+
+
+.View {
+                    }
+
+
+.Repeater {
+        border-width : 0px ;
+            border : none ;
+}
+
+
+.Heading1 {
+        margin-bottom : 20px ;
+        font-weight : bold ;
+        font-size : 18pt ;
+}
+
+
+.ApacheID {
+        color : #999999 ;
+        font-size : 10pt ;
+}
+
+
+.MemberName {
+        font-weight : bold ;
+        color : #333333 ;
+        font-size : 14pt ;
+}
+
+