Drupal: Removes extra border from comment link when user cannot post comments to the Web site.

This commit is contained in:
Shawn Kwang 2017-09-06 12:00:11 -05:00
parent 6f5540e750
commit b32d3a0f9d
1 changed files with 4 additions and 1 deletions

View File

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