phonebookui/cntcommonui/resources/style/cnteditviewlistitem.css
changeset 75 4ecbe3571b5a
equal deleted inserted replaced
71:7cc7d74059f9 75:4ecbe3571b5a
       
     1 HbListViewItem[layoutName="editviewlist"][modelItemType="SeparatorItem"]{
       
     2     layout:custom-separator-1;
       
     3 }
       
     4 
       
     5 HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="SeparatorItem"]{
       
     6 	text-height: var(hb-param-text-height-secondary);
       
     7 	font-variant: secondary;
       
     8 	pref-width:-1;
       
     9 	text-align: left;
       
    10 	size-policy-horizontal: ignored;
       
    11 	text-line-count-min:1;
       
    12 	text-line-count-max:1;
       
    13 	text-wrap-mode:no-wrap;
       
    14 }
       
    15 
       
    16 HbListViewItem::icon-1[layoutName="editviewlist"][modelItemType="StandardItem"]{
       
    17     fixed-width:var(hb-param-graphic-size-primary-small);
       
    18 	fixed-height:var(hb-param-graphic-size-primary-small);
       
    19 }
       
    20 
       
    21 HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="StandardItem"]{
       
    22     text-height:var(hb-param-text-height-secondary);
       
    23     font-variant:secondary;
       
    24 	pref-width:-1;
       
    25 	text-align: left;
       
    26 	size-policy-horizontal: ignored;
       
    27 	text-line-count-min:1;
       
    28 	text-line-count-max:1;
       
    29 	text-wrap-mode:no-wrap;
       
    30 }
       
    31 
       
    32 HbListViewItem::text-1[layoutName="editviewlist"][modelItemType="StandardItem"][!text-2]{
       
    33     text-height:var(hb-param-text-height-primary);
       
    34     font-variant:primary;
       
    35 	pref-width:-1;
       
    36 	text-align: left;
       
    37 	size-policy-horizontal: ignored;
       
    38 	text-line-count-min:1;
       
    39 	text-line-count-max:1;
       
    40 	text-wrap-mode:no-wrap;
       
    41 }
       
    42 
       
    43 HbListViewItem::text-2[layoutName="editviewlist"][modelItemType="StandardItem"]{
       
    44     text-height:var(hb-param-text-height-primary);
       
    45     font-variant:primary;
       
    46 	pref-width:-1;
       
    47 	text-align: left top;
       
    48 	size-policy-horizontal: ignored;
       
    49 	text-line-count-min:1;
       
    50 	text-line-count-max:1;
       
    51 	text-wrap-mode:no-wrap;
       
    52 }