A couple of tweaks to the checkbox styling... pretty minor.
This commit is contained in:
parent
677f55cc51
commit
e8b517924e
@ -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;
|
||||||
|
}
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user