OpenSprinkler Forums OpenSprinkler Mobile and Web App Mobile Web App with Screenshots (Updated) Re: Re: Mobile Web App with Screenshots (Updated)

#24330

charvel
Member

Thank you Samer for the upgrading jQuery Mobile 1.4. It is working well now. One issue I have just found: when the weather icon is moon or something like similar then this does not fit perfectly in the box. My suggestion is to add 5 px margin in main.css file.

.wicon {
vertical-align: middle;
display: inline-block;
width: 150px; height: 150px;
margin: -35px -10px -25px -25px;
background: url(../img/weather-icons-sprite.png);
}