Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
background-color:#D0D0D0; | background-color:#D0D0D0; | ||
padding-top:5px; | padding-top:5px; | ||
color:# | color:#000000 ; | ||
font-weight:bold; | font-weight:bold; | ||
text-align: center; | text-align: center; | ||
Line 475: | Line 475: | ||
}); | }); | ||
$("#" + exam.currentQuestion).addClass("boxed"); | $("#" + exam.currentQuestion).addClass("boxed"); | ||
$(".navPaneButton:odd").css("background-color", "# | $(".navPaneButton:odd").css("background-color", "#B0B0B0"); | ||
$(".navPaneButton").click(exam, questionNavigation); | $(".navPaneButton").click(exam, questionNavigation); | ||
questionDisplay(exam); | questionDisplay(exam); |