diff --git a/wp-admin/css/press-this.css b/wp-admin/css/press-this.css index abaa38056..8dae35d90 100644 --- a/wp-admin/css/press-this.css +++ b/wp-admin/css/press-this.css @@ -36,6 +36,26 @@ div#poststuff { margin-top: 10px; } + +div.zerosize { +border:0 none; +height:0; +margin:0; +overflow:hidden; +padding:0; +position:absolute; +width:0; +} + +#poststuff #edButtonPreview, #poststuff #edButtonHTML { + display: block; + height: 20px; + padding: 5px 5px 1px; + margin: 5px 8px 0 0; + float: right; + cursor: pointer; +} + .posting { margin-right: 228px; } diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 4d7c5e6ab..f302b13bb 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -277,7 +277,7 @@ switch ($_REQUEST['ajax']) { } jQuery(document).ready(function() { - jQuery('#extra_fields').html('

Photo ()

'); + jQuery('#extra_fields').html('

Photo ()

'); jQuery('.close').click(function() { jQuery('#extra_fields').hide(); }); @@ -401,7 +401,9 @@ die; top.resizeTo(700-screen.width+screen.availWidth,680-screen.height+screen.availHeight); jQuery('#photo_button').click(function() { show('photo'); return false; }); jQuery('#video_button').click(function() { show('video'); return false; }); - + jQuery('#visual_mode_button').click(function() { + + }); // Set default tabs show('video'); @@ -420,14 +422,16 @@ die;
- - +
-

- +

+ + + +

@@ -495,6 +499,19 @@ die;
  • +
  • +
    + + + + + + +

@@ -502,7 +519,7 @@ die;