added use of help-block. reformatted help blocks not to float, too much of a pain

This commit is contained in:
Dave Cranwell 2014-08-26 17:11:44 +01:00
parent c300477c77
commit c3360408bb
2 changed files with 1 additions and 2 deletions

View file

@ -56,7 +56,6 @@ kbd{
/* Help text formatters */
.help-block{
float:left;
padding:1em;
margin:1em 0;
clear:both;

View file

@ -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">