phonebookui/cntcommonui/resources/style/cnteditviewheadingitem.css
changeset 75 4ecbe3571b5a
equal deleted inserted replaced
71:7cc7d74059f9 75:4ecbe3571b5a
       
     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[text][second_text]:landscape{
       
    14     layout:customLayout-landscape;
       
    15 }
       
    16 
       
    17 CntEditViewHeadingItem[text][!second_text]:landscape{
       
    18     layout:customLayoutNoSecondText-landscape;
       
    19 }
       
    20 
       
    21 CntEditViewHeadingItem[!text][second_text]:landscape{
       
    22     layout:customLayoutNoText-landscape;
       
    23 }
       
    24 
       
    25 CntEditViewHeadingItem::icon{
       
    26     fixed-width:var(hb-param-graphic-size-primary-large);
       
    27     fixed-height:var(hb-param-graphic-size-primary-large);
       
    28 }
       
    29 
       
    30 CntEditViewHeadingItem::text{
       
    31     text-height:var(hb-param-text-height-primary);
       
    32     font-variant:primary;
       
    33     text-align:left;
       
    34 }
       
    35 
       
    36 CntEditViewHeadingItem::second_text{
       
    37     text-height:var(hb-param-text-height-secondary);
       
    38     font-variant:secondary;
       
    39     text-align:left;
       
    40 }
       
    41 
       
    42 CntEditViewHeadingItem::background{
       
    43     left:0.0un;
       
    44     right:0.0un;
       
    45     top:0.0un;
       
    46     bottom:0.0un;
       
    47 }
       
    48 
       
    49 CntEditViewHeadingItem::highlight{
       
    50     left:0.0un;
       
    51     right:0.0un;
       
    52     top:0.0un;
       
    53     bottom:0.0un;
       
    54 }
       
    55 
       
    56 CntEditViewHeadingItem::iconArea{
       
    57     left:0.0un;
       
    58     right:0.0un;
       
    59     top:0.0un;
       
    60     bottom:0.0un;
       
    61 }