Skip to:
Content

BuddyPress.org

Ticket #7421: 7421.patch

File 7421.patch, 1.6 KB (added by mercime, 8 years ago)
  • src/bp-messages/bp-messages-template.php

     
    12631263                                <p>
    12641264                                        <strong><?php echo stripslashes( wp_filter_kses( $notice->subject ) ) ?></strong><br />
    12651265                                        <?php echo stripslashes( wp_filter_kses( $notice->message) ) ?>
    1266                                         <a href="#" id="close-notice"><?php _e( 'Close', 'buddypress' ) ?></a>
     1266                                        <button type="button" href="#" id="close-notice"><?php _e( 'Close', 'buddypress' ) ?></button>
    12671267                                </p>
    12681268                        </div>
    12691269                        <?php
  • src/bp-templates/bp-legacy/css/buddypress-rtl.css

     
    12221222        border: 1px solid #cb2;
    12231223        color: #440;
    12241224}
     1225#close-notice{
     1226        font-size: 0.9em;
     1227        padding: 3px 5px;
     1228        margin-right: 20px;
     1229}
    12251230#buddypress #item-header:after {
    12261231        clear: both;
    12271232        content: "";
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    12221222        border: 1px solid #cb2;
    12231223        color: #440;
    12241224}
     1225#close-notice{
     1226        font-size: 0.9em;
     1227        padding: 3px 5px;
     1228        margin-left: 20px;
     1229}
    12251230#buddypress #item-header:after {
    12261231        clear: both;
    12271232        content: "";