diff --git a/ietf/templates/wginfo/edit.html b/ietf/templates/wginfo/edit.html index 82fea836f..5a740b3de 100644 --- a/ietf/templates/wginfo/edit.html +++ b/ietf/templates/wginfo/edit.html @@ -4,35 +4,20 @@ {% if wg %} Edit WG {{ wg.acronym }} {% else %} -Create WG +Start chartering new WG {% endif %} {% endblock %} {% block morecss %} -form.edit-info #id_name { - width: 396px; -} - -form.edit-info #id_list_email { - width: 396px; -} - -form.edit-info #id_list_subscribe { - width: 396px; -} - -form.edit-info #id_list_archive { - width: 396px; -} - -form.edit-info #id_urls { - width: 400px; -} - -form.edit-info #id_comments { - width: 400px; -} - +form.edit #id_name, +form.edit #id_list_email, +form.edit #id_list_subscribe, +form.edit #id_list_archive, +form.edit #id_urls, +form.edit #id_comments { width: 400px; } +form.edit input[type=checkbox] { vertical-align: middle; } +ul.errorlist { border-width: 0px; padding: 0px; margin: 0px;} +ul.errorlist li { color: #a00; margin: 0px; padding: 0px; list-style: none; } {% endblock %} {% block pagehead %} @@ -44,11 +29,11 @@ form.edit-info #id_comments {