Index: lams_flex/LamsAuthor/src/assets/css/propertyInspector.css =================================================================== RCS file: /usr/local/cvsroot/lams_flex/LamsAuthor/src/assets/css/propertyInspector.css,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_flex/LamsAuthor/src/assets/css/propertyInspector.css 1 Feb 2010 03:58:05 -0000 1.1 @@ -0,0 +1,56 @@ +/* CSS file */ + + +.propertyInspectorUnselected { + paddingLeft: 0; paddingRight: 0; paddingTop:0; paddingBottom:0; + borderStyle: solid; + borderThicknessLeft: 0; + borderThicknessTop: 0; + borderThicknessBottom: 0; + borderThicknessRight: 0; + roundedBottomCorners: true; + cornerRadius: 0; + headerHeight: 17; + headerColors: #FDFEFE, #E7EEFF; + backgroundColor: #c2d5fe; + dropShadowEnabled: true; + shadowDistance: 0; + shadowDirection: right; + titleStyleName: "propertyInpsectorTitleUnselected"; + vertical-gap: 0; + background-alpha: 0.2; +} + +.propertyInpsectorTitleUnselected { + textAlign: center; + color: #9DADB1; +} + +.propertyInspectorSelected { + paddingLeft: 0; paddingRight: 0; paddingTop:0; paddingBottom:0; + borderStyle: solid; + borderThicknessLeft: 0; + borderThicknessTop: 0; + borderThicknessBottom: 0; + borderThicknessRight: 0; + roundedBottomCorners: true; + cornerRadius: 0; + headerHeight: 17; + headerColors: #c2d5fe, #E7EEFF; + backgroundColor: #c2d5fe; + dropShadowEnabled: true; + shadowDistance: 0; + shadowDirection: right; + titleStyleName: "propertyInpsectorTitleSelected"; + vertical-gap: 0; + background-alpha: 0.9; +} + +.propertyInpsectorTitleSelected { + textAlign: center; + font-weight:bold; +} + + + + Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml =================================================================== RCS file: /usr/local/cvsroot/lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml,v diff -u -r1.1 -r1.2 --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml 29 Jan 2010 03:52:03 -0000 1.1 +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml 1 Feb 2010 03:58:05 -0000 1.2 @@ -1,57 +1,86 @@ + - - - + + + + + - - - - + + + + + + + + + + + + +