Skip to content

Commit

Permalink
Merge pull request sakaiproject#2312 from clhedrick/LSNBLDR-614
Browse files Browse the repository at this point in the history
LSNBLDR-613; need spacing at top of grading panes
  • Loading branch information
clhedrick committed Apr 21, 2016
2 parents ec63ec0 + 43afdaf commit de796a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
max-width:100%;
}

.gradingPane {
padding-top: 20px;
padding-left: 10px;
}

.title-tools h2{
padding-top: 0px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<script type="text/javascript" language="JavaScript" src="../js/commentGrading.js"></script>
<script type="text/javascript" language="JavaScript" src="../js/gradingAjax.js"></script>

<div class="gradingPane">
<a href="#" rsf:id="back-link"></a>

<br />
Expand Down Expand Up @@ -108,5 +109,6 @@ <h2 rsf:id="page-header"></h2>
// a real function call with real values which come from the
// "emitJavascriptCall" method will be placed here by RSF
</script>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<script type="text/javascript" language="JavaScript" src="../js/questionGrading.js"></script>
<script type="text/javascript" language="JavaScript" src="../js/gradingAjax.js"></script>

<div class="gradingPane">

<a href="#" rsf:id="back-link"></a>

<br />
Expand Down Expand Up @@ -93,5 +95,6 @@ <h2 rsf:id="page-header"></h2>
// a real function call with real values which come from the
// "emitJavascriptCall" method will be placed here by RSF
</script>
</div>
</body>
</html>

0 comments on commit de796a7

Please sign in to comment.