Ticket #7421: 7421.patch
File 7421.patch, 1.6 KB (added by , 8 years ago) |
---|
-
src/bp-messages/bp-messages-template.php
1263 1263 <p> 1264 1264 <strong><?php echo stripslashes( wp_filter_kses( $notice->subject ) ) ?></strong><br /> 1265 1265 <?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> 1267 1267 </p> 1268 1268 </div> 1269 1269 <?php -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1222 1222 border: 1px solid #cb2; 1223 1223 color: #440; 1224 1224 } 1225 #close-notice{ 1226 font-size: 0.9em; 1227 padding: 3px 5px; 1228 margin-right: 20px; 1229 } 1225 1230 #buddypress #item-header:after { 1226 1231 clear: both; 1227 1232 content: ""; -
src/bp-templates/bp-legacy/css/buddypress.css
1222 1222 border: 1px solid #cb2; 1223 1223 color: #440; 1224 1224 } 1225 #close-notice{ 1226 font-size: 0.9em; 1227 padding: 3px 5px; 1228 margin-left: 20px; 1229 } 1225 1230 #buddypress #item-header:after { 1226 1231 clear: both; 1227 1232 content: "";