Created a UI for editting a media's metadata. Had to add a new macro to

wtforms.html in the process.
This commit is contained in:
tilly-Q
2014-05-06 17:00:25 -04:00
parent f0cfd3396e
commit e80596c80e
6 changed files with 167 additions and 7 deletions

View File

@@ -938,3 +938,17 @@ p.verifier {
none repeat scroll 0% 0% rgb(221, 221, 221);
padding: 1em 0px;
}
/* for the media metadata editing table */
table.metadata_editor {
margin: 10px auto;
width: 800px;
}
table.metadata_editor tr td {
width:350px;
}
table.metadata_editor tr td input.form_field_input {
width: 300px
}