homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
author Pat Downey <patd@symbian.org>
Tue, 18 May 2010 12:12:12 +0100
changeset 48 11a8fa9275d5
parent 46 23b5d6a29cce
child 69 87476091b3f5
permissions -rw-r--r--
Merge docml changeset with recent Nokia delivery.

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

HsAnalogClockWidget::toucharea {  
  zvalue: 4;
}