notes/data/style/hblistviewitem.css
changeset 23 fd30d51f876b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
       
     1 HbListViewItem[layoutName="custom"]{
       
     2 	layout:custom;
       
     3 }
       
     4 
       
     5 HbListViewItem[layoutName="custom"]::text-1{
       
     6 	left: -var(hb-param-margin-gene-left);
       
     7 	top: -var(hb-param-margin-gene-top);
       
     8     bottom: var(hb-param-margin-gene-bottom);
       
     9     text-height: var(hb-param-text-height-primary);
       
    10     text-align: left;
       
    11 
       
    12 }
       
    13 HbListViewItem[layoutName="custom"]::text-2{
       
    14     top: -var(hb-param-margin-gene-top);
       
    15     right: var(hb-param-margin-gene-right);
       
    16     text-height: var(hb-param-text-height-tiny);
       
    17     text-align: right;
       
    18 }
       
    19