aboutsummaryrefslogtreecommitdiff
path: root/budget/static/css
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau3-967/+0
* 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.
2017-06-11More responsive layout (#213)Lucas Verney1-1/+6
Fix navbar responsiveness on mobile.
2017-02-09Prevent "Add new bill" button flickeringJocelyn Delalande1-0/+5
2017-02-09Prevent dancing cells while hovering sidebar linesJocelyn Delalande1-0/+4
Fix a regression introduced with BS4 update.
2017-02-09Prevent modal overflowJocelyn Delalande1-4/+0
Allowing the modal to extend; thus "natural" page scrolling allows to see the whole popup.
2017-02-07Update bootstrap-datepicker to 1.6.4Jocelyn Delalande3-225/+708
Actually switching to maintained fork at https://github.com/uxsolutions/bootstrap-datepicker ; the original project being unmaintained since 2012. - Works with recent jQuery - BS4 is not supported by bootstrap-datepicker, but actually, it works :-) ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670
2017-02-04Adapt list bills view to bootstrap 4Jocelyn Delalande1-0/+5
- modal classes and hierarchy changed since BS2 - striped tables are now handled by css3 pseudo-class rather than classes - fix placement/alignment for the button and comment above the table
2017-02-04Do not force huge add member buttonJocelyn Delalande1-1/+0
BS4 provides larger touch-friendly controls anyway.
2017-02-04Adapt tryout button to bootstrap 4Jocelyn Delalande1-0/+8
Trying to keep same look'n'feel.
2017-02-04Adapt navigation bar to bootstrap 4Jocelyn Delalande1-4/+14
Also fixed some weird alignment issues. I think this will need more work later (revamp the navbar layout to avoid that sensation of thing which are floating at random places in the navbar).
2017-02-04Refactor layout based on bootstrap 4 gridJocelyn Delalande1-11/+6
2017-02-04Update bootstrap dependency to bootstrap 4Jocelyn Delalande1-688/+6
2016-06-16Hide the member weights in members list if all weights are "1".Jocelyn Delande1-0/+8
2016-06-16Added member edit formJocelyn Delande1-1/+0
2016-06-15display an edit button on members listJocelyn Delande1-0/+5
2016-06-15UI for showing user weights in user listJocelyn Delande1-0/+4
2015-08-20Remove trailing whitespacesJocelyn Delande1-1/+1
2012-11-25Increase max-height for modalA.Avenel1-0/+4
so we can display more members without using scrollbars
2012-04-05Update to Boostrap v2.Frédéric Sureau23-787/+976
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC2-0/+2
2012-02-09Use embedded fonts instead of Google.Adrien CLERC1-1/+1
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau1-5/+10
2011-11-28Fix a little styling mistake. Now the menu displays the right wayAlexis Metaireau1-1/+2
2011-11-28reorganize the static folder structureAlexis Metaireau21-0/+922