From 027809d4dfd3e6d797132766802ebb902cde5ea1 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Fri, 21 Jun 2019 07:53:11 -0700 Subject: [PATCH] Mobile styles CSS --- static/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index eb8bf39..32da7b0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -345,4 +345,21 @@ table.table.table-striped { form.pgeucfpform input[type=button] { margin: 0.75rem 0 0 0; } + + table#speakerprofile_table th { + min-width: 0 !important; + } + + table#speakerprofile_table input:not(#id_photofile), + table#speakerprofile_table select, + table#speakerprofile_table textarea { + margin-left: 0 !important; + min-width: 0 !important; + width: 90%; + } + + table#speakerprofile_table form input[type=submit] { + text-align: center; + margin: 0 auto; + } } -- 2.39.5