Skip to content

Commit

Permalink
Merge pull request #25 from harvard-canvas-branding/task/elliottyates…
Browse files Browse the repository at this point in the history
…/tlt-2664/course_selection_style_updates

tlt-2664: course selection styling updates
  • Loading branch information
elliottyates authored Aug 15, 2016
2 parents e1c28ee + 0dc6dde commit 1aebf44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
12 changes: 0 additions & 12 deletions css/shop.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
text-align: left;
}

#course-shopping p.participate-text{ font-size: 16px; }

.tltmsg{
display: inline-block;
width: 92%;
Expand All @@ -31,16 +29,6 @@
padding: 0.5em 2%;
}

.tltmsg-shop{
background: #f2f2f2;
border: solid 1px #d0d0d0;
font-size: 16px;
}

.tltmsg-shop em{
font-size: 12px;
}

.selection-disabled{
color: #D8D8D8;
}
Expand Down
7 changes: 3 additions & 4 deletions js/shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ var huCourseSelection = (function (){
var tooltip_link = '<a data-tooltip title="' + data_tooltip + '" target="_blank" href="' +
course_selection_help_doc_url + '"><i class="icon-question"></i></a>';

var no_user_canvas_login = '<div class="tltmsg tltmsg-shop">' +
'<p class="participate-text">Students: <a href="'+login_url+'">login</a> ' +
'to get more access during course selection <span class="text-nowrap">' +
'period. ' + tooltip_link + '</span></p></div>';
var no_user_canvas_login = '<h1>Students: <a href="'+login_url+'">login</a>' +
' to get more access during course selection <span class="text-nowrap">' +
'period. ' + tooltip_link + '</span></h1></div>';

/**
* Return the user id from the api data
Expand Down

0 comments on commit 1aebf44

Please sign in to comment.