From b32d3a0f9dc4325fe66c57d181ae62dd74b84f93 Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Wed, 6 Sep 2017 12:00:11 -0500 Subject: [PATCH] Drupal: Removes extra border from comment link when user cannot post comments to the Web site. --- drupal/sites/default/boinc/themes/boinc/css/comments.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drupal/sites/default/boinc/themes/boinc/css/comments.css b/drupal/sites/default/boinc/themes/boinc/css/comments.css index 7638c3b6e5..168d7803cd 100644 --- a/drupal/sites/default/boinc/themes/boinc/css/comments.css +++ b/drupal/sites/default/boinc/themes/boinc/css/comments.css @@ -215,7 +215,10 @@ div.node-type-forum.not-first-page { .comment-body .moderator-links li.first, .node-type-forum .node-body .moderator-links .links li.first, .node-type-team-forum .node-body .moderator-links .links li.first, -.comment-body .links li.comment_forbidden.first.last { +.comment-body .links li.comment_forbidden.first.last, +.comment-body .links li.comment_forbidden.last, +.node-type-forum .node-body .links li.comment_forbidden.last, +.node-type-team-forum .node-body .links li.comment_forbidden.last { border-width: 0; margin-left: 0; padding-left: 0;