diff -r fd30d51f876b -r a949c2543c15 clock/clockui/clockviews/data/style/clockhomecityitem.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clock/clockui/clockviews/data/style/clockhomecityitem.css Fri May 14 15:51:09 2010 +0300 @@ -0,0 +1,44 @@ +ClockHomeCityItem{ + layout: homecity-portrait; +} +ClockHomeCityItem:landscape{ + layout: homecity-landscape; +} +ClockHomeCityItem::dayNightIcon{ + top: -var(hb-param-margin-gene-top); + left: -var(hb-param-margin-gene-left); + right: var(hb-param-margin-gene-middle-horizontal); + bottom: var(hb-param-margin-gene-bottom); + + fixed-height: var(hb-param-graphic-size-primary-large); + fixed-width: var(hb-param-graphic-size-primary-large); +} + +ClockHomeCityItem::dateText{ + top: -var(hb-param-margin-gene-top); + right: var(hb-param-margin-gene-middle-horizontal); + text-height: var(hb-param-text-height-tiny); + text-align: left; +} + +ClockHomeCityItem::cityText{ + top: -var(hb-param-margin-gene-middle-vertical); + right: var(hb-param-margin-gene-middle-horizontal); + text-height: var(hb-param-text-height-primary); + text-align: left; +} + +ClockHomeCityItem::dstIcon{ + top: -var(hb-param-margin-gene-top); + right: var(hb-param-margin-gene-right); + + fixed-height: var(hb-param-graphic-size-secondary); + fixed-width: var(hb-param-graphic-size-secondary); +} + +ClockHomeCityItem::timeText{ + right: var(hb-param-margin-gene-right); + text-height: var(hb-param-text-height-tiny); + text-align: right; + fixed-width: 16un; +}