mirror of https://github.com/BOINC/boinc.git
Drupal: Removes extra border from comment link when user cannot post comments to the Web site.
This commit is contained in:
parent
6f5540e750
commit
b32d3a0f9d
|
@ -215,7 +215,10 @@ div.node-type-forum.not-first-page {
|
||||||
.comment-body .moderator-links li.first,
|
.comment-body .moderator-links li.first,
|
||||||
.node-type-forum .node-body .moderator-links .links li.first,
|
.node-type-forum .node-body .moderator-links .links li.first,
|
||||||
.node-type-team-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;
|
border-width: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue