| | 1 | #buddypress div.pagination { |
| | 2 | box-shadow: none; |
| | 3 | } |
| | 4 | #buddypress div.pagination .pagination-links { |
| | 5 | margin-right: 0; |
| | 6 | } |
| | 7 | #buddypress div.pagination .pagination-links span, |
| | 8 | #buddypress div.pagination .pagination-links a { |
| | 9 | height: auto; |
| | 10 | line-height: 1; |
| | 11 | padding: 5px; |
| | 12 | } |
| | 13 | |
| | 14 | #buddypress .pagination .prev:before, |
| | 15 | #buddypress .pagination .next:before { |
| | 16 | display: none; |
| | 17 | } |
| | 18 | #buddypress .pagination .prev, |
| | 19 | #buddypress .pagination .next { |
| | 20 | background-color: transparent; |
| | 21 | color: inherit; |
| | 22 | overflow: visible; |
| | 23 | width: auto; |
| | 24 | } |
| | 25 | #buddypress .pagination .prev { |
| | 26 | position: static; |
| | 27 | left: auto; |
| | 28 | } |
| | 29 | #buddypress .pagination .next { |
| | 30 | position: static; |
| | 31 | right: auto; |
| | 32 | } |
| | 33 | |
| | 34 | #buddypress .activity-list .activity-content { |
| | 35 | margin-top: -12px; |
| | 36 | } |
| | 37 | |
| | 38 | #buddypress div.item-list-tabs ul li a, |
| | 39 | #buddypress div.item-list-tabs ul li span, |
| | 40 | #buddypress div.pagination .pagination-links span, |
| | 41 | #buddypress div.pagination .pagination-links a, |
| | 42 | #buddypress .activity-header a, #buddypress .activity-inner a, |
| | 43 | #buddypress .activity-comments a, #buddypress .item-list .load-more a { |
| | 44 | border-bottom: 0; |
| | 45 | } |
| | 46 | |
| | 47 | #buddypress .activity-list .activity-content .activity-header img.avatar { |
| | 48 | display: inline-block; |
| | 49 | } |
| | 50 | No newline at end of file |