homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
author hgs
Wed, 06 Oct 2010 16:06:24 +0300
changeset 97 66b5fe3c07fd
parent 69 87476091b3f5
permissions -rw-r--r--
201039_01

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