diff -r f00a6757af32 -r 5f0182e07bfb homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css Tue Aug 31 15:06:34 2010 +0300 @@ -0,0 +1,27 @@ +HsAnalogClockWidget { + layout: analog_clock_layout; +} + +HsAnalogClockWidget::background { + fixed-width: 25.0un; + fixed-height: 25.0un; + zvalue: 0; +} + +HsAnalogClockWidget::hour_hand { + fixed-width: 25.0un; + fixed-height: 25.0un; + zvalue: 3; +} + +HsAnalogClockWidget::minute_hand { + fixed-width: 25.0un; + fixed-height: 25.0un; + zvalue: 2; +} + +HsAnalogClockWidget::second_hand { + fixed-width: 25.0un; + fixed-height: 25.0un; + zvalue: 1; +}