Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -11,9 +11,12 @@ |
12 | 12 | .ui-button .ui-button-text { display: block; line-height: 1.4em; } |
13 | 13 | .ui-button-text-only .ui-button-text { padding: .125em .25em; } |
14 | 14 | .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
15 | | -.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .1em 0.8em .1em 1.9em; } |
16 | | -.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .1em 1.9em .1em 0.8em; } |
17 | | -.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
| 15 | +.ui-button-text-icon-primary .ui-button-text { padding: 0.1em 0.8em 0.1em 1.9em; } |
| 16 | +.ui-button-text-icon-secondary .ui-button-text { padding: .1em 1.9em .1em 0.8em; } |
| 17 | +.ui-button-text-icons .ui-button-text { padding: 0.1em 1.9em 0.1em 1.9em; } |
| 18 | +/* for older versions of jQuery UI */ |
| 19 | +.ui-button-text-icon .ui-button-text { padding: 0.1em 0.8em 0.1em 1.9em; } |
| 20 | + |
18 | 21 | /* no icon support for input elements, provide padding by default */ |
19 | 22 | input.ui-button { padding: .4em 1em; } |
20 | 23 | |