more completed elesson hover improvements
This commit is contained in:
parent
e2ae17755a
commit
611420e9c4
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
}
|
||||
|
||||
.bt-content {
|
||||
height:60px;
|
||||
width:100px;
|
||||
height:115px;
|
||||
width:120px;
|
||||
background-color:#333;
|
||||
overflow:auto;
|
||||
border:1px solid #ED3618;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
= '{% } %}'
|
||||
Loading…
Reference in New Issue