diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-14 11:51:13 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-05-14 11:51:13 -0400 |
commit | 0d6550fb05c25e230706c719e3a476d1b1e670b9 (patch) | |
tree | 535c2dc43c12f03ccc03efcf1330de523820a9ef /mediagoblin/static/css | |
parent | 65f5714118f5b59bc7f51c67ffc6ef23f2c603cc (diff) | |
download | mediagoblin-0d6550fb05c25e230706c719e3a476d1b1e670b9.tar.lz mediagoblin-0d6550fb05c25e230706c719e3a476d1b1e670b9.tar.xz mediagoblin-0d6550fb05c25e230706c719e3a476d1b1e670b9.zip |
Tweaked the metadata edit screen to run jsonschema validators against the data.
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r-- | mediagoblin/static/css/base.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index a3b564ea..9087034b 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -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; } |