diff --git a/web/app/assets/javascripts/jquery.lessonSessionActions.js b/web/app/assets/javascripts/jquery.lessonSessionActions.js index 86859618e..8aeb92464 100644 --- a/web/app/assets/javascripts/jquery.lessonSessionActions.js +++ b/web/app/assets/javascripts/jquery.lessonSessionActions.js @@ -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) { diff --git a/web/app/assets/stylesheets/client/lessonSessionActions.css.scss b/web/app/assets/stylesheets/client/lessonSessionActions.css.scss index 3fcda18b8..e5e4c40d9 100644 --- a/web/app/assets/stylesheets/client/lessonSessionActions.css.scss +++ b/web/app/assets/stylesheets/client/lessonSessionActions.css.scss @@ -29,8 +29,8 @@ } .bt-content { - height:60px; - width:100px; + height:115px; + width:120px; background-color:#333; overflow:auto; border:1px solid #ED3618; diff --git a/web/app/views/clients/_lessonSessionActions.html.slim b/web/app/views/clients/_lessonSessionActions.html.slim index 36dc63dc2..7fcc710c4 100644 --- a/web/app/views/clients/_lessonSessionActions.html.slim +++ b/web/app/views/clients/_lessonSessionActions.html.slim @@ -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 = '{% } %}' \ No newline at end of file