phonebookui/cntcommonui/resources/style/cntcollectionviewlistitem.css
changeset 72 6abfb1094884
equal deleted inserted replaced
67:59984e68247d 72:6abfb1094884
       
     1 HbListViewItem[layoutName="collectionviewlist"]:landscape{
       
     2     layout:layout-4;
       
     3 }
       
     4 
       
     5 HbListViewItem::text-2[layoutName="collectionviewlist"]{
       
     6     text-height: var(hb-param-text-height-secondary);
       
     7     font-variant: secondary;
       
     8     pref-width:-1;
       
     9     text-align: left top;
       
    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::text-3[layoutName="collectionviewlist"]{
       
    17     text-height: var(hb-param-text-height-secondary);
       
    18     font-variant: secondary;
       
    19     pref-width:-1;
       
    20     text-align: right;
       
    21     size-policy-horizontal: preferred;
       
    22     text-line-count-min:1;
       
    23     text-line-count-max:1;
       
    24     text-wrap-mode:no-wrap;
       
    25 }