Initial speaker profile page updates
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:36:58 +0000 (07:36 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:36:58 +0000 (07:36 -0700)
static/css/style.css

index a3c25209d0d9c5e9ae65a01c0e93a23cf4d5625a..fc622e2d73c5f90fa06fd0986361f1f81adead7c 100644 (file)
@@ -164,13 +164,17 @@ form input[type=submit]:hover {
   transition: all 0.2s;
 }
 
-form.pgeuregform label {
+form.pgeuregform label,
+table#speakerprofile_table label {
   min-width: 35rem;
 }
 
 form.pgeuregform input,
 form.pgeuregform select,
 form.pgeuregform textarea,
+table#speakerprofile_table input,
+table#speakerprofile_table select,
+table#speakerprofile_table textarea,
 form input#id_email,
 form input[type=submit] {
   background-color: white;