Tweaked the metadata edit screen to run jsonschema validators against the data.

This commit is contained in:
tilly-Q
2014-05-14 11:51:13 -04:00
parent 65f5714118
commit 0d6550fb05
5 changed files with 57 additions and 40 deletions

View File

@@ -940,18 +940,13 @@ p.verifier {
/* for the media metadata editing table */
table.metadata_editor {
margin: 10px auto;
width: 1000px;
}
table.metadata_editor tr th {
width:100px;
width: 800px;
}
table.metadata_editor tr td {
width:300px;
width:350px;
}
table.metadata_editor tr td.form_field_input input {
width:300px;
width:350px;
}