calendarui/views/resources/calengriditemprototype.css
changeset 23 fd30d51f876b
child 45 b6db4fd4947b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/calendarui/views/resources/calengriditemprototype.css	Mon May 03 12:30:32 2010 +0300
@@ -0,0 +1,40 @@
+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;
+}