calendarui/views/dayview/resources/calendayitem.css
author hgs
Fri, 15 Oct 2010 12:10:36 +0530
changeset 83 5aadd1120515
parent 64 1881ad52dc45
permissions -rw-r--r--
201041

CalenDayItem[backgroundFrame][eventDescription][backgroundType=EStaticBackground]{
    layout: default; /*all elements are placed on layout*/
}

CalenDayItem[backgroundFrame][!eventDescription][backgroundType=EStaticBackground]{
    layout: backgroundStripe;
}

CalenDayItem[backgroundFrame][eventDescription][backgroundType=EFloatingBackground]{
    layout: stripeText;
}

CalenDayItem[backgroundFrame][!eventDescription][backgroundType=EFloatingBackground]{
    layout: stripeWithMargins;
}

CalenDayItem[!backgroundFrame][!eventDescription]{
    layout: stripeNoMargins;
}

CalenDayItem::eventDescription {
    color: var(qtc_cal_meeting_text); 
    font-variant: secondary;
    text-height: var(hb-param-text-height-secondary);
    text-align: center center;
    text-line-count-min: 1;
    size-policy-vertical: expanding;
}
 
CalenDayItem::colorStripe {
    size-policy-horizontal: fixed;
}