homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
author hgs
Wed, 20 Oct 2010 15:25:39 +0300
changeset 101 ba1b7e218624
parent 69 87476091b3f5
permissions -rw-r--r--
201042

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