From: Rodney Ewing Date: Wed, 26 Jun 2013 15:45:59 +0000 (-0700) Subject: change to class instead of id to work with firefox X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a937ea9efdfb537be70a152609144c1aac6d3b61;p=mediagoblin.git change to class instead of id to work with firefox --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 995bfc7e..84d274d1 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -334,8 +334,8 @@ text-align: center; width: 20px; } -#boolean { - margin-bottom: 4px; +.boolean { + margin-bottom: 8px; } textarea#description, textarea#bio { diff --git a/mediagoblin/templates/mediagoblin/utils/wtforms.html b/mediagoblin/templates/mediagoblin/utils/wtforms.html index 2b2cc30a..fe5883a0 100644 --- a/mediagoblin/templates/mediagoblin/utils/wtforms.html +++ b/mediagoblin/templates/mediagoblin/utils/wtforms.html @@ -89,7 +89,7 @@ {# Render a boolean field #} {% macro render_bool(field) %} -
+