data/photos.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:28:59 +0200
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
permissions -rw-r--r--
Revision: 201007 Kit: 201011

HbGridViewItem::icon:portrait{
	left:0un;
	top:0un;
	right:0un;
	bottom:0un;
    fixed-width:120px;
    fixed-height:120px;
}

HbGridViewItem::icon:landscape{
	left:0un;
	top:0un;
	right:0un;
	bottom:0un;
    fixed-width:128px;
    fixed-height:128px;
}

HbGridViewItem::multiselection-toucharea{
    fixed-width: 120px;
    fixed-height: 120px;
}