logsui/logsapp/resources/hblistviewitem.css
changeset 0 4a5361db8937
child 4 e52d42f9500c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/logsui/logsapp/resources/hblistviewitem.css	Tue May 04 12:39:37 2010 +0300
@@ -0,0 +1,38 @@
+HbListViewItem[layoutName="logsLandscape"]{
+    layout:logs-landscape;
+}
+
+HbListViewItem[layoutName="logsLandscapeDialpad"]{
+    layout:logs-landscape;
+}
+
+HbListViewItem::text-1[layoutName="logsLandscape"]{
+	fixed-width: 40.0un;
+	text-height: var(hb-param-text-height-primary);
+}
+
+HbListViewItem::text-2[layoutName="logsLandscape"]{
+	
+	fixed-width: 40.0un;
+	text-height: var(hb-param-text-height-secondary);
+}
+
+HbListViewItem::text-1[layoutName="logsLandscapeDialpad"]{
+	fixed-width: 38.0un;
+	text-height: var(hb-param-text-height-primary);
+}
+
+HbListViewItem::text-2[layoutName="logsLandscapeDialpad"]{
+	fixed-width: 0.0un;
+	text-height: 0.0un;
+}
+
+HbListViewItem::text-1[layoutName="default"]{
+	fixed-width: 40.0un;
+	text-height: var(hb-param-text-height-primary);
+}
+
+HbListViewItem::text-2[layoutName="default"]{
+	fixed-width: 40.0un;
+	text-height: var(hb-param-text-height-secondary);
+}