Merge branch 'metadata-editor' into metadata

This commit is contained in:
tilly-Q
2014-05-12 12:26:07 -04:00
7 changed files with 258 additions and 15 deletions

View File

@@ -938,3 +938,21 @@ 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: 1000px;
}
table.metadata_editor tr th {
width:100px;
}
table.metadata_editor tr td {
width:300px;
}
table.metadata_editor tr td.form_field_input input {
width:300px;
}