calendarui/views/resources/calengriditemprototype.css
author hgs
Mon, 26 Jul 2010 13:54:38 +0530
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
permissions -rw-r--r--
201029

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: 1.5un;
	fixed-width: 1.5un;
}

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