wlanutilities/wlanwizard/resources/hblistviewitem.css
author hgs
Mon, 24 May 2010 21:11:39 +0300
changeset 31 e8f4211554fb
child 58 301aeb18ae47
permissions -rw-r--r--
201021


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