Skip to content

Commit

Permalink
MDL-37352 core_grade:fixed some ajax display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis authored and danpoltawski committed Jan 21, 2013
1 parent 77ea834 commit 245d1d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grade/report/grader/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ background-color:#f3ead8;

.path-grade-report-grader .grade_icons { margin-bottom: .3em;}

.path-grade-report-grader .yui-overlay {
.path-grade-report-grader .yui3-overlay {
background-color: #FFEE69;
border-color: #D4C237 #A6982B #A6982B;
border-style: solid;
Expand All @@ -596,15 +596,15 @@ background-color:#f3ead8;
font-size: 0.7em;
}

.path-grade-report-grader .yui-overlay .fullname {
.path-grade-report-grader .yui3-overlay .fullname {
color: #5F3E00;
font-weight: bold;
}
.path-grade-report-grader .yui-overlay .itemname {
.path-grade-report-grader .yui3-overlay .itemname {
color: #194F3E;
font-weight: bold;
}
.path-grade-report-grader .yui-overlay .feedback {
.path-grade-report-grader .yui3-overlay .feedback {
color: #5F595E;
}
/* table#user-grades td */
Expand All @@ -613,7 +613,7 @@ background-color:#f3ead8;
text-align: left;
}

.path-grade-report-grader .yui-overlay a.container-close {
.path-grade-report-grader .yui3-overlay a.container-close {
margin-top: -3px;
}

Expand Down

0 comments on commit 245d1d2

Please sign in to comment.