2 ----------------------------------*/
4 .ui-button { display: inline-block
; position: relative
; padding: 0; margin-right: .1em; text-decoration: none
!important
; cursor: pointer
; text-align: center
; zoom: 1; overflow: visible
; } /* the overflow property removes extra width in IE */
5 .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
6 button
.ui-button-icon-only
{ width: 2.4em; } /* button elements seem to need a little more width */
7 .ui-button-icons-only { width: 3.4em; }
8 button
.ui-button-icons-only
{ width: 3.7em; }
10 /*button text element */
11 .ui-button .ui-button-text { display: block
; line-height: 1.4em; }
12 .ui-button-text-only .ui-button-text { padding: 0.3em 1em 0.25em 1em; }
13 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.3em; text-indent: -9999999px; }
14 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.3em 1em 0.25em 2.1em; }
15 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: 0.3em 2.1em 0.25em 1em; }
16 .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
17 /* for older versions of jQuery UI */
18 .ui-button-text-icon .ui-button-text { padding: 0.3em 1em 0.3em 2.1em; }
20 /* no icon support for input elements, provide padding by default */
21 input
.ui-button
{ padding: 0.3em 1em; }
23 /*button icon element(s) */
24 .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-icons-only .ui-icon { position: absolute
; top: 50%; margin-top: -9px; }
25 .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
26 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: 0.5em; }
27 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icon .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; }
30 .ui-buttonset { margin-right: 7px; }
31 .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
34 button
.ui-button::-moz-focus-inner
{ border: 0; padding: 0; } /* reset extra padding in Firefox */
37 -moz-border-radius: 4px;
38 -webkit-border-radius: 4px;
40 margin: 0.5em 0 0.5em 0.4em !important
;
41 border: 1px solid
#a6a6a6 !important
;
43 background: #f2f2f2 url
(images
/button-off
.png
) repeat-x scroll
50% 100% !important
;
50 body
.ui-button:hover
{
51 border-color: #6e7273;
53 background: #e1e1e1 url
(images
/button-over
.png
) repeat-x scroll
50% 100% !important
;
55 body
.ui-button:active
,
56 body
.ui-button:focus
{
57 border-color: #707271;
59 background: #bfbfbf url
(images
/button-down
.png
) repeat-x scroll
50% 100% !important
;
61 body
.ui-button
.disabled
{
63 border-color: #cccccc;
65 background: #f2f2f2 url
(images
/button-disabled
.png
) repeat-x scroll
50% 100% !important
;
67 /* Disables the annoying dashed border Firefox puts on active buttons */
68 body button
.ui-button::-moz-focus-inner
{
71 /* Give large buttons some extra padding */
72 body
.ui-button-large
{
75 /* Use white icons for colored buttons */
76 .ui-button-green .ui-icon, .ui-button-blue .ui-icon, .ui-button-red .ui-icon, .ui-button-orange .ui-icon {
78 background-image: url
(images
/ui-icons_ffffff_256x240
.png
) !important
;
83 body
.ui-button
.ui-button-green
{
84 color: white
!important
;
85 border-color: #97af7e !important
;
87 background: #3cb677 url
(images
/button-green
.png
) repeat-x scroll
50% 100% !important
;
89 body
.ui-button
.ui-button-green:hover
{
90 border-color: #778e61 !important
;
92 background: #339b65 url
(images
/button-green-hover
.png
) repeat-x scroll
50% 100% !important
;
94 body
.ui-button
.ui-button-green
.ui-button-large
{
96 background: #3cb677 url
(images
/button-green-large
.png
) repeat-x scroll
50% 100% !important
;
98 body
.ui-button
.ui-button-green
.ui-button-large:hover
{
100 background: #339b65 url
(images
/button-green-hover-large
.png
) repeat-x scroll
50% 100% !important
;
102 body
.ui-button
.ui-button-green
.disabled
{
103 filter:alpha
(opacity
=50);
105 -khtml-opacity: 0.50;
111 body
.ui-button
.ui-button-blue
{
112 color: white
!important
;
113 border-color: #628acb !important
;
115 background: #3365ba url
(images
/button-blue
.png
) repeat-x scroll
50% 100% !important
;
117 body
.ui-button
.ui-button-blue:hover
{
118 border-color: #5375ad !important
;
120 background: #2b569e url
(images
/button-blue-hover
.png
) repeat-x scroll
50% 100% !important
;
122 body
.ui-button
.ui-button-blue
.ui-button-large
{
124 background: #3365ba url
(images
/button-blue-large
.png
) repeat-x scroll
50% 100% !important
;
126 body
.ui-button
.ui-button-blue
.ui-button-large:hover
{
128 background: #2b569e url
(images
/button-blue-hover-large
.png
) repeat-x scroll
50% 100% !important
;
130 body
.ui-button
.ui-button-blue
.disabled
{
131 filter:alpha
(opacity
=50);
133 -khtml-opacity: 0.50;
139 body
.ui-button
.ui-button-red
{
140 color: white
!important
;
141 border-color: #af977e !important
;
143 background: #cb0000 url
(images
/button-red
.png
) repeat-x scroll
50% 100% !important
;
145 body
.ui-button
.ui-button-red:hover
{
146 border-color: #8e7761 !important
;
148 background: #ad0000 url
(images
/button-red-hover
.png
) repeat-x scroll
50% 100% !important
;
150 body
.ui-button
.ui-button-red
.ui-button-large
{
152 background: #cb0000 url
(images
/button-red
.png
) repeat-x scroll
50% 100% !important
;
154 body
.ui-button
.ui-button-red
.ui-button-large:hover
{
156 background: #ad0000 url
(images
/button-red-hover
.png
) repeat-x scroll
50% 100% !important
;
158 body
.ui-button
.ui-button-red
.disabled
{
159 filter:alpha
(opacity
=50);
161 -khtml-opacity: 0.50;
167 body
.ui-button
.ui-button-orange
{
168 color: white
!important
;
169 border-color: #f3a863 !important
;
171 background: #f07f14 url
(images
/button-orange
.png
) repeat-x scroll
50% 100% !important
;
173 body
.ui-button
.ui-button-orange:hover
{
174 border-color: #ce9055 !important
;
176 background: #cc6c11 url
(images
/button-orange-hover
.png
) repeat-x scroll
50% 100% !important
;
178 body
.ui-button
.ui-button-orange
.ui-button-large
{
180 background: #f07f14 url
(images
/button-orange-large
.png
) repeat-x scroll
50% 100% !important
;
182 body
.ui-button
.ui-button-orange
.ui-button-large:hover
{
184 background: #cc6c11 url
(images
/button-orange-hover-large
.png
) repeat-x scroll
50% 100% !important
;
186 body
.ui-button
.ui-button-orange
.disabled
{
187 filter:alpha
(opacity
=50);
189 -khtml-opacity: 0.50;