Skip to content

Commit

Permalink
SAK-40756 Gradebook: fixed missing icons for due date on GB item add …
Browse files Browse the repository at this point in the history
…or edit modal (sakaiproject#6158)
  • Loading branch information
fostersdesign authored and steveswinsburg committed Oct 17, 2018
1 parent b8e7c42 commit 792a29a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gradebookng/tool/src/webapp/styles/gradebook-grades.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@ div.wicket-modal div.w_content_container > div > form > h2:first-child {
margin: 0 0 20px;
border-bottom: 1px solid #EEE;
}
/* override Bootstrap for the date picker */
div.wicket-modal div.w_content_container .input-group-btn button {
font-size: 12px;
height: 30px;
}
div.wicket-modal div.w_content_container .input-group-btn button > .glyphicon {
top: -1px;
}

div.wicket-modal .w_topLeft,
div.wicket-modal .w_top,
div.wicket-modal .w_topRight,
Expand Down

0 comments on commit 792a29a

Please sign in to comment.