diff --git a/cms/static/aircox/cms/styles.css b/cms/static/aircox/cms/styles.css index 2a543d6..ff6a84a 100644 --- a/cms/static/aircox/cms/styles.css +++ b/cms/static/aircox/cms/styles.css @@ -52,31 +52,31 @@ main .section { /** comments **/ -.comment-form label { +.comment_form label { display: none; } -.comment-form input:not([type=checkbox]), -.comment-form textarea { +.comment_form input:not([type=checkbox]), +.comment_form textarea { display: inline-block; width: calc(100% - 5em); max-height: 6em; margin: 0.2em 0em; } -.comment-form input[type=checkbox], -.comment-form button[type=submit] { +.comment_form input[type=checkbox], +.comment_form button[type=submit] { max-width: 4em; vertical-align:bottom; margin: 0.2em 0em; text-align: center; } -.comment-form .extra { +.comment_form .extra { display: none; } -.comment-form input[type="checkbox"]:checked + .extra { +.comment_form input[type="checkbox"]:checked + .extra { display: block; } diff --git a/cms/templates/aircox/cms/detail.html b/cms/templates/aircox/cms/detail.html index 6d39f0e..7e28e6b 100644 --- a/cms/templates/aircox/cms/detail.html +++ b/cms/templates/aircox/cms/detail.html @@ -6,7 +6,7 @@ {% endblock %} {% block pre_title %} -