First serious problem I've found was using jQuery original "timepickr" plugin. The plugin lets the user choose a time in form very quickly. When I tried to apply it, the cell elements appeared too separated from themselves.
Using firebug to debug the CSS classes, I found a very simple solution: declare a new class for that.
.ui-timepickr li {
margin-left:0px;
}
For each element
No comments:
Post a Comment