Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grader Report problem #123

Open
emmarichardson opened this issue Oct 27, 2015 · 6 comments
Open

Grader Report problem #123

emmarichardson opened this issue Oct 27, 2015 · 6 comments

Comments

@emmarichardson
Copy link

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
Copy link
Author

I think maybe you already had the background fixed.

@bmbrands
Copy link
Owner

bmbrands commented Nov 6, 2015

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
Copy link
Owner

bmbrands commented Nov 6, 2015

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
Copy link
Author

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
Copy link

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

@nadavkav
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants