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;
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;