Skip to:
Content

BuddyPress.org

Changeset 4579


Ignore:
Timestamp:
07/01/2011 10:10:30 PM (14 years ago)
Author:
djpaul
Message:

Make comment reply buttons orange. See #3242, props hnla for original patches

Location:
trunk/bp-themes/bp-default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default-rtl.css

    r4577 r4579  
    333333    float: right;
    334334}
    335 div.comment-meta p.comment-reply {
     335div.comment-meta .comment-options {
    336336    float: left;
    337337}
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4577 r4579  
    736736    margin-bottom: 0;
    737737}
    738 div.comment-meta p.comment-reply {
     738div.comment-meta .comment-options {
    739739    float: right;
    740740}
     
    755755}
    756756div.comment-meta .comment-highlight a:hover,
    757 .commentlist .depth-1 > .comment-content .comment-meta a:first-child:hover {
     757.commentlist .depth-1 > .comment-content .comment-meta > p a:first-child:hover {
    758758    background: #059AE7;
    759759    border-color: #059AE7;
     
    12611261}
    12621262.activity-list .activity-header a:first-child,
    1263 .commentlist .depth-1 > .comment-content .comment-meta a:first-child,
     1263.commentlist .depth-1 > .comment-content .comment-meta > p a:first-child,
    12641264span.highlight {
    12651265    background: #ebf7ff;
  • trunk/bp-themes/bp-default/functions.php

    r4577 r4579  
    452452
    453453                <?php if ( 1 == $depth && -1 != $args['max_depth'] && comments_open() ) : ?>
    454                     <p class="comment-reply"><?php comment_reply_link( array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ?></p>
     454                    <div class="comment-options"><?php comment_reply_link( array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ?></div>
    455455                <?php endif; ?>
    456456            </div>
Note: See TracChangeset for help on using the changeset viewer.