homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:06:34 +0300
branchRCL_3
changeset 82 5f0182e07bfb
permissions -rw-r--r--
Revision: 201033 Kit: 201035

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;
}