View Single Post
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6064
I did reinstall Coderus System UI (T-3-1-1-0). Then installed Battery line and Network speed. Also did dpkg -i /opt/N9QTweak/Toggles/netspeed*
Result: My statusbar's clock disappeared and statusarea.css went broken.
For example a small section:
Code:
ClockStyle {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
1
    short-remove-am-pm-indicator: false;
    horizontal-align: left;
}
ClockStyle:twelve-hour {
2
    short-remove-am-pm-indicator: true;
}
MLabelStyle#StatusAreaLandscapeClockLabel {
    font: $FONT_SMALL;
5
    margin-left: 0.6mm;
    margin-right: 0;
    margin-top: 0;
I can fix that, but why did it do that?