From 13e66cb59c689afba98076d13ce488dd587ddf08 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Fri, 21 Jun 2019 07:55:53 -0700 Subject: [PATCH] Mobile styles CSS --- static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 32da7b0..8d92b90 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -348,9 +348,10 @@ table.table.table-striped { table#speakerprofile_table th { min-width: 0 !important; + padding-right: 0.5rem !important; } - table#speakerprofile_table input:not(#id_photofile), + table#speakerprofile_table input:not(#id_photofile):not(#photofile-clear_id), table#speakerprofile_table select, table#speakerprofile_table textarea { margin-left: 0 !important; @@ -358,6 +359,11 @@ table.table.table-striped { width: 90%; } + table#speakerprofile_table input#id_photofile, + table#speakerprofile_table input#photofile-clear_id { + margin-left: 0 !important; + } + table#speakerprofile_table form input[type=submit] { text-align: center; margin: 0 auto; -- 2.39.5