vertmac / designmodo-startup_framework-rails

A gem to integrate designmodo Startup Framework in Rails
BSD 2-Clause "Simplified" License
36 stars 5 forks source link

Layout issues in demo 06 - bootstrap override conflict? #2

Closed torstenb closed 10 years ago

torstenb commented 10 years ago

I am looking at the demo 06 where I'm experiencing a couple of issues and I'm not sure where those are coming from and whether they are due to the gem.

  1. The 'Sign in'-button in the navbar is lower than it should be. sign-in_button_issue It seems to have something to do with the margin: 8px -15px; coming from the bootstrap_and_overrides.css because when I disable that line then at least the button appears to be in it's intended position.
  2. In the documentation section of demo 06 the images and animations are not showing up for me. documentatio_animation_missing
torstenb commented 10 years ago

Turns out this issue is being caused by the fact that Designmodo does not automatically include the Falt-UI in their less version. Requiring the flat-ui.less file does the trick.