bmbrands / moodle-theme_elegance

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

Grader Report problem #123

Open emmarichardson opened 8 years ago

emmarichardson commented 8 years ago

Currently when using Right Block layout, the blocks overlap the grader report (screenshot attached). Can be fixed with following CSS: .path-grade-report-grader .gradeparent table { background:#fff; }

page-grade-report-grader-index #region-main {

width:100%; }

screen shot 2015-10-27 at 9 11 28 am
emmarichardson commented 8 years ago

I think maybe you already had the background fixed.

bmbrands commented 8 years ago

Setting the region main to 100% would push the blocks on the right down. Not sure if thats great too. Not that I know a better solution :)

bmbrands commented 8 years ago

With blocks left it works a lot better, I could ignore the user setting on this page an just push blocks left, what do you think?

emmarichardson commented 8 years ago

I think the idea of the grader report is that on smaller devices you can still see a lot of the grid. Perhaps removing the blocks would be a better solution.

nadavkav commented 8 years ago

I think the blocks should be removed, or push under the "region-main" (as done by theme Essential)

nadavkav commented 8 years ago

Or maybe have the blocks appear to the left of the content? (just on this page) and on the right in RTL mode. (like on the Aardvark theme)