Changeset 4792

Show
Ignore:
Timestamp:
06/09/08 07:16:59 (6 months ago)
Author:
magi@…
Message:

Merged [4767] from trunk to 5.2 branch: #1572 (GridLayout? : setMargin(true) nor setComponentSpacing(true) does nothing in non-sized grid) : test case and margins

Location:
branches/5.2
Files:
1 modified
4 copied

Legend:

Unmodified
Added
Removed
  • branches/5.2/WebContent/ITMILL/themes/default/styles.css

    r4726 r4792  
    500500        height: 20px 
    501501} 
     502.i-gridlayout-margin-top { 
     503        padding-top: 15px; 
     504} 
     505.i-gridlayout-margin-bottom { 
     506        padding-bottom: 15px; 
     507} 
     508.i-gridlayout-margin-left { 
     509        padding-left: 18px; 
     510}  
     511.i-gridlayout-margin-right { 
     512        padding-right: 18px; 
     513} 
    502514 
    503515.i-Notification {