style: make more consistent styles 07/69407/3
authorJeremy Plsek <jeremyplsek@gmail.com>
Thu, 19 Dec 2019 17:58:33 +0000 (12:58 -0500)
committerJeremy Plsek <jeremyplsek@gmail.com>
Thu, 19 Dec 2019 17:58:33 +0000 (12:58 -0500)
commit30a535d7e9bdc0e3cf637207c0c100a16db81586
tree2a7c3a968d95c29a661620095d889f6484169fec
parentedf4d6729b94258f8b404684703984b724c45c8f
style: make more consistent styles

- Fix indentation in places
- User settings have better labels
- Lab info title now the same as others
- Add "empty" sections to be more helpful to the user. They are not
using links, since most of the "workflow" is handled by javascript.
- Update padding in places to better line up with other elements
- Add padding to bootstrap notifications (add check for messages to not
just have random padding on the top of the page)
- Remove unnecessary text in a form
- Remove card-body from table-only or list-only cards (lists and tables
are now flush with cards)
- Add bg-danger to not-working hosts
- Replace True/False text shown to the user with Yes/No
- Remove ":" from some headers
- Vertical buttons are now in a button group
- Add pre-wrap class to avoid pre from breaking box sizing on the
booking detail page
- Reduce table indent in pod card and add table overflow scrollbar

Signed-off-by: Jeremy Plsek <jeremyplsek@gmail.com>
Change-Id: If09dca2f2b7386c44eeeb817ef76e8f748e456da
24 files changed:
src/account/forms.py
src/dashboard/views.py
src/static/css/base.css
src/templates/account/booking_list.html
src/templates/account/configuration_list.html
src/templates/account/image_list.html
src/templates/account/resource_list.html
src/templates/account/userprofile_update_form.html
src/templates/base.html
src/templates/booking/booking_detail.html
src/templates/booking/quick_deploy.html
src/templates/booking/stats.html
src/templates/config_bundle/steps/config_software.html
src/templates/dashboard/lab_detail.html
src/templates/dashboard/lab_list.html
src/templates/dashboard/landing.html
src/templates/dashboard/multiple_select_filter_widget.html
src/templates/dashboard/searchable_select_multiple.html
src/templates/resource/hostprofile_detail.html
src/templates/resource/hosts.html
src/templates/resource/steps/define_hardware.html
src/templates/resource/steps/meta_info.html
src/templates/resource/steps/pod_definition.html
src/templates/workflow/viewport-base.html