Changed the format of the wtforms table slightly

This commit is contained in:
tilly-Q
2014-05-12 12:20:03 -04:00
parent d015e4a84d
commit 494bce47f9
4 changed files with 46 additions and 36 deletions

View File

@@ -943,12 +943,16 @@ p.verifier {
table.metadata_editor {
margin: 10px auto;
width: 800px;
width: 1000px;
}
table.metadata_editor tr th {
width:100px;
}
table.metadata_editor tr td {
width:350px;
width:300px;
}
table.metadata_editor tr td.form_field_input input {
width: 300px
width:300px;
}