A couple of tweaks to the checkbox styling... pretty minor.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 6 Sep 2011 02:03:54 +0000 (21:03 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 6 Sep 2011 02:03:54 +0000 (21:03 -0500)
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html

index ea54f77f7111bdfcb4d8ff4a681d8167113db100..d1b891ac571a008394c5d55ce19e2a542dc625b7 100644 (file)
@@ -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
index 9192289e3a8142995d552a230dec6d3ec5d4ed10..01323a6e1d2119750ad82d02c88d1cf011384d3c 100644 (file)
@@ -39,7 +39,7 @@
          
       <br />
          
-      <p>
+      <p class="delete_checkbox_box">
        {{ form.confirm }}
        {{ _(form.confirm.label.text) }}
       </p>