Adjust table CSS
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:39:57 +0000 (07:39 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:39:57 +0000 (07:39 -0700)
static/css/style.css

index 5ef212b7195398f1f6310a0d15bb5a24cea1f746..610f90c80981d89938e1459fafb28b6601160d11 100644 (file)
@@ -164,17 +164,27 @@ form input[type=submit]:hover {
   transition: all 0.2s;
 }
 
-form.pgeuregform label,
-table#speakerprofile_table label {
+form.pgeuregform label {
   min-width: 35rem;
 }
 
+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;
+}
+
 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;