From 2e7014a30322011dfe7bdd8a44c5eacc4c308dd2 Mon Sep 17 00:00:00 2001 From: Kyle Blanker Date: Wed, 18 Apr 2018 15:51:56 -0400 Subject: Fixed mobile responsiveness and some text issues Everything but audit log related sections are mobile responsive. Fixed some text issues with Customers being called Companies and Vendors being called Drivers --- app/dispatch/templates/dispatch/base.html | 7 +-- .../templates/dispatch/companies/create.html | 4 +- .../templates/dispatch/companies/detail.html | 31 ++++++---- .../templates/dispatch/companies/edit.html | 2 +- .../templates/dispatch/companies/list.html | 55 +++++++++++++---- .../templates/dispatch/drivers/detail.html | 26 ++++---- app/dispatch/templates/dispatch/drivers/edit.html | 2 +- app/dispatch/templates/dispatch/drivers/list.html | 29 +++++---- .../templates/dispatch/drivers/summary.html | 19 ++++-- .../templates/dispatch/generic_load_listing.html | 69 +++++++++++++++++++++- .../templates/dispatch/identity/create.html | 2 +- app/dispatch/templates/dispatch/identity/edit.html | 2 +- app/dispatch/templates/dispatch/invite_user.html | 2 +- .../templates/dispatch/invoice/detail.html | 17 +++--- app/dispatch/templates/dispatch/invoice/edit.html | 2 +- app/dispatch/templates/dispatch/invoice/list.html | 51 ++++++++-------- app/dispatch/templates/dispatch/loads/create.html | 2 +- app/dispatch/templates/dispatch/loads/detail.html | 42 +++++++++---- app/dispatch/templates/dispatch/loads/edit.html | 2 +- app/dispatch/templates/dispatch/loads/list.html | 22 ++++--- app/dispatch/templates/dispatch/paperwork/add.html | 2 +- .../templates/dispatch/userinvoicenumber/edit.html | 2 +- 22 files changed, 269 insertions(+), 123 deletions(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index cac1b18..d1dde8c 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -9,7 +9,7 @@ - + @@ -22,9 +22,6 @@ font-size: 1.75rem; } - main { - padding: 16px; - } .helptext{ display: none; } @@ -34,7 +31,7 @@