logsui/logsapp/resources/hblistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:51:53 +0300
changeset 4 e52d42f9500c
parent 0 4a5361db8937
child 21 2f0af9ba7665
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

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;
}