Skip to content
Snippets Groups Projects
Commit b23f17db authored by Frances Botsford's avatar Frances Botsford Committed by Andy Armstrong
Browse files

removed commented out lines

parent 07c54dcb
No related merge requests found
......@@ -40,11 +40,6 @@
vertical-align: top;
}
}
// UI: xblock render
.xblock-render {
// @extend %anim-fadeIn;
}
}
// ====================
......@@ -68,10 +63,6 @@
width: $baseline;
}
&.collapsed .xblock-render {
//display: none;
}
.action-view {
.action-button {
......
......@@ -45,8 +45,7 @@ require(["jquery", "jquery.leanModal", "codemirror/stex"], function($) {
$('#hls-trig-${hlskey}').click(function() {
## this ought to be done using css instead
// hlsmodal.attr('style', function(i,s) { return s + ' margin-left:0px !important; left:5%' });
## 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;'});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment