Changeset 11826
- Timestamp:
- 01/27/2018 12:48:41 PM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/notices-loop.php
r11606 r11826 75 75 <td width="10%"> 76 76 <a class="button" href="<?php bp_message_activate_deactivate_link(); ?>" class="confirm"><?php bp_message_activate_deactivate_text(); ?></a> 77 <a class="button" href="<?php bp_message_notice_delete_link(); ?>" class="confirm" aria-label="<?php esc_attr_e( "Delete Message", 'buddypress' ); ?>">x</a>77 <a class="button" href="<?php bp_message_notice_delete_link(); ?>" class="confirm"><?php esc_html_e( "Delete Message", 'buddypress' ); ?></a> 78 78 </td> 79 79 </tr> -
trunk/src/bp-templates/bp-legacy/css/twentyeleven.css
r11632 r11826 1692 1692 } 1693 1693 1694 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1695 line-height: 0;1696 margin-left: 0.7em;1697 text-indent: -999em;1698 }1699 1700 1694 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1701 1695 content: attr(title); -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r11632 r11826 1641 1641 } 1642 1642 1643 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1644 line-height: 0;1645 margin-left: 0.7em;1646 text-indent: -999em;1647 }1648 1649 1643 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1650 1644 content: attr(title); -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css
r11632 r11826 1809 1809 } 1810 1810 1811 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1812 line-height: 0;1813 margin-left: 0.7em;1814 text-indent: -999em;1815 }1816 1817 1811 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1818 1812 content: attr(title); -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r11632 r11826 1613 1613 } 1614 1614 1615 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1616 line-height: 0;1617 margin-left: 0.7em;1618 text-indent: -999em;1619 }1620 1621 1615 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1622 1616 content: attr(title); -
trunk/src/bp-templates/bp-legacy/css/twentyten.css
r11632 r11826 1631 1631 } 1632 1632 1633 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1634 line-height: 0;1635 margin-left: 0.7em;1636 text-indent: -999em;1637 }1638 1639 1633 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1640 1634 content: attr(title); -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r11632 r11826 1689 1689 } 1690 1690 1691 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child {1692 line-height: 0;1693 margin-left: 0.7em;1694 text-indent: -999em;1695 }1696 1697 1691 .bp-user #buddypress #message-threads.sitewide-notices td:last-child a:last-child:after { 1698 1692 content: attr(title);
Note: See TracChangeset
for help on using the changeset viewer.