<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[31806] trunk/src/wp-admin: Press This: fix styling on the Tools screen.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/31806">31806</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/31806","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>azaozz</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2015-03-18 01:57:18 +0000 (Wed, 18 Mar 2015)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Press This: fix styling on the Tools screen.
Props Michael-Arestad, see <a href="https://core.trac.wordpress.org/ticket/31462">#31462</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadmincssformscss">trunk/src/wp-admin/css/forms.css</a></li>
<li><a href="#trunksrcwpadmintoolsphp">trunk/src/wp-admin/tools.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadmincssformscss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/css/forms.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/css/forms.css  2015-03-18 01:39:52 UTC (rev 31805)
+++ trunk/src/wp-admin/css/forms.css    2015-03-18 01:57:18 UTC (rev 31806)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -674,17 +674,46 @@
</span><span class="cx" style="display: block; padding: 0 10px">        line-height: 24px;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis {
-       margin: 20px 0;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/* Card styles */
+
+.card {
+       position: relative;
+       margin-top: 20px;
+       padding: 0.7em 2em 1em;
+       min-width: 255px;
+       max-width: 520px;
+       border: 1px solid #e5e5e5;
+       -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+       background: #fff;
+}
+
+/* Press this styles */
+
+.pressthis h4 {
+       margin: 2em 0 1em;
+}
+
+.pressthis textarea {
+       width: 100%;
+       font-size: 1em;
+}
+
+#pressthis-code-wrap {
+       overflow: auto;
+}
+
+.pressthis-bookmarklet-wrapper {
+       margin: 20px 0 8px;
</ins><span class="cx" style="display: block; padding: 0 10px">         vertical-align: top;
</span><span class="cx" style="display: block; padding: 0 10px">        position: relative;
</span><span class="cx" style="display: block; padding: 0 10px">        z-index: 1;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a,
-.pressthis a:hover,
-.pressthis a:focus,
-.pressthis a:active {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-bookmarklet,
+.pressthis-bookmarklet:hover,
+.pressthis-bookmarklet:focus,
+.pressthis-bookmarklet:active {
</ins><span class="cx" style="display: block; padding: 0 10px">         display: inline-block;
</span><span class="cx" style="display: block; padding: 0 10px">        position: relative;
</span><span class="cx" style="display: block; padding: 0 10px">        cursor: move;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -699,11 +728,27 @@
</span><span class="cx" style="display: block; padding: 0 10px">        text-decoration: none;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a:active {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-bookmarklet:active {
</ins><span class="cx" style="display: block; padding: 0 10px">         outline: none;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a:hover:after {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-bookmarklet:after {
+       content: '';
+       width: 70%;
+       height: 55%;
+       z-index: -1;
+       position: absolute;
+       right: 10px;
+       bottom: 9px;
+       background: transparent;
+       -webkit-transform: skew(20deg) rotate(6deg);
+       -ms-transform: skew(20deg) rotate(6deg);
+       transform: skew(20deg) rotate(6deg);
+       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+}
+
+.pressthis-bookmarklet:hover:after {
</ins><span class="cx" style="display: block; padding: 0 10px">         -webkit-transform: skew(20deg) rotate(9deg);
</span><span class="cx" style="display: block; padding: 0 10px">        -ms-transform: skew(20deg) rotate(9deg);
</span><span class="cx" style="display: block; padding: 0 10px">        transform: skew(20deg) rotate(9deg);
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -711,13 +756,13 @@
</span><span class="cx" style="display: block; padding: 0 10px">        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a span {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-bookmarklet span {
</ins><span class="cx" style="display: block; padding: 0 10px">         display: inline-block;
</span><span class="cx" style="display: block; padding: 0 10px">        margin: 0px 0 0;
</span><span class="cx" style="display: block; padding: 0 10px">        padding: 0px 12px 8px 9px;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a span:before {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-bookmarklet span:before {
</ins><span class="cx" style="display: block; padding: 0 10px">         color: #777;
</span><span class="cx" style="display: block; padding: 0 10px">        font: normal 20px/1 'dashicons';
</span><span class="cx" style="display: block; padding: 0 10px">        content:'\f157';
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -727,78 +772,31 @@
</span><span class="cx" style="display: block; padding: 0 10px">        margin-right: 4px;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis a:after {
-       content: '';
-       width: 70%;
-       height: 55%;
-       z-index: -1;
-       position: absolute;
-       right: 10px;
-       bottom: 9px;
-       background: transparent;
-       -webkit-transform: skew(20deg) rotate(6deg);
-       -ms-transform: skew(20deg) rotate(6deg);
-       transform: skew(20deg) rotate(6deg);
-       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-}
-
-.pressthis .button {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-js-toggle {
</ins><span class="cx" style="display: block; padding: 0 10px">         margin-left: 10px;
</span><span class="cx" style="display: block; padding: 0 10px">        padding: 0;
</span><span class="cx" style="display: block; padding: 0 10px">        height: auto;
</span><span class="cx" style="display: block; padding: 0 10px">        vertical-align: top;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis button .dashicons {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-js-toggle .dashicons {
</ins><span class="cx" style="display: block; padding: 0 10px">         margin: 5px 8px 6px 7px;
</span><span class="cx" style="display: block; padding: 0 10px">        color: #777;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.press-this-install {
-       margin: 20px 0 0 0;
-       padding: 0.7em 2em 1em;
-       max-width: 520px;
-}
-
-.press-this-install textarea {
-       width: 100%;
-       font-size: 1em;
-}
-
-.press-this-install h4 {
-       margin: 2em 0 1em;
-}
-
</del><span class="cx" style="display: block; padding: 0 10px"> /* to override the button class being applied */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis .button.button {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-js-toggle.button.button {
</ins><span class="cx" style="display: block; padding: 0 10px">         margin-left: 10px;
</span><span class="cx" style="display: block; padding: 0 10px">        padding: 0;
</span><span class="cx" style="display: block; padding: 0 10px">        height: auto;
</span><span class="cx" style="display: block; padding: 0 10px">        vertical-align: top;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.pressthis button .dashicons {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.pressthis-js-toggle .dashicons {
</ins><span class="cx" style="display: block; padding: 0 10px">         margin: 5px 8px 6px 7px;
</span><span class="cx" style="display: block; padding: 0 10px">        color: #777;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-.press-this-install {
-       margin: 20px 0 0 0;
-       padding: 0.7em 2em 1em;
-       max-width: 520px;
-}
-
-.press-this-install textarea {
-       width: 100%;
-       font-size: 1em;
-}
-
-.press-this-install h4 {
-       margin: 2em 0 1em;
-}
-
-
</del><span class="cx" style="display: block; padding: 0 10px"> /*------------------------------------------------------------------------------
</span><span class="cx" style="display: block; padding: 0 10px">   20.0 - Settings
</span><span class="cx" style="display: block; padding: 0 10px"> ------------------------------------------------------------------------------*/
</span></span></pre></div>
<a id="trunksrcwpadmintoolsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-admin/tools.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-admin/tools.php      2015-03-18 01:39:52 UTC (rev 31805)
+++ trunk/src/wp-admin/tools.php        2015-03-18 01:57:18 UTC (rev 31806)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -36,28 +36,26 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <h2><?php echo esc_html( $title ); ?></h2>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( current_user_can('edit_posts') ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="tool-box">
-       <h3 class="title"><?php _e('Press This') ?></h3>
-       <div class="postbox press-this-install">
-               <p><?php _e( 'Press This is a little app that lets you grab bits of the web and create new posts with ease.' );?></p>
-               <p><?php _e( 'Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.' ); ?></p>
-       </div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<div class="card pressthis">
+       <h3><?php _e('Press This') ?></h3>
+       <p><?php _e( 'Press This is a little app that lets you grab bits of the web and create new posts with ease.' );?></p>
+       <p><?php _e( 'Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
</ins><span class="cx" style="display: block; padding: 0 10px">         <form>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <div class="postbox press-this-install">
</del><span class="cx" style="display: block; padding: 0 10px">                 <h3><?php _e( 'Install Press This' ); ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">                <h4><?php _e( 'Bookmarklet' ); ?></h4>
</span><span class="cx" style="display: block; padding: 0 10px">                <p><?php _e( 'Drag the bookmarklet below to your bookmarks bar. Then, when you&#8217;re on a page you want to share, simply &#8220;press&#8221; it.' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <p class="pressthis">
-                       <a class="" onclick="return false;" href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>"><span><?php _e( 'Press This' ) ?></span></a>
-                       <button type="button" class="button button-secondary js-show-pressthis-code-wrap" aria-expanded="false" aria-controls="pressthis-code-wrap">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <p class="pressthis-bookmarklet-wrapper">
+                       <a class="pressthis-bookmarklet" onclick="return false;" href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>"><span><?php _e( 'Press This' ); ?></span></a>
+                       <button type="button" class="button button-secondary pressthis-js-toggle js-show-pressthis-code-wrap" aria-expanded="false" aria-controls="pressthis-code-wrap">
</ins><span class="cx" style="display: block; padding: 0 10px">                                 <span class="dashicons dashicons-clipboard"></span>
</span><span class="cx" style="display: block; padding: 0 10px">                                <span class="screen-reader-text"><?php _e( 'Copy &#8220;Press This&#8221; bookmarklet code' ) ?></span>
</span><span class="cx" style="display: block; padding: 0 10px">                        </button>
</span><span class="cx" style="display: block; padding: 0 10px">                </p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <div class="hidden js-pressthis-code-wrap" id="pressthis-code-wrap">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <div class="hidden js-pressthis-code-wrap clear" id="pressthis-code-wrap">
</ins><span class="cx" style="display: block; padding: 0 10px">                         <p id="pressthis-code-desc">
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php _e( 'If you can&#8217;t drag the bookmarklet to your bookmarks, copy the following code and create a new bookmark. Paste the code into the new bookmark&#8217;s URL field.' ) ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        </p>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -92,7 +90,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        });
</span><span class="cx" style="display: block; padding: 0 10px">                </script>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        </div>
</del><span class="cx" style="display: block; padding: 0 10px">         </form>
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -102,7 +99,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> $cats = get_taxonomy('category');
</span><span class="cx" style="display: block; padding: 0 10px"> $tags = get_taxonomy('post_tag');
</span><span class="cx" style="display: block; padding: 0 10px"> if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="tool-box">
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<div class="card">
</ins><span class="cx" style="display: block; padding: 0 10px">     <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3>
</span><span class="cx" style="display: block; padding: 0 10px">     <p><?php printf( __('If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.'), 'import.php' ); ?></p>
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span></span></pre>
</div>
</div>

</body>
</html>