calendarui/views/resources/calengriditemprototype.css
author hgs
Mon, 28 Jun 2010 15:22:02 +0530
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
child 58 ef813d54df51
permissions -rw-r--r--
201025

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