phonebookui/pbkcommonui/resources/style/cnteditviewheadingitem.css
changeset 24 0ba2181d7c28
child 27 de1630741fbe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/pbkcommonui/resources/style/cnteditviewheadingitem.css	Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,42 @@
+CntEditViewHeadingItem[icon][text][second_text]{
+    layout:customLayout;
+}
+
+CntEditViewHeadingItem[icon][text][!second_text]{
+    layout:customLayoutNoSecondText;
+}
+
+CntEditViewHeadingItem[icon][!text][second_text]{
+    layout:customLayoutNoText;
+}
+
+CntEditViewHeadingItem::icon{
+    fixed-width:var(hb-param-graphic-size-primary-large);
+    fixed-height:var(hb-param-graphic-size-primary-large);
+}
+
+CntEditViewHeadingItem::text{
+    text-height:var(hb-param-text-height-primary);
+    font-variant:primary;
+    text-align:left;
+}
+
+CntEditViewHeadingItem::second_text{
+    text-height:var(hb-param-text-height-secondary);
+    font-variant:secondary;
+    text-align:left;
+}
+
+CntEditViewHeadingItem::background{
+    left:0.0un;
+    right:0.0un;
+    top:0.0un;
+    bottom:0.0un;
+}
+
+CntEditViewHeadingItem::iconArea{
+    left:0.0un;
+    right:0.0un;
+    top:0.0un;
+    bottom:0.0un;
+}