View Single Post
guillermorojaz's Avatar
Posts: 283 | Thanked: 102 times | Joined on Jan 2012 @ VENEZUELA
#2034
I did the same with the statusarea.css

Code:
   
MLabelStyle#StatusIndicatorLabel {
    font: $FONT_SMALL;
    color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    maximum-size: 30.0mm -1;
}

  

MLabelStyle#StatusIndicatorLabel {
    font: $FONT_SMALL;
    color: #FFFFF;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    maximum-size: 0 -1 
}
Attached Files
File Type: zip statusarea.zip (4.2 KB, 108 views)