diff --git a/public/css/main.less b/public/css/main.less index a108bfbf9f..5288731732 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -176,8 +176,8 @@ ul { font-size: 26px; } -.ten-pixel-break { - height: 10px; +.five-pixel-break { + height: 5px; } .fifteen-pixel-break { @@ -201,12 +201,12 @@ ul { .responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } -.positive-5 { - margin-top: 5px; +.positive-10 { + margin-top: 10px; } -.positive-10 { - padding-top: 10px; +.positive-15-bottom { + margin-bottom: 15px; } .positive-15 { @@ -251,6 +251,10 @@ ul { margin-top: -20px; } +.negative-bottom-margin-30 { + margin-bottom: -30px; +} + .large-p { font-size: 18px; } diff --git a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js index fdb9c84ed8..2940b20b15 100644 --- a/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js +++ b/public/js/lib/coursewares/coursewaresHCJQFramework_0.1.9.js @@ -90,7 +90,7 @@ var testResults = []; var postSuccess = function(data) { var testDoc = document.createElement("div"); $(testDoc) - .html("
style
element. Add a script
element to your page and create a $(document).ready
function within it.",
+ "Add $(document).ready(function() {
to your script
element, and then close it on the following line with });
."
],
"tests": [
- "assert(typeof $('#target').attr('disabled') === 'undefined', 'Change the disabled attribute of the \"target\" button to false');",
- "expect($('#target')).to.exist()"
+ "assert(editor.match(/