--- a/calendarui/views/dayview/resources/calendayitem.css Tue Oct 05 14:14:48 2010 +0530
+++ b/calendarui/views/dayview/resources/calendayitem.css Fri Oct 15 12:10:36 2010 +0530
@@ -1,13 +1,21 @@
-CalenDayItem {
- layout: noIconLayout;
+CalenDayItem[backgroundFrame][eventDescription][backgroundType=EStaticBackground]{
+ layout: default; /*all elements are placed on layout*/
+}
+
+CalenDayItem[backgroundFrame][!eventDescription][backgroundType=EStaticBackground]{
+ layout: backgroundStripe;
}
-CalenDayItem[!eventDescription][!backgroundFrame] {
- layout: noIconNoTextNoBkgLayout;
+CalenDayItem[backgroundFrame][eventDescription][backgroundType=EFloatingBackground]{
+ layout: stripeText;
}
-CalenDayItem[!eventDescription][backgroundFrame] {
- layout: noIconNoTextLayout;
+CalenDayItem[backgroundFrame][!eventDescription][backgroundType=EFloatingBackground]{
+ layout: stripeWithMargins;
+}
+
+CalenDayItem[!backgroundFrame][!eventDescription]{
+ layout: stripeNoMargins;
}
CalenDayItem::eventDescription {