wlanutilities/wlanwizard/resources/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:43:07 +0300
changeset 38 2dc6da6fb431
child 58 301aeb18ae47
permissions -rw-r--r--
Revision: 201021 Kit: 2010123


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