A couple of tweaks to the checkbox styling... pretty minor.

This commit is contained in:
Christopher Allan Webber 2011-09-05 21:03:54 -05:00
parent 677f55cc51
commit e8b517924e
2 changed files with 9 additions and 1 deletions

View File

@ -365,3 +365,11 @@ table.media_panel th {
font-weight: bold; font-weight: bold;
padding-bottom: 4px; padding-bottom: 4px;
} }
/* Delete panel */
.delete_checkbox_box {
margin-top: 10px;
margin-left: 10px;
}

View File

@ -39,7 +39,7 @@
<br /> <br />
<p> <p class="delete_checkbox_box">
{{ form.confirm }} {{ form.confirm }}
{{ _(form.confirm.label.text) }} {{ _(form.confirm.label.text) }}
</p> </p>