// add upload and download process icons

This commit is contained in:
Kevin Granger
2013-12-11 17:46:29 +01:00
parent bbf2899311
commit 569c75f111
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -580,9 +580,9 @@ a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before,
.icon-exchange:before, .bootstrap .process-icon-partial_refund:before { content: "\f0ec"; }
.icon-cloud-download:before, .bootstrap .process-icon-export:before { content: "\f0ed"; }
.icon-cloud-download:before, .bootstrap .process-icon-export:before, .bootstrap .process-icon-download:before { content: "\f0ed"; }
.icon-cloud-upload:before, .bootstrap .process-icon-import:before { content: "\f0ee"; }
.icon-cloud-upload:before, .bootstrap .process-icon-import:before, .bootstrap .process-icon-upload:before { content: "\f0ee"; }
.icon-user-md:before { content: "\f0f0"; }