CRM-16259 Add recordPartialPayment function and test.
[civicrm-core.git] / css / crm-i.css
CommitLineData
a2c70872
AH
1/* Direct copy of .fa from font-awesome.css
2This is separate to avoid conflict with a site theme's implementation of FA. It
3is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
b125dcff 4.ui-icon[class*=" fa-"],
3c590042 5.crm-container a.helpicon,
10e8c74f 6.crm-container .replace-plain:before,
a2c70872
AH
7.crm-i {
8 display: inline-block;
9 font: normal normal normal 14px/1 FontAwesome;
10 font-size: inherit;
11 text-rendering: auto;
12 -webkit-font-smoothing: antialiased;
13 -moz-osx-font-smoothing: grayscale;
14 transform: translate(0, 0);
15}
b125dcff 16
972bd897
AH
17i.crm-i {
18 font-style: normal;
19}
20
b125dcff
AH
21/* Have FA handle jQuery UI icons */
22
23.ui-icon[class*=" fa-"] {
972bd897
AH
24 /* Remove the jQuery UI Icon */
25 background: none repeat scroll 0 0 transparent !important;
26 /* Remove the jQuery UI Text Indent */
27 text-indent: 0;
28 /* Bump it up - jQuery UI is -8px */
29 margin-top: -0.5em;
b125dcff
AH
30}
31
32/* Allow use of icon-large to be properly aligned */
33.ui-icon.icon-large {
972bd897 34 margin-top: -0.75em;
b125dcff
AH
35}
36
37.ui-button-icon-only .ui-icon[class*=" fa-"] {
972bd897
AH
38 /* Bump it - jQuery UI is -8px */
39 margin-left: -7px;
b125dcff 40}