diff -r fd30d51f876b -r b6db4fd4947b clock/clockui/clockviews/data/style/clockalarmlistitemprototype.css --- a/clock/clockui/clockviews/data/style/clockalarmlistitemprototype.css Mon May 03 12:30:32 2010 +0300 +++ b/clock/clockui/clockviews/data/style/clockalarmlistitemprototype.css Mon Jun 28 15:22:02 2010 +0530 @@ -13,6 +13,7 @@ top: -var(hb-param-margin-gene-top); right: var(hb-param-margin-gene-right); text-height: var(hb-param-text-height-secondary); + font-variant: secondary; fixed-width: 8.2un; text-align: right; text-line-count-min: 2; @@ -22,21 +23,24 @@ top: -var(hb-param-margin-gene-top); right: var(hb-param-margin-gene-right); text-height: var(hb-param-text-height-tiny); + font-variant: secondary; fixed-width: 28.7un; text-align: left; } ClockAlarmListItemPrototype::text-3{ text-height: var(hb-param-text-height-primary); + font-variant: 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{ - text-height: var(hb-param-text-height-primary-small); + text-height: var(hb-param-text-height-tiny); + font-variant: secondary; top: -var(hb-param-margin-gene-middle-vertical); bottom: var(hb-param-margin-gene-bottom); - fixed-width: 28.7un; + fixed-width: 28.7un; text-align: left; } ClockAlarmListItemPrototype::alarmIconItem{