View Single Post
guillermorojaz's Avatar
Posts: 283 | Thanked: 102 times | Joined on Jan 2012 @ VENEZUELA
#2017
Hi Schturman.

I started playing with the meegotouchhome.css
I delete the diameter of the gradient line.


Code:
MWidgetStyle#Gradient {
background-image: gradient;
minimum-size: 100% 1mm;
preferred-size: 100% 1mm;
maximum-size: 100% 1mm;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
Code:
MWidgetStyle#Gradient {
    background-image: gradient;
    minimum-size: 0 0;
    preferred-size: 0 0;
    maximum-size: 0 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
Attached Images
  

Last edited by guillermorojaz; 2012-08-08 at 17:46.