Style and behavior changes to the header and tooltips.
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<div class="annotatable-wrapper" id="${element_id}-wrapper">
|
||||
<div class="annotatable-header">
|
||||
<div class="annotatable-help-icon"></div>
|
||||
% if display_name is not UNDEFINED and display_name is not None:
|
||||
<div class="annotatable-title">${display_name} </div>
|
||||
% endif
|
||||
<div class="annotatable-description">Annotated Reading + Guided Discussion</div>
|
||||
<a href="javascript:void(0)" class="annotatable-toggle">Hide Annotations</a>
|
||||
<div class="annotatable-description">
|
||||
<div class="annotatable-help-icon"></div>
|
||||
Annotated Reading + Guided Discussion<br/>
|
||||
<a href="javascript:void(0)" class="annotatable-toggle">Hide Annotations</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="annotatable-content">
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<div class="annotatable-discussion" data-discussion-id="${discussion_id}">
|
||||
<div class="annotatable-icon"> </div>
|
||||
<span class="annotatable-discussion-label">Guided Discussion: </span>
|
||||
<span class="annotatable-discussion-thread">${discussion_title}</span>
|
||||
<a class="annotatable-show-discussion" href="javascript:void(0);">Show Discussion</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user