From 3d9d2ccd2415ba8aa725c1289d56fd0d7ad6245a Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Fri, 21 Jun 2019 07:43:48 -0700 Subject: [PATCH] adjust photo checkbox --- static/css/style.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 610f90c..b9317e1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -169,22 +169,15 @@ form.pgeuregform label { } table#speakerprofile_table th { - -} - -table#speakerprofile_table input, -table#speakerprofile_table select, -table#speakerprofile_table textarea { - background-color: white; - border-radius: 1rem; - border-style: solid; - border-color: #0063CE; - border-width: 1.5px; + min-width: 8rem; } form.pgeuregform input, form.pgeuregform select, form.pgeuregform textarea, +table#speakerprofile_table input:not(#id_photofile), +table#speakerprofile_table select, +table#speakerprofile_table textarea, form input#id_email, form input[type=submit] { background-color: white; @@ -198,6 +191,12 @@ form input[type=submit] { min-width: 35rem; } +table#speakerprofile_table input#photofile-clear_id { + text-align: left; + margin: 1rem 0; + min-width: 0 !important; +} + form input[type=submit] { min-width: 20rem; margin-left: 0 !important; -- 2.39.5