adjust photo checkbox
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:43:48 +0000 (07:43 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:43:48 +0000 (07:43 -0700)
static/css/style.css

index 610f90c80981d89938e1459fafb28b6601160d11..b9317e1fc55aca4316d01459dae2cc2e8a5ed152 100644 (file)
@@ -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;