mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 16:15:31 +01:00
Fix the flash uploader button font, props demetris, fixes #10113 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b48b21e5f
commit
bc96c76ad6
@ -1312,10 +1312,10 @@ var swfu;
|
||||
SWFUpload.onload = function() {
|
||||
var settings = {
|
||||
button_text: '<span class="button"><?php _e('Select Files'); ?></span>',
|
||||
button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif; }',
|
||||
button_text_style: '.button { text-align: center; font-weight: bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }',
|
||||
button_height: "24",
|
||||
button_width: "132",
|
||||
button_text_top_padding: 1,
|
||||
button_text_top_padding: 2,
|
||||
button_image_url: '<?php echo includes_url('images/upload.png'); ?>',
|
||||
button_placeholder_id: "flash-browse-button",
|
||||
upload_url : "<?php echo esc_attr( $flash_action_url ); ?>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user