logsui/logsapp/resources/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:17:41 +0300
changeset 20 6a40edd41841
parent 4 e52d42f9500c
child 21 2f0af9ba7665
permissions -rw-r--r--
Revision: 201037 Kit: 201039

HbListViewItem[layoutName="default"]{
    layout:logs-portrait;
}

HbListViewItem[layoutName="logsLandscape"]{
    layout:logs-landscape;
}

HbListViewItem[layoutName="logsLandscapeDialpad"]{
    layout:logs-landscape;
}

HbListViewItem::text-2[layoutName="default"]{
    max-width:-1;
    text-height: var(hb-param-text-height-secondary);
}

HbListViewItem::text-1[layoutName="logsLandscape"]{	
    pref-width: expr(var(hb-param-screen-width)/2 - var(hb-param-graphic-size-primary-medium) - var(hb-param-margin-gene-left) - var(hb-param-margin-gene-middle-horizontal));
}

HbListViewItem::text-2[layoutName="logsLandscape"]{	
    max-width:-1;
    text-height: var(hb-param-text-height-secondary);
}

HbListViewItem::text-2[layoutName="logsLandscapeDialpad"]{
    max-width: 0.0un;
    text-height: 0.0un;
}