Mobile styles CSS
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:55:53 +0000 (07:55 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:55:53 +0000 (07:55 -0700)
static/css/style.css

index 32da7b0e91717a13525866b01c641f1610eab520..8d92b9053e6fa3b6b3dca12882a3f39b81e3cf72 100644 (file)
@@ -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;