bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

CSS suggestion #13

Closed adamtong1110 closed 10 years ago

adamtong1110 commented 10 years ago

For the grader report, there is a little bit alignment problem, can be fixed by: td.fixedcolumn.cell.topleft.cell.c0.lastcol, tr.heading.r1, th#studentheader{ box-sizing: inherit; }

The front page side bar beside the marketing spots, the "overflow-y" should be "auto".

block-region-side-middle .block .content {

max-height:100% overflow-y: auto; }

adamtong1110 commented 10 years ago

The first problem in grader report is like:

screen shot 2014-06-01 at 4 00 35 pm

thedannywahl commented 10 years ago

I can't seem to replicate this issue. the grader looks fine on my dev site. Is this still an issue?

adamtong1110 commented 10 years ago

yes, still issue in my moodle. but maybe it is due to removal of the email column in the report?

thedannywahl commented 10 years ago

overflow y is already fixed in master

thedannywahl commented 10 years ago

I'm going to close this as "won't fix" because this is a Moodle core issue. Please file a bug on the Moodle tracker (http://tracker.moodle.org/) if one doesn't exist yet.