Skip to content

Commit

Permalink
MDL-41688 gradebook: Improved grading layout on bootstrapbase themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Jan 20, 2014
1 parent f05e25d commit fb95da6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions grade/report/grader/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ table#user-grades .userpic {
}
table#user-grades .quickfeedback {
border: 1px dashed #000;
width: auto;
margin: 0;
padding: 0;
margin-left: 10px;
}
.dir-rtl table#user-grades .quickfeedback {
Expand Down Expand Up @@ -240,8 +243,9 @@ table#user-grades th.courseitem,
border-style: solid;
border-width: 0 1px 1px;
}
.path-grade-report-grader table td.topleft {
border-bottom: 0;
.path-grade-report-grader .left_scroller table td.topleft {
background-color: #fff;
border-bottom-color: #cecece;
}
table#user-grades td.topleft {
background-color: #fff;
Expand Down Expand Up @@ -287,6 +291,9 @@ table#user-grades td.topleft {
}
.path-grade-report-grader td input.text {
border: 1px solid #666;
width: auto;
margin: 0;
padding: 0;
}
.path-grade-report-grader td input.submit {
margin: 10px 10px 0px 10px;
Expand Down Expand Up @@ -508,6 +515,9 @@ table#user-grades td.controls,
.path-grade-report-grader .grade_icons {
margin-bottom: .3em;
}
.path-grade-report-grader tr.controls .grade_icons {
margin-bottom: 0;
}
.path-grade-report-grader .yui3-overlay {
background-color: #FFEE69;
border-color: #D4C237 #A6982B #A6982B;
Expand Down

0 comments on commit fb95da6

Please sign in to comment.