phonebookui/pbkcommonui/resources/style/cntcontactcardheadingitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 13:29:23 +0300
changeset 40 b46a585f6909
parent 27 de1630741fbe
child 66 554fe4dbbb59
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

CntContactCardHeadingItem[icon][primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_text]{
    layout:layout_one_row;
}

CntContactCardHeadingItem[icon][first_line_text][secondary_text][marquee_item][!primary_text][!second_line_text]{
    layout:layout_three_rows;
}

CntContactCardHeadingItem[primary_text][!secondary_text][!marquee_item][!first_line_text][!second_line_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:landscape{
    layout:layout_two_rows-landscape;
}

CntContactCardHeadingItem{
    layout:layout_two_rows;
}

CntContactCardHeadingItem::icon{
    fixed-width:var(hb-param-graphic-size-primary-large);
		fixed-height:var(hb-param-graphic-size-primary-large);
}

CntContactCardHeadingItem::first_line_text{
    text-height:var(hb-param-text-height-primary);
    font-variant:primary;
    text-align:left;
}

CntContactCardHeadingItem::primary_text{
    text-height:var(hb-param-text-height-primary);
    font-variant:primary;
    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;
    text-align:left;
}

CntContactCardHeadingItem::marquee_item{
    text-height:var(hb-param-text-height-tiny);
    font-variant:primary-small;
    text-align:left;
}

CntContactCardHeadingItem::secondary_icon{
  fixed-height: var(hb-param-graphic-size-primary-small);
  fixed-width: var(hb-param-graphic-size-primary-small);
}

CntContactCardHeadingItem::background{
    left:0.0un;
    right:0.0un;
    top:0.0un;
    bottom:0.0un;
}