src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbmenu/hbmenu.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:09:54 +0300
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
permissions -rw-r--r--
Revision: 201017 Kit: 201019

HbMenu
{	
	layout:default;
	submenu-right-offset: 2.25un;
	submenu-bottom-margin: var(hb-param-margin-gene-screen); 
}

HbMenu::content
{
	max-width: expr(var(hb-param-screen-short-edge)-9un);
	min-width: expr((var(hb-param-screen-short-edge)-9un)/2);
	max-height: 43un;
	size-policy-vertical: expanding;
	size-policy-horizontal: expanding;
}

HbMenu[menuType="1"]::content
{
	min-width: expr(var(hb-param-screen-short-edge)-9un);
}