Changeset 116 for trunk/buddypub

Show
Ignore:
Timestamp:
04/29/08 10:48:20 (8 months ago)
Author:
silver
Message:
 
Location:
trunk/buddypub/bpclientflex/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/buddypub/bpclientflex/src/assets/css/buddypub_style.css

    r107 r116  
    11/* CSS file */ 
     2Panel 
     3{ 
     4        borderColor: #009DFF; 
     5        cornerRadius: 0; 
     6        borderAlpha: 1.0; 
     7        roundedBottomCorners: false; 
     8        borderThicknessLeft: 1; 
     9        borderThicknessTop: 1; 
     10        borderThicknessRight: 1; 
     11        borderThicknessBottom: 1; 
     12        controlBarStyleName: panelControlBar; 
     13        color: #FFFFFF; 
     14        dropShadowEnabled: false; 
     15} 
     16.panelControlBar 
     17{ 
     18         
     19} 
    220 
    321global 
     
    3452 
    3553 
     54 
  • trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml

    r113 r116  
    3939                <mx:VBox width="300">    
    4040                         
    41                         <view:ResizeableAndClosePanel title="test001"> 
     41                        <view:ResizeableAndClosePanel title="test001" width="100%"> 
    4242                                <mx:Label text="1111"/> 
    4343                        </view:ResizeableAndClosePanel> 
    44             <view:ResizeableAndClosePanel title="test002"/> 
    45             <view:ResizeableAndClosePanel title="test003"/> 
    46             <view:ResizeableAndClosePanel title="test004"/> 
    47              
     44            <view:ResizeableAndClosePanel title="test002" width="100%"/> 
     45            <view:ResizeableAndClosePanel title="test003" width="100%"/> 
     46            <view:ResizeableAndClosePanel title="test004" width="100%"/> 
     47            <!-- 
    4848                        <widget:MessageBox title="当前播放列表"/>                      
    4949                        <widget:MessageBox title="我的收藏夹"/> 
    5050                        <widget:MessageBox title="我的主页"/> 
    5151                        <widget:MessageBox title="好友/消息"/> 
     52                        --> 
    5253                </mx:VBox> 
    5354