calendarui/views/resources/calengriditemprototype.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:30:32 +0300
changeset 23 fd30d51f876b
child 45 b6db4fd4947b
permissions -rw-r--r--
Revision: 201015 Kit: 201018

CalenGridItemPrototype:portrait {
	layout: calendarCustomGridItem;
}

CalenGridItemPrototype:landscape {
	layout: calendarCustomGridItem;
}

CalenGridItemPrototype[layoutName="calendarCustomGridItem"]:portrait{
	layout:calendarCustomGridItem;
}

CalenGridItemPrototype[layoutName="calendarCustomGridItem"]:landscape{
	layout:calendarCustomGridItem;
}

CalenGridItemPrototype::eventIconItem[layoutName="calendarCustomGridItem"] {
	fixed-height: 1un;
	fixed-width: 1un;
}

CalenGridItemPrototype::focusIconItem[layoutName="calendarCustomGridItem"] {
	top: -0.5un;
	left: -0.5un;
	right: 0.5un;
	bottom: 0.5un;
}

CalenGridItemPrototype::monthDayInfoTextItem[layoutName="calendarCustomGridItem"] {
	pref-height: var(hb-param-text-height-secondary);
	font-variant: secondary;
	text-align: center;
}

CalenGridItemPrototype::todayIndicatorItem[layoutName="calendarCustomGridItem"] {
	left: -0.75un;
	right: 0.75un;
	fixed-height: 0.75un;
	background-color: red;
}