phetsims / expression-exchange

"Expression Exchange" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 2 forks source link

reset all button overlaps with a checkbox #99

Closed jbphet closed 7 years ago

jbphet commented 7 years ago

While cleaning up the code for release, the width of the "My Collection" display got reduced, and ended up affecting the layout a bit. Here is what it looks like on master at the moment, and I need to remember to fix it: exex-reset-pos

jbphet commented 7 years ago

I adjusted the layout, it now looks like this (layout bounds are shown as red lines): exex-reset

jbphet commented 7 years ago

I think this works well, but it does eat up a small amount of the play area. Assigning to @amanda-phet to see if she wants to consider any last-minute layout changes instead. One idea is that the check boxes could be moved to the left of the coin term creator boxes.

amanda-phet commented 7 years ago

This solution looks good to me. Thanks for fixing the layout!