wlanutilities/wlanwizard/resources/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:18:40 +0300
branchRCL_3
changeset 24 63be7eb3fc78
permissions -rw-r--r--
Revision: 201029 Kit: 201035


HbListViewItem[layoutName="wlanwizardsummaryitem"]{
	layout:wlanwizardsummaryitem-portrait;
}

HbListViewItem[layoutName="wlanwizardsummaryitem"]:landscape{
	layout:wlanwizardsummaryitem-landscape;
}

HbListViewItem::text-1[layoutName="wlanwizardsummaryitem"]{
	text-height: var(hb-param-text-height-secondary);
	font-variant: primary;
	text-align: left;
	size-policy-horizontal: preferred;
	pref-width:-1;
}

HbListViewItem::text-1[layoutName="wlanwizardsummaryitem"]:landscape{
	text-height: var(hb-param-text-height-secondary);
	font-variant: primary;
	text-align: left;
	size-policy-horizontal: fixed;
	fixed-width: expr((var(hb-param-screen-width) - var(hb-param-margin-gene-middle-horizontal))  / 2  - var(hb-param-margin-gene-screen) - var(hb-param-margin-gene-popup));
}

HbListViewItem::text-2[layoutName="wlanwizardsummaryitem"]{
	text-height: var(hb-param-text-height-tiny);
	font-variant: secondary;
	pref-width:-1;
	text-align: left;
}