Skip to content

Commit

Permalink
CMS icon font cleanup pass #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Nov 18, 2014
1 parent a1f0737 commit 0594682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms/templates/import.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3 class="title">${_("Updating Course")}</h3>
</li>
<li class="item-progresspoint item-progresspoint-success has-actions is-not-started">
<span class="deco status-visual">
<i class="icon-square-o"></i>
<i class="icon-check-square-o"></i>
</span>

<div class="status-detail">
Expand Down
2 changes: 1 addition & 1 deletion cms/templates/js/publish-xblock.underscore
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var visibleToStaffOnly = visibilityState === 'staff_only';
<% if (hasExplicitStaffLock) { %>
<i class="icon-check-square-o"></i>
<% } else { %>
<i class="icon-square-o"></i>
<i class="icon-check-square-o"></i>
<% } %>
<%= gettext('Hide from students') %>
</a>
Expand Down
2 changes: 1 addition & 1 deletion cms/templates/js/staff-lock-editor.underscore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<input type="checkbox" id="staff_lock" name="staff_lock" class="input input-checkbox" />
<label for="staff_lock" class="label">
<i class="icon-check-square-o input-checkbox-checked"></i>
<i class="icon-square-o input-checkbox-unchecked"></i>
<i class="icon-check-square-o input-checkbox-unchecked"></i>
<%= gettext('Hide from students') %>
</label>

Expand Down

0 comments on commit 0594682

Please sign in to comment.