Skip to content

Commit

Permalink
Bug #9, And more CleanPrint fixes [LACE][iet:3377484]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed May 21, 2015
1 parent fc49176 commit 31d4ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/iet-custom-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ a[href] .el-icon-user {
TODO: Inject author-name in quiz..
*/

.entry-title {
.trickytopic-juxtalearn-net .entry-title {
width: 90%;
}
button.jxl-print {
Expand Down
2 changes: 1 addition & 1 deletion js/lace-javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jQuery(function ($) {
$(cleanprint_include_sel).addClass("cleanprint-include");

$(".oer-chart-loading").first().after(
"<p class='x-cleanprint-diagram-warn cleanprint-include'>[ Diagrams/ maps may not print or export well. Sorry! ]</p>");
"<p class='lace-cleanprint-diagram-warn cleanprint-include'>[ Diagrams/ maps may not print or export well. Sorry! ]</p>");

$cleanprint_bn_wrap = $(".lace-cleanprint-buttons"); //$("a[ onclick ^= WpCpCleanPrint ]").parent();
$cleanprint_bn_wrap.find("a[onclick]").attr("role", "button");
Expand Down

0 comments on commit 31d4ce3

Please sign in to comment.