From f7b7511b7b7c4cb73c196d5a6d38314a1162dae4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 25 Jun 2011 12:55:42 -0500 Subject: [PATCH] Make the width of these fields 100% rather than providing a specific pixel width. --- mediagoblin/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 78604613..0a659bb4 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -147,7 +147,7 @@ a.mediagoblin_logo:hover { } .form_field_input input, .form_field_input textarea { - width:460px; + width:100%; font-size:18px; }