WEEE-Open / patata

Info screen and to-do list in PHP
MIT License
3 stars 2 forks source link

A proposal for Bootstrap styling Patata #3

Closed aitorres closed 6 years ago

aitorres commented 6 years ago

This pull request submits a small proposal for a basic Bootstrap template in order to make patata look better. It uses Bootstrap's row-column structure to organize a grid, and Bootstrap's table classes to improve readability of the included tables.

I aimed to provide a basic, organized template to make patata look well and be well coded, in order to make it easier for it to be updated in the future. I didn't use any colors or images because I don't know if patata has/will have any design choices.

Here is a screenshot of patata before the changes: before

Here is a screenshot of patata after the changes, on my local environment: after

I fixed the two recently added/modified lists alignment.

Note that Bootstrap files are being pulled from a CDN; if patata is going to be used in an offline environment, it can easily be changed to use offline files.

Let me know if I can fix anything else here!

Pull request submitted as a fix for issue #2

Guido0095 commented 6 years ago

Nice job