removed edit-dialog and uploads css, changed component edit icon to pencil, small css fixes

This commit is contained in:
Frances Botsford
2014-04-02 13:41:19 -04:00
committed by Andy Armstrong
parent 636fa19033
commit ee42902ee6
10 changed files with 16 additions and 357 deletions

View File

@@ -15,7 +15,7 @@
% if not xblock_context['read_only']:
<li class="action-item action-edit">
<a href="#" class="edit-button action-button">
<i class="icon-edit"></i>
<i class="icon-pencil"></i>
<span class="action-button-text">${_("Edit")}</span>
</a>
</li>