Question

whats the default padding for a jquery button? tried to download and search the dev pack... :( did not fint it :(

Was it helpful?

Solution

From the stylesheet:

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

As one of the commenters mentioned, it's very easy to find this out by using the firefox plugin firebug, or by using the web inspector in Safari/Chrome

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top