homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
branchRCL_3
changeset 82 5f0182e07bfb
equal deleted inserted replaced
79:f00a6757af32 82:5f0182e07bfb
       
     1 HsAnalogClockWidget {
       
     2 	layout: analog_clock_layout;
       
     3 }
       
     4 
       
     5 HsAnalogClockWidget::background {
       
     6   fixed-width: 25.0un;
       
     7   fixed-height: 25.0un;
       
     8   zvalue: 0;
       
     9 }
       
    10 
       
    11 HsAnalogClockWidget::hour_hand {
       
    12   fixed-width: 25.0un;
       
    13   fixed-height: 25.0un;
       
    14   zvalue: 3;
       
    15 }
       
    16 
       
    17 HsAnalogClockWidget::minute_hand {
       
    18   fixed-width: 25.0un;
       
    19   fixed-height: 25.0un;
       
    20   zvalue: 2;
       
    21 }
       
    22 
       
    23 HsAnalogClockWidget::second_hand {
       
    24   fixed-width: 25.0un;
       
    25   fixed-height: 25.0un;
       
    26   zvalue: 1;
       
    27 }