phonebookui/pbkcommonui/resources/style/cnteditviewdetailitem.css
changeset 65 ae724a111993
parent 59 a642906a277a
child 71 7cc7d74059f9
equal deleted inserted replaced
59:a642906a277a 65:ae724a111993
     1 CntEditViewDetailItem[icon][text][valueText]{
       
     2     layout:customLayout;
       
     3 }
       
     4 
       
     5 CntEditViewDetailItem[icon][text][!valueText]{
       
     6     layout:customLayoutNoValueText;
       
     7 }
       
     8 
       
     9 CntEditViewDetailItem[!icon][text][valueText]{
       
    10     layout:customLayoutNoIcon;
       
    11 }
       
    12 
       
    13 CntEditViewDetailItem::icon{
       
    14     fixed-width:var(hb-param-graphic-size-primary-small);
       
    15 	fixed-height:var(hb-param-graphic-size-primary-small);
       
    16 }
       
    17 
       
    18 CntEditViewDetailItem::text{
       
    19     text-height:var(hb-param-text-height-secondary);
       
    20     font-variant:secondary;
       
    21     text-align:left;
       
    22 }
       
    23 
       
    24 CntEditViewDetailItem[icon][text][!valueText]::text{
       
    25     text-height:var(hb-param-text-height-primary);
       
    26     font-variant:primary;
       
    27     text-align:left;
       
    28 }
       
    29 
       
    30 CntEditViewDetailItem::valueText{
       
    31     text-height:var(hb-param-text-height-primary);
       
    32     font-variant:primary;
       
    33     text-align:left;
       
    34 }
       
    35 
       
    36 CntEditViewDetailItem::background{
       
    37     left:0.0un;
       
    38     right:0.0un;
       
    39     top:0.0un;
       
    40     bottom:0.0un;
       
    41 }
       
    42 
       
    43 CntEditViewDetailItem::highlight{
       
    44     left: 0.0un;
       
    45     right: 0.0un;
       
    46     top: 0.0un;
       
    47     bottom: 0.0un;
       
    48 }