clock/clockui/clockviews/data/style/clockalarmlistitemprototype.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 50 579cc610882e
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

ClockAlarmListItemPrototype{
	layout:layout-alarmlist;
}

ClockAlarmListItemPrototype::icon-1{
    top: -var(hb-param-margin-gene-middle-vertical);
    fixed-width: var(hb-param-graphic-size-secondary);
    fixed-height: var(hb-param-graphic-size-secondary);
    left: -6.5un;
}
ClockAlarmListItemPrototype::text-1{
	left: -var(hb-param-margin-gene-left);
	top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-right);
	text-height: var(hb-param-text-height-secondary);
    fixed-width: 8.2un;
	text-align: right;
	text-line-count-min: 2;
    text-line-count-max: 2;
}
ClockAlarmListItemPrototype::text-2:portrait{
    top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-right);
    text-height: var(hb-param-text-height-tiny);
	fixed-width: 28.7un;
    text-align: left;
}
ClockAlarmListItemPrototype::text-3:portrait{
    text-height: var(hb-param-text-height-primary);
    top: -var(hb-param-margin-gene-middle-vertical);
    right: var(hb-param-margin-gene-right);
    fixed-width: 28.7un;
    text-align: left;
}
ClockAlarmListItemPrototype::text-4:portrait{
    text-height: var(hb-param-text-height-primary-small);
    top: -var(hb-param-margin-gene-middle-vertical);
    bottom: var(hb-param-margin-gene-bottom);
    fixed-width: 28.7un;
    text-align: left;
}
ClockAlarmListItemPrototype::text-2:landscape{
    top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-right);
    text-height: var(hb-param-text-height-tiny);
    fixed-width: 21un;
    text-align: left;
}
ClockAlarmListItemPrototype::text-3:landscape{
    text-height: var(hb-param-text-height-primary);
    top: -var(hb-param-margin-gene-middle-vertical);
    right: var(hb-param-margin-gene-right);
    fixed-width: 21un;
    text-align: left;
}
ClockAlarmListItemPrototype::text-4:landscape{
    text-height: var(hb-param-text-height-primary-small);
    top: -var(hb-param-margin-gene-middle-vertical);
    bottom: var(hb-param-margin-gene-bottom);
    fixed-width: 21un;
    text-align: left;
}
ClockAlarmListItemPrototype::alarmIconItem{
    top: -var(hb-param-margin-gene-top);
    right: var(hb-param-margin-gene-right);
    fixed-width: var(hb-param-graphic-size-primary-medium);
    fixed-height: var(hb-param-graphic-size-primary-medium);
}