Cleanup, class added to handle lesson info. Updates for plan,source and solution. Started work on cookies and params, not functioning quite yet

This commit is contained in:
Jason White
2014-09-01 22:30:46 -04:00
parent d414d1a5e4
commit d35f5e0348
7 changed files with 318 additions and 115 deletions

View File

@ -751,6 +751,17 @@ fieldset[disabled] .btn-warning.active {
#topLinks {
float:right;
margin-right:5px;
margin-right:5px;s
margin-top:3px;
}
.lessonHelp, .lessonHelpBtn {
display: none;
}
.paramsView {
float:right;
width 50%;
margin-right:10px;
border-left:2px solid #333;
}