mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
added use of help-block. reformatted help blocks not to float, too much of a pain
This commit is contained in:
parent
c300477c77
commit
c3360408bb
2 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ kbd{
|
|||
/* Help text formatters */
|
||||
|
||||
.help-block{
|
||||
float:left;
|
||||
padding:1em;
|
||||
margin:1em 0;
|
||||
clear:both;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{% include "wagtailadmin/shared/header.html" with title=title_str icon="locked" %}
|
||||
|
||||
<div class="nice-padding">
|
||||
<p>{% trans "<b>Note:</b> privacy changes apply to all children of this page too." %}</p>
|
||||
<p class="help-block help-warning">{% trans "Privacy changes apply to all children of this page too." %}</p>
|
||||
<form action="{% url 'wagtailadmin_pages_set_privacy' page.id %}" method="POST">
|
||||
{% csrf_token %}
|
||||
<ul class="fields">
|
||||
|
|
|
|||
Loading…
Reference in a new issue