michalgm / state_dem

Oil Change International State DEM Project
1 stars 0 forks source link

Layout Issues in FF #126

Closed michalgm closed 10 years ago

michalgm commented 10 years ago

Still some issues in FF (at least in linux) - lists pane is floating in middle of screen, and graph div is being pushed down below bottom of screen.

screenshot from 2013-12-12 14 23 56

michalgm commented 10 years ago

screenshot from 2013-12-12 14 26 28

stanleyjones commented 10 years ago

Definitely not like that in OSX/FF 25.0.1. screen shot 2013-12-12 at 2 35 31 pm

stanleyjones commented 10 years ago

See if that last commit helped.

My cross-browser testing solution unfortunately is Mac, Windows, and mobile devices... No Linux. :(

michalgm commented 10 years ago

Holy crap - this is related to pesky issue #9! That line extending beyond the dropdowns is flowing over into the content div, pushing the lists div to the right. If I hide the dropdowns, it moves back. I'll see what I can figure out...

On 12/12/2013 02:39 PM, Stanley Jones wrote:

See if that last commit helped.

— Reply to this email directly or view it on GitHub https://github.com/michalgm/state_dem/issues/126#issuecomment-30469447.

michalgm commented 10 years ago

Ok - setting overflow:hidden on #graphoptions fixes both issues. Will that break anything? I'd commit, but it's in style.min.css.

On 12/12/2013 02:39 PM, Stanley Jones wrote:

See if that last commit helped.

— Reply to this email directly or view it on GitHub https://github.com/michalgm/state_dem/issues/126#issuecomment-30469447.

stanleyjones commented 10 years ago

Autosuggests in the search field?

michalgm commented 10 years ago

Ok - I just pushed a commit that seems to fix it. I ended up wrapping the options in container div. I think the only thing that I changed that may have been siginficant was to set the navbar to text-align: left rather than center - should that break anything?

On 12/12/2013 03:03 PM, Stanley Jones wrote:

Autosuggests in the search field?

— Reply to this email directly or view it on GitHub https://github.com/michalgm/state_dem/issues/126#issuecomment-30471240.

michalgm commented 10 years ago

fixed