Widget:UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.cell{ | .cell | ||
{ background:#C7DDEE none repeat-x scroll center left; color:#000; padding:7px 15px; } | |||
.header { background:#7CB8E2 url(http://www.jankoatwarpspeed.com/wp-content/uploads/examples/expandable-rows/header_bkg.png) repeat-x scroll center left; color:#fff; padding:7px 15px; text-align:left;} | |||
} | |||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 67: | Line 63: | ||
</script> | </script> | ||
<div id="metrics"></div> | <div id="metrics"> | ||
<div id="header"> | |||
<span class="header">Exam ID</span><span class="header">Date started</span><span class="header">Performance</span><span class="header">Date Finished</span><span class="header">Exam Type</span> | |||
</div> | |||
</div> | |||
</includeonly> | </includeonly> |