notes/data/style/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:51:15 +0300
changeset 32 ea672fcb0ea0
parent 23 fd30d51f876b
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

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;
}