minor changes

This commit is contained in:
10001shh
2018-07-07 00:20:24 -05:00
parent 1e23403c34
commit e49c2d1f31
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ $(document).ready( function() {
//make heading //make heading
$("table thead th:nth-child(5)").after('<th scope=col>Rating</th>'); $("table thead th:nth-child(5)").after('<th scope=col>Rating</th>');
$("table thead th:nth-child(10)").after('<th scope=col>Dist</th>'); $("table thead th:nth-child(10)").after('<th scope=col>Dist</th>');
var modhtml = '<div class=modal id=myModal><div class=modal-content><span class=close>×</span><div class=card><div class=cardcontainer><h2 class=title>Computer Fluency (C S 302)</h2><h2 class=profname>with Bruce Porter</h2></div></div><div class=card><div class=cardcontainer><h2 class=description style = "min-height: 100px;"></h2></div></div><div class=card><div class=cardcontainer><div id=chart></div></div></div></div>' var modhtml = '<div class=modal id=myModal><div class=modal-content><span class=close>×</span><div class=card><div class=cardcontainer><h2 class=title>Computer Fluency (C S 302)</h2><h2 class=profname>with Bruce Porter</h2></div></div><div class=card><div class=cardcontainer><h2 class=description></h2></div></div><div class=card><div class=cardcontainer><div id=chart></div></div></div></div>'
$("#container").prepend(modhtml); $("#container").prepend(modhtml);
//console.log(grades); //console.log(grades);

View File

@@ -32,13 +32,13 @@
.title { .title {
font-size: x-large; font-size: x-large;
font-weight: bold ; font-weight: bold ;
padding: 5px; padding-top: 5px;
margin:0px 0px 5spx 0px; margin:0px 0px 5px 0px;
} }
.description { .description {
padding: 5px; padding: 5px;
font-size: small; font-size: 14px;
font-weight: normal; font-weight: normal;
} }