addressing review feedback

This commit is contained in:
Frances Botsford
2014-04-09 16:26:29 -04:00
parent 2bf64d76d7
commit df0973e771
7 changed files with 35 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ require(["jquery", "jquery.leanModal", "codemirror/stex"], function($) {
## cannot do this with css or it gets overwritten
var editorH = $( window ).height() - 100;
var editorW = $( window ).innerWidth() - 70;
hlsmodal.attr('style', function(i,s) { return s + 'margin: 2% 0 0 10% !important; left:0; height:' + editorH + 'px;'});
hlsmodal.attr('style', function(i,s) { return s + 'margin: 2% 0 0 10% !important; left:10%; height:' + editorH + 'px;'});
## setup file input
## need to insert this only after hls triggered, because otherwise it