checking in 7 major world currencies. #940

This commit is contained in:
davegandy 2013-05-18 22:50:45 -04:00
parent 24dd7e1b80
commit fcdf2c0a20
5 changed files with 121 additions and 0 deletions

View File

@ -1272,6 +1272,27 @@ ul.icons-ul > li .icon-li {
.icon-expand:before {
content: "\f152";
}
.icon-eur:before {
content: "\f153";
}
.icon-gbp:before {
content: "\f154";
}
.icon-usd:before {
content: "\f155";
}
.icon-inr:before {
content: "\f156";
}
.icon-jpy:before {
content: "\f157";
}
.icon-cny:before {
content: "\f158";
}
.icon-krw:before {
content: "\f159";
}
.icon-power-off:before {
content: "\f011";
}
@ -1296,3 +1317,21 @@ ul.icons-ul > li .icon-li {
.icon-paperclip:before {
content: "\f0c6";
}
.icon-euro:before {
content: "\f153";
}
.icon-dollar:before {
content: "\f155";
}
.icon-rupee:before {
content: "\f156";
}
.icon-yen:before {
content: "\f157";
}
.icon-renminbi:before {
content: "\f158";
}
.icon-won:before {
content: "\f159";
}

View File

@ -329,6 +329,14 @@
.icon-collapse:before { content: @icon-collapse; }
.icon-collapse-top:before { content: @icon-collapse-top; }
.icon-expand:before { content: @icon-expand; }
.icon-eur:before { content: @icon-eur; }
.icon-gbp:before { content: @icon-gbp; }
.icon-usd:before { content: @icon-usd; }
.icon-inr:before { content: @icon-inr; }
.icon-jpy:before { content: @icon-jpy; }
.icon-cny:before { content: @icon-cny; }
.icon-krw:before { content: @icon-krw; }
// aliases
@ -340,3 +348,9 @@
.icon-star-half-full:before { content: @icon-star-half-empty; }
.icon-unchecked:before { content: @icon-check-empty; }
.icon-paperclip:before { content: @icon-paper-clip; }
.icon-euro:before { content: @icon-eur; }
.icon-dollar:before { content: @icon-usd; }
.icon-rupee:before { content: @icon-inr; }
.icon-yen:before { content: @icon-jpy; }
.icon-renminbi:before { content: @icon-cny; }
.icon-won:before { content: @icon-krw; }

View File

@ -338,3 +338,10 @@
@icon-collapse: "\f150";
@icon-collapse-top: "\f151";
@icon-expand: "\f152";
@icon-eur: "\f153";
@icon-gbp: "\f154";
@icon-usd: "\f155";
@icon-inr: "\f156";
@icon-jpy: "\f157";
@icon-cny: "\f158";
@icon-krw: "\f159";

View File

@ -2179,3 +2179,64 @@ icons:
created: 3.2.0
categories:
- Web Application Icons
- name: Euro (EUR)
id: eur
unicode: f153
created: 3.2.0
aliases:
- euro
categories:
- Web Application Icons
- name: GBP
id: gbp
unicode: f154
created: 3.2.0
categories:
- Web Application Icons
- name: US Dollar
id: usd
unicode: f155
created: 3.2.0
aliases:
- dollar
categories:
- Web Application Icons
- name: Indian Rupee (INR)
id: inr
unicode: f156
created: 3.2.0
aliases:
- rupee
categories:
- Web Application Icons
- name: Japanese Yen (JPY)
id: jpy
unicode: f157
created: 3.2.0
aliases:
- yen
categories:
- Web Application Icons
- name: Renminbi (CNY)
id: cny
unicode: f158
created: 3.2.0
aliases:
- renminbi
categories:
- Web Application Icons
- name: Korean Won (KRW)
id: krw
unicode: f159
created: 3.2.0
aliases:
- won
categories:
- Web Application Icons