screensaver/snsrplugins/snsrbigclockscreensaverplugin/snsrclockwidgets/resource/snsroledclockwidget.css
author hgs
Wed, 06 Oct 2010 16:06:24 +0300
changeset 97 66b5fe3c07fd
child 98 e6f74eb7f69f
permissions -rw-r--r--
201039_01

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