From: Christopher Allan Webber Date: Tue, 6 Sep 2011 02:03:54 +0000 (-0500) Subject: A couple of tweaks to the checkbox styling... pretty minor. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e8b517924ea5586c3249e4fbcf8b96c4dbeba49a;p=mediagoblin.git A couple of tweaks to the checkbox styling... pretty minor. --- diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index ea54f77f..d1b891ac 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -365,3 +365,11 @@ table.media_panel th { font-weight: bold; padding-bottom: 4px; } + + +/* Delete panel */ + +.delete_checkbox_box { + margin-top: 10px; + margin-left: 10px; +} \ No newline at end of file diff --git a/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html b/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html index 9192289e..01323a6e 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html @@ -39,7 +39,7 @@
-

+

{{ form.confirm }} {{ _(form.confirm.label.text) }}