calendarui/views/resources/caleneventlistviewitem.css
author hgs
Mon, 09 Aug 2010 18:30:52 +0530
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 64 1881ad52dc45
permissions -rw-r--r--
201031

CalenEventListViewItem[leftAllDayIcon="false"]:portrait{
	layout: custom;
}

CalenEventListViewItem[leftAllDayIcon="false"]:landscape{
    layout: custom;
}

CalenEventListViewItem[leftAllDayIcon="true"]:portrait{
	layout: custom-subjecticon;
}

CalenEventListViewItem[leftAllDayIcon="true"]:landscape{
    layout: custom-subjecticon;
}


CalenEventListViewItem[locationEntry="true"]:portrait{
	layout: custom-locationentry;
}

CalenEventListViewItem[locationEntry="true"]:landscape{
    layout: custom-locationentry;
}


CalenEventListViewItem::icon-1{
    left: -var(hb-param-margin-gene-left);
    fixed-width: var(hb-param-graphic-size-primary-small);
    fixed-height: var(hb-param-graphic-size-primary-small);
}

CalenEventListViewItem::icon-2{
    right: var(hb-param-margin-gene-middle-horizontal);
    fixed-width: var(hb-param-graphic-size-secondary);
    fixed-height: var(hb-param-graphic-size-secondary);
}

CalenEventListViewItem::icon-3{
    right: var(hb-param-margin-gene-right);
    fixed-width: var(hb-param-graphic-size-secondary);
    fixed-height: var(hb-param-graphic-size-secondary);
}

CalenEventListViewItem::icon-4{
    right: var(hb-param-margin-gene-right);
     bottom: var(hb-param-margin-gene-bottom);
    fixed-width: var(hb-param-graphic-size-secondary);
    fixed-height: var(hb-param-graphic-size-secondary);
}

CalenEventListViewItem::text-1{
		left: -var(hb-param-margin-gene-left);
    font-variant: secondary;
		text-height: var(hb-param-text-height-secondary);
		size-policy: maximum;
	

}

CalenEventListViewItem::text-2{
	top: -var(hb-param-margin-gene-top);
		right: var(hb-param-margin-gene-middle-horizontal);
	   left: -var(hb-param-margin-gene-middle-horizontal);
    font-variant: primary;
    text-height: var(hb-param-text-height-primary);
    text-align: left;
 
}


CalenEventListViewItem::text-2[locationEntry="true"]{
		top: -var(hb-param-margin-gene-top);
	  bottom: var(hb-param-margin-gene-bottom);
		right: var(hb-param-margin-gene-middle-horizontal);
	  left: -var(hb-param-margin-gene-middle-horizontal);
    font-variant: primary;
    text-height: var(hb-param-text-height-primary);
    text-align: left;
 
}


CalenEventListViewItem::text-3{
    top: -var(hb-param-margin-gene-middle-vertical);
		right: var(hb-param-margin-gene-middle-horizontal);
    bottom: var(hb-param-margin-gene-bottom);
    font-variant: secondary;
    text-height: var(hb-param-text-height-secondary);
    text-align: left;
}

CalenEventListViewItem::text-4{
	  bottom: var(hb-param-margin-gene-bottom);
    font-variant: secondary;
    text-height: var(hb-param-text-height-secondary);
    	size-policy: maximum;
}