aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-05-12 12:20:03 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-05-12 12:20:03 -0400
commit494bce47f92165f322347003baac22731e0ee7aa (patch)
treefb5245f000b759a65301f554c00cd2eaa3795cc6 /mediagoblin/static/css
parentd015e4a84dfcde0bef510228f5b8f23a7c895a34 (diff)
downloadmediagoblin-494bce47f92165f322347003baac22731e0ee7aa.tar.lz
mediagoblin-494bce47f92165f322347003baac22731e0ee7aa.tar.xz
mediagoblin-494bce47f92165f322347003baac22731e0ee7aa.zip
Changed the format of the wtforms table slightly
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index d0396ceb..bb2a2cbd 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -943,12 +943,16 @@ p.verifier {
table.metadata_editor {
margin: 10px auto;
- width: 800px;
+ width: 1000px;
+}
+
+table.metadata_editor tr th {
+ width:100px;
}
table.metadata_editor tr td {
- width:350px;
+ width:300px;
}
table.metadata_editor tr td.form_field_input input {
- width: 300px
+ width:300px;
}