calendarui/views/resources/caleneventlistviewitem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 12:51:15 +0300
changeset 32 ea672fcb0ea0
parent 18 c198609911f9
child 49 5de72ea7a065
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

CalenEventListViewItem[layoutName="custom"]{
	layout: custom;
}

CalenEventListViewItem[layoutName="custom"][modelItemType="StandardItem"][stretchItem="true"]:landscape{
    layout: custom-stretch;
}

CalenEventListViewItem::icon-1[layoutName="custom"]{
    top: -var(hb-param-margin-gene-top);
    left: -var(hb-param-margin-gene-left);
    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-2{
    top: -var(hb-param-margin-gene-top);
    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{
    top: -var(hb-param-margin-gene-top);
    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{
    top: -var(hb-param-margin-gene-middle-vertical);
    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);
		top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-middle-horizontal);
    font-variant: secondary;
		text-height: var(hb-param-text-height-secondary);
    text-align: right;
}

CalenEventListViewItem::text-2{
    top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-middle-horizontal);
    bottom: var(hb-param-margin-gene-middle-vertical);
    font-variant: primary;
    text-height: var(hb-param-text-height-secondary);
    text-align: left;
    fixed-width: 29un;
}


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

CalenEventListViewItem::text-2:landscape[stretchItem="false"]{
    fixed-width: 70un;
}


CalenEventListViewItem::text-3:landscape[stretchItem="false"]{
    fixed-width: 70un;
}

CalenEventListViewItem::text-2:landscape[stretchItem="true"]{
    fixed-width: 35un;
}

CalenEventListViewItem::text-3:landscape[stretchItem="true"]{
    fixed-width: 40un;
}

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