ErwinKomen / RU-istanbul

0 stars 0 forks source link

Bugfix: footer in edit details #20

Closed ErwinKomen closed 17 hours ago

ErwinKomen commented 6 days ago

When in edit details, the Save button is not visible enough anymore, due to the footer

ErwinKomen commented 18 hours ago

Observations

As for the footer:

ErwinKomen commented 17 hours ago

Actions

  1. Adapt site.css and added:
    1. rule for .container-fluid > .row > .col-10 to make sure the content material is above the save buttons
    2. rule for a div of class main-container with a margin-top value specified, in order to be below the fixed-top navbar
  2. Adapted base.html:
    1. Added an over-arching div with class main-container (see above for the css)
  3. Adapted navbar.html:
    1. Add class fixed-top to the <nav> element to create a fixed top menu