New pointer styles. Arrows are currently optimized to point upward. props georgestephanis, chexee. see #18693.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-11-14 10:30:14 +00:00
parent a491abfbb2
commit 8740d2c65d
6 changed files with 123 additions and 111 deletions

View File

@@ -1698,9 +1698,12 @@ function _wp_pointer_print_admin_bar() {
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready( function($) {
$('#wp-admin-bar-help').pointer({
$('#wpadminbar').pointer({
content: '<?php echo $pointer_content; ?>',
position: 'top',
position: {
edge: 'top',
align: 'center'
},
close: function() {
$.post( ajaxurl, {
pointer: 'wp330-admin-bar',