Merge branch 'metadata-editor' into metadata
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user