Changeset 4579
- Timestamp:
- 07/01/2011 10:10:30 PM (14 years ago)
- 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 333 333 float: right; 334 334 } 335 div.comment-meta p.comment-reply{335 div.comment-meta .comment-options { 336 336 float: left; 337 337 } -
trunk/bp-themes/bp-default/_inc/css/default.css
r4577 r4579 736 736 margin-bottom: 0; 737 737 } 738 div.comment-meta p.comment-reply{738 div.comment-meta .comment-options { 739 739 float: right; 740 740 } … … 755 755 } 756 756 div.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 { 758 758 background: #059AE7; 759 759 border-color: #059AE7; … … 1261 1261 } 1262 1262 .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, 1264 1264 span.highlight { 1265 1265 background: #ebf7ff; -
trunk/bp-themes/bp-default/functions.php
r4577 r4579 452 452 453 453 <?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> 455 455 <?php endif; ?> 456 456 </div>
Note: See TracChangeset
for help on using the changeset viewer.