screensaver/snsrplugins/snsrbigclockscreensaverplugin/snsrclockwidgets/resource/snsroledclockwidget.css
author hgs
Mon, 18 Oct 2010 10:20:15 +0300
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
permissions -rw-r--r--
201041

HbWidget {
    margin-left: 0un;
    margin-top: 0un;
}

SnsrOledClockWidget {
    layout: layout_1;
}

SnsrOledClockWidget::oled_clock_background {
    pref-height: 32.8un;
    pref-width: 32.8un;
    zvalue: 0;
}

SnsrOledClockWidget::oled_clock_axis {
    pref-height: 32.8un;
    pref-width: 32.8un;
    zvalue: 4;
}

SnsrOledClockWidget::oled_clock_hour_hand {
    pref-height: 32.8un;
    pref-width: 32.8un;
    zvalue: 3;
}

SnsrOledClockWidget::oled_clock_minute_hand {
    pref-height: 32.8un;
    pref-width: 32.8un;
    zvalue: 2;
}

SnsrOledAnalogClockWidget::oled_clock_am_pm_label {
    /* font spec etc are set in code as setting them here didn't seem to work properly */
    zvalue: 1;
}