phonebookui/pbkcommonui/resources/style/cnteditviewheadingitem.css
changeset 24 0ba2181d7c28
child 27 de1630741fbe
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
       
     1 CntEditViewHeadingItem[icon][text][second_text]{
       
     2     layout:customLayout;
       
     3 }
       
     4 
       
     5 CntEditViewHeadingItem[icon][text][!second_text]{
       
     6     layout:customLayoutNoSecondText;
       
     7 }
       
     8 
       
     9 CntEditViewHeadingItem[icon][!text][second_text]{
       
    10     layout:customLayoutNoText;
       
    11 }
       
    12 
       
    13 CntEditViewHeadingItem::icon{
       
    14     fixed-width:var(hb-param-graphic-size-primary-large);
       
    15     fixed-height:var(hb-param-graphic-size-primary-large);
       
    16 }
       
    17 
       
    18 CntEditViewHeadingItem::text{
       
    19     text-height:var(hb-param-text-height-primary);
       
    20     font-variant:primary;
       
    21     text-align:left;
       
    22 }
       
    23 
       
    24 CntEditViewHeadingItem::second_text{
       
    25     text-height:var(hb-param-text-height-secondary);
       
    26     font-variant:secondary;
       
    27     text-align:left;
       
    28 }
       
    29 
       
    30 CntEditViewHeadingItem::background{
       
    31     left:0.0un;
       
    32     right:0.0un;
       
    33     top:0.0un;
       
    34     bottom:0.0un;
       
    35 }
       
    36 
       
    37 CntEditViewHeadingItem::iconArea{
       
    38     left:0.0un;
       
    39     right:0.0un;
       
    40     top:0.0un;
       
    41     bottom:0.0un;
       
    42 }