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

Style tweaks for the new tabbed layout of the instructor tools input groups. #21

Merged

Conversation

drgrice1
Copy link

@drgrice1 drgrice1 commented Dec 1, 2023

At different window widths there is now a lot of wrapping of the input groups since we have switched back to using the bootstrap grid layout. Particularly with the latest wording changes that make some of the input group texts even longer. So this adjusts the col sizes at narrower window widths to prevent that, and allow ample room for translations that might be longer.

Make the pill buttons match the width of the scrolling record list above at all layouts, and add a small margin to give them some separation.

Add a missing row div to contain the instructor-tools-nav. In bootstrap's grid layout a col must be a direct descendent of a row div. (Hide whitespace changes to minimize the differences shown caused by this.)

Remove the col-2 on the submit buttons. Those are not direct descendents of a row div, and so should not have that class. Furthermore, the min-width set in math4.scss overrides that anyway.

Make the margin below the scrolling record list match the margin after the pill buttons for even spacing.

Fix some overly long lines.

…groups.

At different window widths there is now a lot of wrapping of the input
groups since we have switched back to using the bootstrap grid layout.
Particularly with the latest wording changes that make some of the input
group texts even longer.  So this adjusts the `col` sizes at narrower
window widths to prevent that, and allow ample room for translations
that might be longer.

Make the pill buttons match the width of the scrolling record list above
at all layouts, and add a small margin to give them some separation.

Add a missing `row` div to contain the `instructor-tools-nav`.  In
bootstrap's grid layout a `col` must be a direct descendent of a `row`
div.

Remove the `col-2` on the submit buttons.  Those are not direct
descendents of a `row` div, and so should not have that class.
Furthermore, the `min-width` set in math4.scss overrides that anyway.

Make the margin below the scrolling record list match the margin after
the pill buttons for even spacing.

Fix some overly long lines.
@Alex-Jordan Alex-Jordan merged commit b9c3656 into Alex-Jordan:instructor-tools Dec 1, 2023
1 check passed
@drgrice1 drgrice1 deleted the instructor-tools-tweaks branch December 1, 2023 12:52
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

Successfully merging this pull request may close these issues.

2 participants