diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-25 12:55:42 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-25 12:55:42 -0500 |
commit | f7b7511b7b7c4cb73c196d5a6d38314a1162dae4 (patch) | |
tree | 83a1032eaec68d245879ace8abc3325f33cb35a7 | |
parent | 426685e088cd1867c12fc2721d2430e1be335297 (diff) | |
download | mediagoblin-f7b7511b7b7c4cb73c196d5a6d38314a1162dae4.tar.lz mediagoblin-f7b7511b7b7c4cb73c196d5a6d38314a1162dae4.tar.xz mediagoblin-f7b7511b7b7c4cb73c196d5a6d38314a1162dae4.zip |
Make the width of these fields 100% rather than providing a specific pixel width.
-rw-r--r-- | mediagoblin/static/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |