phonebookui/cntcommonui/resources/style/cntcontactcarddetailitem.css
changeset 75 4ecbe3571b5a
equal deleted inserted replaced
71:7cc7d74059f9 75:4ecbe3571b5a
       
     1 CntContactCardDetailItem{
       
     2     layout:customLayout;
       
     3 }
       
     4 
       
     5 CntContactCardDetailItem::icon{
       
     6     fixed-width:var(hb-param-graphic-size-primary-large);
       
     7 		fixed-height:var(hb-param-graphic-size-primary-large);
       
     8 }
       
     9 
       
    10 CntContactCardDetailItem::secondaryIcon{
       
    11     fixed-width:var(hb-param-graphic-size-secondary);
       
    12     fixed-height:var(hb-param-graphic-size-secondary);
       
    13 }
       
    14 
       
    15 
       
    16 CntContactCardDetailItem::text{
       
    17     text-height:var(hb-param-text-height-primary);
       
    18     font-variant:primary;
       
    19     text-align:left;
       
    20 }
       
    21 
       
    22 CntContactCardDetailItem::valueText{
       
    23     text-height:var(hb-param-text-height-secondary);
       
    24     font-variant:secondary;
       
    25     text-align:left;
       
    26 }
       
    27 
       
    28 CntContactCardDetailItem::background{
       
    29     left:0.0un;
       
    30     right:0.0un;
       
    31     top:0.0un;
       
    32     bottom:0.0un;
       
    33 }
       
    34 
       
    35 CntContactCardDetailItem::highlight{
       
    36     left: 0.0un;
       
    37     right: 0.0un;
       
    38     top: 0.0un;
       
    39     bottom: 0.0un;
       
    40 }