more completed elesson hover improvements

This commit is contained in:
Seth Call 2016-07-09 13:51:44 -05:00
parent e2ae17755a
commit 611420e9c4
3 changed files with 12 additions and 3 deletions

View File

@ -50,7 +50,7 @@
var html = context._.template($('#template-lesson-session-actions').html(), options, { variable: 'data' })
var extraClasses = ' '
var width = 100;
var width = 120;
var otherOverlap = 22;
if (options.attachments_only) {

View File

@ -29,8 +29,8 @@
}
.bt-content {
height:60px;
width:100px;
height:115px;
width:120px;
background-color:#333;
overflow:auto;
border:1px solid #ED3618;

View File

@ -77,4 +77,13 @@ script type='text/template' id='template-lesson-session-actions'
li data-lesson-option="messages"
a href='#' Attach Message
li data-lesson-option="attach-recording"
a href='#' Attach Recording
li data-lesson-option="attach-notation"
a href='#' Attach Notation File
li data-lesson-option="attach-audio"
a href='#' Attach Audio File
= '{% } %}'