Commit 233aba74 by Sarina Canelake

Merge pull request #8222 from Stanford-Online/giulio/font-awesome-icon-names

BUGFIX: CCX Font Awesome icon name fixes
parents 32ab544b cd76b405
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<tr> <tr>
<td>${member.student}</td> <td>${member.student}</td>
<td>${member.student.email}</td> <td>${member.student.email}</td>
<td><div class="revoke"><i class="icon-remove-sign"></i> Revoke access</div></td> <td><div class="revoke"><i class="fa fa-times-circle"></i> Revoke access</div></td>
</tr> </tr>
%endfor %endfor
</tbody> </tbody>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div id="warn-coach" class="wrapper-msg urgency-high warning"> <div id="warn-coach" class="wrapper-msg urgency-high warning">
<div class="msg"> <div class="msg">
<i class="msg-icon icon-warning-sign"></i> <i class="msg-icon fa fa-warning"></i>
<div class="msg-content"> <div class="msg-content">
<h3 class="title">${_("WARNING")}</h3> <h3 class="title">${_("WARNING")}</h3>
<div class="copy"> <div class="copy">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment