aboutsummaryrefslogtreecommitdiff
path: root/budget/static/main.css
AgeCommit message (Collapse)AuthorFilesLines
2011-08-25change the color of the font in the main pageAlexis Metaireau1-0/+2
2011-08-21style the send invitations pageAlexis Metaireau1-0/+5
2011-08-21Fix a weird behavior with tests and databases.Alexis Metaireau1-0/+19
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-21some more design fixesAlexis Metaireau1-4/+8
2011-08-21include bootstrap.css in the files to avoid weird changes in the future, Add ↵Alexis Metaireau1-4/+18
a mention about the freedom of the project. Fixes #16
2011-08-21graph some stuff from the spiral websiteAlexis Metaireau1-1/+31
2011-08-21minor styling changes (homepage)Alexis Metaireau1-0/+1
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-85/+11
2011-08-10Make flash messages go away after 2 seconds.Alexis Metaireau1-0/+7
2011-08-10Margin added between the add bill button and the bill list.Frédéric Sureau1-0/+4
2011-08-10use checkboxes rather than select multiple. Fixes #10Alexis Metaireau1-0/+8
2011-08-09Styling stuff. Fixes #9 (Adds a menu)Alexis Metaireau1-23/+48
2011-07-31Theming.Alexis Metaireau1-47/+2
Uses uni-form to style forms and add a macro to ease this. Of course, the overall thing has to be reworked, but having this in place will help us to have something easier to change when we will really care about design. All the form templates can now be defined in templates/forms.html and be called thansk to {{ forms.name_of_the_form(form) }}. I've done some styling, but that's really not my thing, feel free to modify it.
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-0/+2
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+88