fixing jQuery UI button styles for the old version of jQuery UI that is on live - still forward compatible as well
This commit is contained in:
parent
f3d4dbdf05
commit
1ab4d2ce86
1 changed files with 6 additions and 3 deletions
|
|
@ -11,9 +11,12 @@ button.ui-button-icons-only { width: 3.7em; }
|
|||
.ui-button .ui-button-text { display: block; line-height: 1.4em; }
|
||||
.ui-button-text-only .ui-button-text { padding: .125em .25em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .1em 0.8em .1em 1.9em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .1em 1.9em .1em 0.8em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
.ui-button-text-icon-primary .ui-button-text { padding: 0.1em 0.8em 0.1em 1.9em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text { padding: .1em 1.9em .1em 0.8em; }
|
||||
.ui-button-text-icons .ui-button-text { padding: 0.1em 1.9em 0.1em 1.9em; }
|
||||
/* for older versions of jQuery UI */
|
||||
.ui-button-text-icon .ui-button-text { padding: 0.1em 0.8em 0.1em 1.9em; }
|
||||
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue