phonebookui/pbkcommonui/resources/style/cntcontactcardheadingitem.css
changeset 71 7cc7d74059f9
parent 27 de1630741fbe
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
     1 CntContactCardHeadingItem[icon][primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_text]{
     1 CntContactCardHeadingItem[primary_text]{
     2     layout:layout_one_row;
     2     layout:layout_one_row;
     3 }
     3 }
     4 
     4 
     5 CntContactCardHeadingItem[icon][first_line_text][secondary_text][marquee_item][!primary_text][!second_line_text]{
     5 CntContactCardHeadingItem[secondary_text][!marquee_item]{
       
     6     layout:layout_two_rows_secondary;
       
     7 }
       
     8 
       
     9 CntContactCardHeadingItem[!secondary_text][marquee_item]{
       
    10     layout:layout_two_rows_marquee;
       
    11 }
       
    12 
       
    13 CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item]{
     6     layout:layout_three_rows;
    14     layout:layout_three_rows;
     7 }
    15 }
     8 
    16 
     9 CntContactCardHeadingItem[primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_text]:landscape{
    17 CntContactCardHeadingItem[primary_text]:landscape{
    10     layout:layout_one_row-landscape;
    18     layout:layout_one_row-landscape;
    11 }
    19 }
    12 
    20 
    13 CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item][!primary_text][!second_line_text]:landscape{
    21 CntContactCardHeadingItem[secondary_text][!marquee_item]:landscape{
    14     layout:layout_three_rows-landscape;
    22     layout:layout_two_rows_secondary-landscape;
    15 }
    23 }
    16 
    24 
    17 CntContactCardHeadingItem:landscape{
    25 CntContactCardHeadingItem[!secondary_text][marquee_item]:landscape{
    18     layout:layout_two_rows-landscape;
    26     layout:layout_two_rows_marquee-landscape;
    19 }
    27 }
    20 
    28 
    21 CntContactCardHeadingItem{
    29 CntContactCardHeadingItem[first_line_text][secondary_text][marquee_item]:landscape{
    22     layout:layout_two_rows;
    30     layout:layout_three_rows-landscape;
    23 }
    31 }
    24 
    32 
    25 CntContactCardHeadingItem::icon{
    33 CntContactCardHeadingItem::icon{
    26     fixed-width:var(hb-param-graphic-size-primary-large);
    34     fixed-width:var(hb-param-graphic-size-primary-large);
    27 		fixed-height:var(hb-param-graphic-size-primary-large);
    35     fixed-height:var(hb-param-graphic-size-primary-large);
    28 }
    36 }
    29 
    37 
    30 CntContactCardHeadingItem::first_line_text{
    38 CntContactCardHeadingItem::first_line_text{
    31     text-height:var(hb-param-text-height-primary);
    39     text-height:var(hb-param-text-height-primary);
    32     font-variant:primary;
    40     font-variant:primary;
    33     text-align:left;
    41     text-align:left;
    34 }
    42 }
    35 
    43 
    36 CntContactCardHeadingItem::primary_text{
    44 CntContactCardHeadingItem::primary_text{
    37     text-height:var(hb-param-text-height-primary);
       
    38     font-variant:primary;
       
    39     text-align:left;
       
    40 }
       
    41 
       
    42 CntContactCardHeadingItem::second_line_text{
       
    43     text-height:var(hb-param-text-height-primary);
    45     text-height:var(hb-param-text-height-primary);
    44     font-variant:primary;
    46     font-variant:primary;
    45     text-align:left;
    47     text-align:left;
    46 }
    48 }
    47 
    49 
    56     font-variant:primary-small;
    58     font-variant:primary-small;
    57     text-align:left;
    59     text-align:left;
    58 }
    60 }
    59 
    61 
    60 CntContactCardHeadingItem::secondary_icon{
    62 CntContactCardHeadingItem::secondary_icon{
    61   fixed-height: var(hb-param-graphic-size-primary-small);
    63   fixed-height: var(hb-param-graphic-size-secondary);
    62   fixed-width: var(hb-param-graphic-size-primary-small);
    64   fixed-width: var(hb-param-graphic-size-secondary);
    63 }
    65 }
    64 
    66 
    65 CntContactCardHeadingItem::background{
    67 CntContactCardHeadingItem::background{
    66     left:0.0un;
    68     left:0.0un;
    67     right:0.0un;
    69     right:0.0un;