phonebookui/pbkcommonui/resources/style/cntcontactcardheadingitem.css
changeset 71 7cc7d74059f9
parent 27 de1630741fbe
--- a/phonebookui/pbkcommonui/resources/style/cntcontactcardheadingitem.css	Thu Sep 02 20:16:15 2010 +0300
+++ b/phonebookui/pbkcommonui/resources/style/cntcontactcardheadingitem.css	Fri Sep 17 08:27:32 2010 +0300
@@ -1,30 +1,38 @@
-CntContactCardHeadingItem[icon][primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_text]{
+CntContactCardHeadingItem[primary_text]{
     layout:layout_one_row;
 }
 
-CntContactCardHeadingItem[icon][first_line_text][secondary_text][marquee_item][!primary_text][!second_line_text]{
+CntContactCardHeadingItem[secondary_text][!marquee_item]{
+    layout:layout_two_rows_secondary;
+}
+
+CntContactCardHeadingItem[!secondary_text][marquee_item]{
+    layout:layout_two_rows_marquee;
+}
+
+CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item]{
     layout:layout_three_rows;
 }
 
-CntContactCardHeadingItem[primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_text]:landscape{
+CntContactCardHeadingItem[primary_text]:landscape{
     layout:layout_one_row-landscape;
 }
 
-CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item][!primary_text][!second_line_text]:landscape{
-    layout:layout_three_rows-landscape;
+CntContactCardHeadingItem[secondary_text][!marquee_item]:landscape{
+    layout:layout_two_rows_secondary-landscape;
 }
 
-CntContactCardHeadingItem:landscape{
-    layout:layout_two_rows-landscape;
+CntContactCardHeadingItem[!secondary_text][marquee_item]:landscape{
+    layout:layout_two_rows_marquee-landscape;
 }
 
-CntContactCardHeadingItem{
-    layout:layout_two_rows;
+CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item]:landscape{
+    layout:layout_three_rows-landscape;
 }
 
 CntContactCardHeadingItem::icon{
     fixed-width:var(hb-param-graphic-size-primary-large);
-		fixed-height:var(hb-param-graphic-size-primary-large);
+    fixed-height:var(hb-param-graphic-size-primary-large);
 }
 
 CntContactCardHeadingItem::first_line_text{
@@ -39,12 +47,6 @@
     text-align:left;
 }
 
-CntContactCardHeadingItem::second_line_text{
-    text-height:var(hb-param-text-height-primary);
-    font-variant:primary;
-    text-align:left;
-}
-
 CntContactCardHeadingItem::secondary_text{
     text-height:var(hb-param-text-height-secondary);
     font-variant:secondary;
@@ -58,8 +60,8 @@
 }
 
 CntContactCardHeadingItem::secondary_icon{
-  fixed-height: var(hb-param-graphic-size-primary-small);
-  fixed-width: var(hb-param-graphic-size-primary-small);
+  fixed-height: var(hb-param-graphic-size-secondary);
+  fixed-width: var(hb-param-graphic-size-secondary);
 }
 
 CntContactCardHeadingItem::background{