web-cat / pythy

Pythy – the Cloud-Based IDE for Novice Python Programmers
18 stars 3 forks source link

flash bar is misplaced in "logged_in" layout #44

Closed s-edwards closed 11 years ago

s-edwards commented 11 years ago

In the logged_in layout, the flashbar is rendered before the main page container, but the main page container contains the jumbo-title, so the flashbar ends up being rendered above the title (unlike on the landing layout, where it is below the title). This causes it to be partially underneath and obscured by the bootstrap navbar, and also leaves a margin below the flashbar that pushes down the main container.

You can see this most easily right after logging in, where the flash contains the successful login notification (look just below the navbar/menu).

Ideally, the flashbar should be rendered under the jumbo title, like on the landing page.

ArturAguiar commented 11 years ago

Issue fixed in my branch. Will merge into master soon.

ArturAguiar commented 11 years ago

Merged.