annotate jquery-ui/development-bundle/themes/ui-lightness/jquery.ui.button.css @ 0:b2e4605f20b2

beta version
author dwinter
date Thu, 30 Jun 2011 09:07:49 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
1 /*
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
2 * jQuery UI Button 1.8.11
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
3 *
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
4 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
5 * Dual licensed under the MIT or GPL Version 2 licenses.
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
6 * http://jquery.org/license
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
7 *
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
8 * http://docs.jquery.com/UI/Button#theming
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
9 */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
10 .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 */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
11 .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
12 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
13 .ui-button-icons-only { width: 3.4em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
14 button.ui-button-icons-only { width: 3.7em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
15
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
16 /*button text element */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
17 .ui-button .ui-button-text { display: block; line-height: 1.4; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
18 .ui-button-text-only .ui-button-text { padding: .4em 1em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
19 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
20 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
21 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
22 .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
23 /* no icon support for input elements, provide padding by default */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
24 input.ui-button { padding: .4em 1em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
25
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
26 /*button icon element(s) */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
27 .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-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
28 .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
29 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
30 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
31 .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
32
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
33 /*button sets*/
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
34 .ui-buttonset { margin-right: 7px; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
35 .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
36
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
37 /* workarounds */
b2e4605f20b2 beta version
dwinter
parents:
diff changeset
38 button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */