wlanutilities/wlanwizard/resources/hblistviewitem.css
branchRCL_3
changeset 55 f28ada11abbf
parent 54 63be7eb3fc78
child 59 34911529ee3c
--- a/wlanutilities/wlanwizard/resources/hblistviewitem.css	Tue Aug 31 16:18:40 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-
-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;
-}