aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17Added support to split messages #133José Antonio de la Torre2-0/+17
2019-10-03feat: Optional field 'external link' in bill form.Leo Mouyna1-8/+11
An optional field has been added to the bill form to add a link to a real bill. A new action button allow user to see this bill. Breaking change with Bill model update for database, a migration is needed. See issue #429.
2019-09-06bill list: add placeholder and disable add bill when no membersBrice Maron1-1/+18
2019-08-26Rework invite people to projectBrice Maron1-8/+22
2019-08-26Move export form to linksBrice Maron1-0/+5
2019-08-18add homepage designBrice Maron1-6/+19
2019-08-18fix flash messages positionBrice Maron1-1/+1
2019-08-18Add project switcher on login page if already loggedBrice Maron1-0/+12
2019-08-18Add footer with linksBrice Maron1-14/+96
2019-08-18Arrange navbar items by functionsBrice Maron1-0/+13
2019-07-25prettier the css fileBrice Maron1-145/+194
2019-07-25Improve usability specially for small screenBrice Maron1-4/+6
- add buttons class to fix alignments - add responsive info to big tables - use visibility instead of display to avoid jumping rows - reorganize menu in responsive
2019-07-25Cleanup some unused css rulesBrice Maron1-13/+1
2019-07-23bump bootstrap to latest stableBrice Maron1-4/+5
2018-09-03Underline actions links on hover. (#377)Alexis Metaireau1-0/+4
Fix #260
2018-01-26Display sidebar scroll-bar only if requiredJocelyn Delalande1-1/+2
This fix a regression from #316 (scrollbar was displayed all the time). Note that the padding-bottom value is totally empiric, but proved OK on my Fx and Chrome instances + some responsive tests. There might be finer solutions, feel free :-).
2018-01-25Make sidebar scrollable (#316)Richard Coates1-0/+1
* Make sidebar scrollable Make sidebar scrollable. * Update CHANGELOG.rst Fixes #318
2017-12-27Position flash messages with CSS rather than JS (#292)JocelynDelalande1-1/+6
Visual result is exactly the same, but less black magic :-).
2017-12-21Replace some CSS by some JS (#288)JocelynDelalande1-1/+3
2017-09-04Enhance the dashboard. (#262)0livd1-0/+24
* Update to a more flexible admin authentication * Admin can now access any project * Add delete and edit options in the dashboard * Add a link to the dashboard in the nav bar This is a rework of the changes proposed by @Olivd, so they can apply on top of the latest master without trouble. All credit goes to him for the code.
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau3-0/+967
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.