diff --git a/css/styles.css b/css/styles.css index b9ef6c7a..4230369e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -181,6 +181,10 @@ margin-top: 10px; } +#semesters:focus { + outline: 0; +} + @-webkit-keyframes fadein { from { bottom: 0; diff --git a/js/content.js b/js/content.js index f37fcd3a..3e921aff 100644 --- a/js/content.js +++ b/js/content.js @@ -57,7 +57,7 @@ $(function () {
-
@@ -377,7 +377,7 @@ function getDistribution(sem) { /*Open the modal and show all the data*/ function openDialog(dep, cls, sem, professor, res) { - $("#myModal").fadeIn(fadetime); + $("#myModal").scrollTop(0); //initial text on the "save course button" @@ -557,11 +557,10 @@ function setChart(data) { }, function (chart) { // on complete if (data.length == 0) { //if no data, then show the message and hide the series - chart.renderer.text('Could not find distribution for this Instructor teaching this Course.', 100, 120) + chart.renderer.text('Could not find data for this Instructor teaching this Course.', 100, 120) .css({ fontSize: '20px', align: 'center', - width: '300px', left: '160px' }) .add();