From 7402fc49b6c67e735db238b34898ac0a4c6e6f46 Mon Sep 17 00:00:00 2001 From: bkfox Date: Thu, 26 May 2016 01:56:09 +0200 Subject: [PATCH] fix conflict issue --- cms/static/aircox/cms/styles.css | 14 +++++++------- cms/templates/aircox/cms/detail.html | 2 +- cms/templates/aircox/cms/section_comments.html | 17 ++++++++++------- cms/views.py | 1 - programs/admin.py | 4 ++-- .../management/commands/diffusions_monitor.py | 3 ++- programs/models.py | 18 ++++++++++-------- 7 files changed, 32 insertions(+), 27 deletions(-) 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 %} -
+