Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 56: | Line 56: | ||
} | } | ||
.navPaneButton{ | .navPaneButton{ | ||
height: | height:20px; | ||
background-color:# | 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", "#3338CC"); | $(".navPaneButton:odd").css("background-color", "#3338CC"); | ||
$(".navPaneButton:odd").css("background-color", "#B0B0B0"); | |||
questionDisplay(exam); | questionDisplay(exam); | ||
} | } |