PresConsUIUC / PSAP

Home of the Preservation Self-Assessment Program application.
https://psap.library.illinois.edu/
Other
4 stars 1 forks source link

Media query / Left nav bar discrepancy (FIDG) #307

Closed rnedge closed 9 years ago

rnedge commented 9 years ago

In the FIDG, the left nav bar reaches into page content when the browser window is scale below ~985px

screen shot 2015-06-15 at 2 04 51 pm

rnedge commented 9 years ago

Now having a different, but more persistent issue: at ~670px wide: screen shot 2015-06-18 at 10 59 21 am

at ~920px wide: screen shot 2015-06-18 at 10 59 38 am

adolski commented 9 years ago

1 is expected behavior - the columns use the col-sm-3 and col-sm-9 bootstrap classes.

I can't reproduce #2 in Chrome, Safari, or Firefox. What browser/OS is this happening in?

rnedge commented 9 years ago

2 is happening in Firefox (38.0.1) and OS X 10.9.5

adolski commented 9 years ago

I think it's just your setup. Otherwise, probably processes running slowly due to weak power supply.

Try this:

  1. bundle exec rake assets:clobber
  2. restart bin/rails server
  3. clear browser cache
  4. shift+reload the page

If that doesn't work, try the usual update rigamarole (git pull etc.).

rnedge commented 9 years ago

Excellent. Gotta be that weak power supply. Or that internet bill. Been hearing a lot about these roving internet shortages today...

It's all good now, having cleared the cache.