data/photos.css
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 HbGridViewItem::icon:portrait{
       
     2 	left:0un;
       
     3 	top:0un;
       
     4 	right:0un;
       
     5 	bottom:0un;
       
     6     fixed-width:120px;
       
     7     fixed-height:120px;
       
     8 }
       
     9 
       
    10 HbGridViewItem::icon:landscape{
       
    11 	left:0un;
       
    12 	top:0un;
       
    13 	right:0un;
       
    14 	bottom:0un;
       
    15     fixed-width:128px;
       
    16     fixed-height:128px;
       
    17 }
       
    18 
       
    19 HbGridViewItem::multiselection-toucharea{
       
    20     fixed-width: 120px;
       
    21     fixed-height: 120px;
       
    22 }