phonebookui/cntcommonui/resources/style/cntcollectionviewlistitem.css
changeset 72 6abfb1094884
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/cntcommonui/resources/style/cntcollectionviewlistitem.css	Tue Sep 21 17:07:25 2010 +0300
@@ -0,0 +1,25 @@
+HbListViewItem[layoutName="collectionviewlist"]:landscape{
+    layout:layout-4;
+}
+
+HbListViewItem::text-2[layoutName="collectionviewlist"]{
+    text-height: var(hb-param-text-height-secondary);
+    font-variant: secondary;
+    pref-width:-1;
+    text-align: left top;
+    size-policy-horizontal: ignored;
+    text-line-count-min:1;
+    text-line-count-max:1;
+    text-wrap-mode:no-wrap;
+}
+
+HbListViewItem::text-3[layoutName="collectionviewlist"]{
+    text-height: var(hb-param-text-height-secondary);
+    font-variant: secondary;
+    pref-width:-1;
+    text-align: right;
+    size-policy-horizontal: preferred;
+    text-line-count-min:1;
+    text-line-count-max:1;
+    text-wrap-mode:no-wrap;
+}