notes/data/style/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:13:43 +0300
branchRCL_3
changeset 65 12af337248b1
permissions -rw-r--r--
Revision: 201033 Kit: 201035

HbListViewItem[layoutName="custom"]{
	layout:custom;
}

HbListViewItem[layoutName="custom"]::text-1{
	left: -var(hb-param-margin-gene-left);
	top: -var(hb-param-margin-gene-top);
    bottom: var(hb-param-margin-gene-bottom);
    text-height: var(hb-param-text-height-primary);
    text-align: left;

}
HbListViewItem[layoutName="custom"]::text-2{
    top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-right);
    text-height: var(hb-param-text-height-tiny);
    text-align: right;
}