phonebookui/pbkcommonui/resources/style/cnteditviewlistitem.css
changeset 27 de1630741fbe
child 61 d30183af6ca6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/pbkcommonui/resources/style/cnteditviewlistitem.css	Mon May 03 12:24:20 2010 +0300
@@ -0,0 +1,44 @@
+HbListViewItem[layoutName="editviewlist"][modelItemType="StandardItem"]{
+    layout:custom-1;
+}
+
+HbListViewItem[layoutName="editviewlist"][modelItemType="StandardItem"][!text-2]{
+    layout:custom-2;
+}
+
+HbListViewItem[layoutName="editviewlist"][modelItemType="StandardItem"][!icon-1]{
+    layout:custom-3;
+}
+
+HbListViewItem[layoutName="editviewlist"][modelItemType="SeparatorItem"]{
+    layout:custom-separator-1;
+}
+
+HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="SeparatorItem"]{
+	text-height: var(hb-param-text-height-secondary);
+	font-variant: secondary;
+	text-align: left;
+}
+
+HbListViewItem::icon-1[layoutName="editviewlist"]{
+    fixed-width:var(hb-param-graphic-size-primary-small);
+	fixed-height:var(hb-param-graphic-size-primary-small);
+}
+
+HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="StandardItem"]{
+    text-height:var(hb-param-text-height-secondary);
+    font-variant:secondary;
+    text-align:left;
+}
+
+HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="StandardItem"][!text-2]{
+    text-height:var(hb-param-text-height-primary);
+    font-variant:primary;
+    text-align:left;
+}
+
+HbListViewItem::text-2[layoutName="editviewlist"]{
+    text-height:var(hb-param-text-height-primary);
+    font-variant:primary;
+    text-align:left;
+}