<!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>[23515] trunk/wp-includes: Fix internal linking dialog conflicts with jQuery UI 1.10.x.</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, #logmsg > ol { margin-left: 0; 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">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/23515">23515</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2013-02-28 17:54:00 +0000 (Thu, 28 Feb 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix internal linking dialog conflicts with jQuery UI 1.10.x. Syncs jQuery UI CSS styles.

Remaining issue will be fixed in 1.10.2 final.
props ocean90.
see <a href="http://core.trac.wordpress.org/ticket/23370">#23370</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludescsseditorcss">trunk/wp-includes/css/editor.css</a></li>
<li><a href="#trunkwpincludescssjqueryuidialogcss">trunk/wp-includes/css/jquery-ui-dialog.css</a></li>
<li><a href="#trunkwpincludesjswplinkjs">trunk/wp-includes/js/wplink.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludescsseditorcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/css/editor.css (23514 => 23515)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/css/editor.css        2013-02-28 17:52:24 UTC (rev 23514)
+++ trunk/wp-includes/css/editor.css        2013-02-28 17:54:00 UTC (rev 23515)
</span><span class="lines">@@ -1367,12 +1367,12 @@
</span><span class="cx">         float: right;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-/*
- * Based on:
- * jQuery UI CSS Framework @VERSION
</del><ins>+/*!
+ * jQuery UI CSS Framework 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Theming/API
</span><span class="lines">@@ -1380,78 +1380,249 @@
</span><span class="cx"> 
</span><span class="cx"> /* Layout helpers
</span><span class="cx"> ----------------------------------*/
</span><del>-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: &quot;.&quot;; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
</del><ins>+.ui-helper-hidden {
+        display: none;
+}
+.ui-helper-hidden-accessible {
+        border: 0;
+        clip: rect(0 0 0 0);
+        height: 1px;
+        margin: -1px;
+        overflow: hidden;
+        padding: 0;
+        position: absolute;
+        width: 1px;
+}
+.ui-helper-reset {
+        margin: 0;
+        padding: 0;
+        border: 0;
+        outline: 0;
+        line-height: 1.3;
+        text-decoration: none;
+        font-size: 100%;
+        list-style: none;
+}
+.ui-helper-clearfix:before,
+.ui-helper-clearfix:after {
+        content: &quot;&quot;;
+        display: table;
+        border-collapse: collapse;
+}
+.ui-helper-clearfix:after {
+        clear: both;
+}
+.ui-helper-clearfix {
+        min-height: 0; /* support: IE7 */
+}
+.ui-helper-zfix {
+        width: 100%;
+        height: 100%;
+        top: 0;
+        left: 0;
+        position: absolute;
+        opacity: 0;
+        filter:Alpha(Opacity=0);
+}
</ins><span class="cx"> 
</span><ins>+.ui-front {
+        z-index: 100;
+}
+
+
</ins><span class="cx"> /* Interaction Cues
</span><span class="cx"> ----------------------------------*/
</span><del>-.ui-state-disabled { cursor: default !important; }
</del><ins>+.ui-state-disabled {
+        cursor: default !important;
+}
</ins><span class="cx"> 
</span><ins>+
</ins><span class="cx"> /* Icons
</span><span class="cx"> ----------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /* states and images */
</span><del>-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
</del><ins>+.ui-icon {
+        display: block;
+        text-indent: -99999px;
+        overflow: hidden;
+        background-repeat: no-repeat;
+}
</ins><span class="cx"> 
</span><ins>+
</ins><span class="cx"> /* Misc visuals
</span><span class="cx"> ----------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /* Overlays */
</span><del>-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</del><ins>+.ui-widget-overlay {
+        position: fixed;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+}
</ins><span class="cx"> 
</span><del>-/*
- * jQuery UI Resizable
</del><ins>+
+/*!
+ * jQuery UI Resizable 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Resizable#theming
</span><span class="cx">  */
</span><del>-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
</del><ins>+.ui-resizable {
+        position: relative;
+}
+.ui-resizable-handle {
+        position: absolute;
+        font-size: 0.1px;
+        display: block;
+}
+.ui-resizable-disabled .ui-resizable-handle,
+.ui-resizable-autohide .ui-resizable-handle {
+        display: none;
+}
+.ui-resizable-n {
+        cursor: n-resize;
+        height: 7px;
+        width: 100%;
+        top: -5px;
+        left: 0;
+}
+.ui-resizable-s {
+        cursor: s-resize;
+        height: 7px;
+        width: 100%;
+        bottom: -5px;
+        left: 0;
+}
+.ui-resizable-e {
+        cursor: e-resize;
+        width: 7px;
+        right: -5px;
+        top: 0;
+        height: 100%;
+}
+.ui-resizable-w {
+        cursor: w-resize;
+        width: 7px;
+        left: -5px;
+        top: 0;
+        height: 100%;
+}
+.ui-resizable-se {
+        cursor: se-resize;
+        width: 12px;
+        height: 12px;
+        right: 1px;
+        bottom: 1px;
+}
+.ui-resizable-sw {
+        cursor: sw-resize;
+        width: 9px;
+        height: 9px;
+        left: -5px;
+        bottom: -5px;
+}
+.ui-resizable-nw {
+        cursor: nw-resize;
+        width: 9px;
+        height: 9px;
+        left: -5px;
+        top: -5px;
+}
+.ui-resizable-ne {
+        cursor: ne-resize;
+        width: 9px;
+        height: 9px;
+        right: -5px;
+        top: -5px;
+}
</ins><span class="cx"> 
</span><del>-/*
- * jQuery UI Dialog
</del><ins>+/*!
+ * jQuery UI Dialog 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Dialog#theming
</span><span class="cx">  */
</span><del>-.wp-dialog { position: absolute; width: 300px; overflow: hidden; }
-.wp-dialog .ui-dialog-titlebar { position: relative; }
-.wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
-.wp-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
</del><ins>+.ui-dialog {
+        position: absolute;
+        top: 0;
+        left: 0;
+        padding: .2em;
+        outline: 0;
+}
+.ui-dialog .ui-dialog-titlebar {
+        padding: .4em 1em;
+        position: relative;
+}
+.ui-dialog .ui-dialog-title {
+        float: left;
+        margin: .1em 0;
+        white-space: nowrap;
+        width: 90%;
+        overflow: hidden;
+        text-overflow: ellipsis;
+}
+.ui-dialog .ui-dialog-titlebar-close {
+        position: absolute;
+        right: .3em;
+        top: 50%;
+        width: 21px;
+        margin: -10px 0 0 0;
+        padding: 1px;
+        height: 20px;
+}
+.ui-dialog .ui-dialog-content {
+        position: relative;
+        border: 0;
+        padding: .5em 1em;
+        background: none;
+        overflow: auto;
+}
+.ui-dialog .ui-dialog-buttonpane {
+        text-align: left;
+        border-width: 1px 0 0 0;
+        background-image: none;
+        margin-top: .5em;
+        padding: .3em 1em .5em .4em;
+}
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
+        float: right;
+}
+.ui-dialog .ui-dialog-buttonpane button {
+        margin: .5em .4em .5em 0;
+        cursor: pointer;
+}
+.ui-dialog .ui-resizable-se {
+        width: 12px;
+        height: 12px;
+        right: -5px;
+        bottom: -5px;
+        background-position: 16px 16px;
+}
+.ui-draggable .ui-dialog-titlebar {
+        cursor: move;
+}
</ins><span class="cx"> 
</span><span class="cx"> /* WP jQuery Dialog Theme */
</span><span class="cx"> .wp-dialog {
</span><ins>+        padding: 0;
+        z-index: 300002;
</ins><span class="cx">         border: 1px solid #999;
</span><span class="cx">         -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
</span><span class="cx">         box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
</span><ins>+        background-color: #f5f5f5;
+        -webkit-border-top-left-radius: 4px;
+        border-top-left-radius: 4px;
+        -webkit-border-top-right-radius: 4px;
+        border-top-right-radius: 4px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .wp-dialog .ui-dialog-title {
</span><span class="lines">@@ -1467,36 +1638,29 @@
</span><span class="cx">         font-size: 11px;
</span><span class="cx">         line-height: 18px;
</span><span class="cx">         color: #e5e5e5;
</span><del>-}
-
-.wp-dialog {
-        background-color: #fff;
-        -webkit-border-top-left-radius: 4px;
-        -webkit-border-top-right-radius: 4px;
-        border-top-left-radius: 4px;
-        border-top-right-radius: 4px;
-}
-
-.wp-dialog .ui-dialog-titlebar {
</del><span class="cx">         -webkit-border-top-left-radius: 3px;
</span><ins>+        border-top-left-radius: 3px;
</ins><span class="cx">         -webkit-border-top-right-radius: 3px;
</span><del>-        border-top-left-radius: 3px;
</del><span class="cx">         border-top-right-radius: 3px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.wp-dialog .ui-dialog-content {
+        padding: 0;
+}
+
</ins><span class="cx"> .wp-dialog .ui-dialog-titlebar-close {
</span><del>-        position: absolute;
</del><ins>+        cursor: pointer;
+        -webkit-appearance: none;
+        border: 0;
</ins><span class="cx">         width: 29px;
</span><span class="cx">         height: 16px;
</span><del>-        top: 2px;
</del><ins>+        top: 13px;
</ins><span class="cx">         right: 6px;
</span><span class="cx">         background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
</span><del>-        padding: 0;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-.rtl .wp-dialog .ui-dialog-titlebar-close {
-        right: auto;
-        left: 6px;
</del><ins>+.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
+        display: none;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .wp-dialog .ui-dialog-titlebar-close:hover,
</span><span class="lines">@@ -1505,11 +1669,17 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .ui-widget-overlay {
</span><ins>+        z-index: 300001;
</ins><span class="cx">         background-color: #000;
</span><span class="cx">         opacity: 0.6;
</span><span class="cx">         filter: alpha(opacity=60);
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.rtl .wp-dialog .ui-dialog-titlebar-close {
+        right: auto;
+        left: 6px;
+}
+
</ins><span class="cx"> /*
</span><span class="cx"> RTL
</span><span class="cx"> */
</span><span class="lines">@@ -2113,4 +2283,3 @@
</span><span class="cx">                 background-size: 19px 69px;
</span><span class="cx">         }
</span><span class="cx"> }
</span><del>-
</del></span></pre></div>
<a id="trunkwpincludescssjqueryuidialogcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/css/jquery-ui-dialog.css (23514 => 23515)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/css/jquery-ui-dialog.css        2013-02-28 17:52:24 UTC (rev 23514)
+++ trunk/wp-includes/css/jquery-ui-dialog.css        2013-02-28 17:54:00 UTC (rev 23515)
</span><span class="lines">@@ -1,8 +1,9 @@
</span><del>-/*
- * jQuery UI CSS Framework @VERSION
</del><ins>+/*!
+ * jQuery UI CSS Framework 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Theming/API
</span><span class="lines">@@ -10,81 +11,249 @@
</span><span class="cx"> 
</span><span class="cx"> /* Layout helpers
</span><span class="cx"> ----------------------------------*/
</span><del>-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: &quot;.&quot;; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
</del><ins>+.ui-helper-hidden {
+        display: none;
+}
+.ui-helper-hidden-accessible {
+        border: 0;
+        clip: rect(0 0 0 0);
+        height: 1px;
+        margin: -1px;
+        overflow: hidden;
+        padding: 0;
+        position: absolute;
+        width: 1px;
+}
+.ui-helper-reset {
+        margin: 0;
+        padding: 0;
+        border: 0;
+        outline: 0;
+        line-height: 1.3;
+        text-decoration: none;
+        font-size: 100%;
+        list-style: none;
+}
+.ui-helper-clearfix:before,
+.ui-helper-clearfix:after {
+        content: &quot;&quot;;
+        display: table;
+        border-collapse: collapse;
+}
+.ui-helper-clearfix:after {
+        clear: both;
+}
+.ui-helper-clearfix {
+        min-height: 0; /* support: IE7 */
+}
+.ui-helper-zfix {
+        width: 100%;
+        height: 100%;
+        top: 0;
+        left: 0;
+        position: absolute;
+        opacity: 0;
+        filter:Alpha(Opacity=0);
+}
</ins><span class="cx"> 
</span><ins>+.ui-front {
+        z-index: 100;
+}
</ins><span class="cx"> 
</span><ins>+
</ins><span class="cx"> /* Interaction Cues
</span><span class="cx"> ----------------------------------*/
</span><del>-.ui-state-disabled { cursor: default !important; }
</del><ins>+.ui-state-disabled {
+        cursor: default !important;
+}
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /* Icons
</span><span class="cx"> ----------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /* states and images */
</span><del>-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
</del><ins>+.ui-icon {
+        display: block;
+        text-indent: -99999px;
+        overflow: hidden;
+        background-repeat: no-repeat;
+}
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /* Misc visuals
</span><span class="cx"> ----------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /* Overlays */
</span><del>-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
</del><ins>+.ui-widget-overlay {
+        position: fixed;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+}
</ins><span class="cx"> 
</span><del>-/*
- * jQuery UI Resizable
</del><ins>+
+/*!
+ * jQuery UI Resizable 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Resizable#theming
</span><span class="cx">  */
</span><del>-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
</del><ins>+.ui-resizable {
+        position: relative;
+}
+.ui-resizable-handle {
+        position: absolute;
+        font-size: 0.1px;
+        display: block;
+}
+.ui-resizable-disabled .ui-resizable-handle,
+.ui-resizable-autohide .ui-resizable-handle {
+        display: none;
+}
+.ui-resizable-n {
+        cursor: n-resize;
+        height: 7px;
+        width: 100%;
+        top: -5px;
+        left: 0;
+}
+.ui-resizable-s {
+        cursor: s-resize;
+        height: 7px;
+        width: 100%;
+        bottom: -5px;
+        left: 0;
+}
+.ui-resizable-e {
+        cursor: e-resize;
+        width: 7px;
+        right: -5px;
+        top: 0;
+        height: 100%;
+}
+.ui-resizable-w {
+        cursor: w-resize;
+        width: 7px;
+        left: -5px;
+        top: 0;
+        height: 100%;
+}
+.ui-resizable-se {
+        cursor: se-resize;
+        width: 12px;
+        height: 12px;
+        right: 1px;
+        bottom: 1px;
+}
+.ui-resizable-sw {
+        cursor: sw-resize;
+        width: 9px;
+        height: 9px;
+        left: -5px;
+        bottom: -5px;
+}
+.ui-resizable-nw {
+        cursor: nw-resize;
+        width: 9px;
+        height: 9px;
+        left: -5px;
+        top: -5px;
+}
+.ui-resizable-ne {
+        cursor: ne-resize;
+        width: 9px;
+        height: 9px;
+        right: -5px;
+        top: -5px;
+}
</ins><span class="cx"> 
</span><del>-/*
- * jQuery UI Dialog
</del><ins>+/*!
+ * jQuery UI Dialog 1.10.1
+ * http://jqueryui.com
</ins><span class="cx">  *
</span><del>- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
</del><ins>+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
</ins><span class="cx">  * http://jquery.org/license
</span><span class="cx">  *
</span><span class="cx">  * http://docs.jquery.com/UI/Dialog#theming
</span><span class="cx">  */
</span><del>-.wp-dialog { position: absolute; width: 300px; overflow: hidden; }
-.wp-dialog .ui-dialog-titlebar { position: relative; }
-.wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
-.wp-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
</del><ins>+.ui-dialog {
+        position: absolute;
+        top: 0;
+        left: 0;
+        padding: .2em;
+        outline: 0;
+}
+.ui-dialog .ui-dialog-titlebar {
+        padding: .4em 1em;
+        position: relative;
+}
+.ui-dialog .ui-dialog-title {
+        float: left;
+        margin: .1em 0;
+        white-space: nowrap;
+        width: 90%;
+        overflow: hidden;
+        text-overflow: ellipsis;
+}
+.ui-dialog .ui-dialog-titlebar-close {
+        position: absolute;
+        right: .3em;
+        top: 50%;
+        width: 21px;
+        margin: -10px 0 0 0;
+        padding: 1px;
+        height: 20px;
+}
+.ui-dialog .ui-dialog-content {
+        position: relative;
+        border: 0;
+        padding: .5em 1em;
+        background: none;
+        overflow: auto;
+}
+.ui-dialog .ui-dialog-buttonpane {
+        text-align: left;
+        border-width: 1px 0 0 0;
+        background-image: none;
+        margin-top: .5em;
+        padding: .3em 1em .5em .4em;
+}
+.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
+        float: right;
+}
+.ui-dialog .ui-dialog-buttonpane button {
+        margin: .5em .4em .5em 0;
+        cursor: pointer;
+}
+.ui-dialog .ui-resizable-se {
+        width: 12px;
+        height: 12px;
+        right: -5px;
+        bottom: -5px;
+        background-position: 16px 16px;
+}
+.ui-draggable .ui-dialog-titlebar {
+        cursor: move;
+}
</ins><span class="cx"> 
</span><span class="cx"> /* WP jQuery Dialog Theme */
</span><span class="cx"> .wp-dialog {
</span><ins>+        padding: 0;
+        z-index: 300002;
</ins><span class="cx">         border: 1px solid #999;
</span><span class="cx">         -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
</span><span class="cx">         box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
</span><ins>+        background-color: #f5f5f5;
+        -webkit-border-top-left-radius: 4px;
+        border-top-left-radius: 4px;
+        -webkit-border-top-right-radius: 4px;
+        border-top-right-radius: 4px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .wp-dialog .ui-dialog-title {
</span><span class="lines">@@ -100,39 +269,38 @@
</span><span class="cx">         font-size: 11px;
</span><span class="cx">         line-height: 18px;
</span><span class="cx">         color: #e5e5e5;
</span><del>-}
-
-.wp-dialog {
-        background-color: #f5f5f5;
-        -webkit-border-top-left-radius: 4px;
-        border-top-left-radius: 4px;
-        -webkit-border-top-right-radius: 4px;
-        border-top-right-radius: 4px;
-}
-
-.wp-dialog .ui-dialog-titlebar {
</del><span class="cx">         -webkit-border-top-left-radius: 3px;
</span><span class="cx">         border-top-left-radius: 3px;
</span><span class="cx">         -webkit-border-top-right-radius: 3px;
</span><span class="cx">         border-top-right-radius: 3px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.wp-dialog .ui-dialog-content {
+        padding: 0;
+}
+
</ins><span class="cx"> .wp-dialog .ui-dialog-titlebar-close {
</span><del>-        position: absolute;
</del><ins>+        cursor: pointer;
+        -webkit-appearance: none;
+        border: 0;
</ins><span class="cx">         width: 29px;
</span><span class="cx">         height: 16px;
</span><del>-        top: 2px;
</del><ins>+        top: 13px;
</ins><span class="cx">         right: 6px;
</span><span class="cx">         background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
</span><del>-        padding: 0;
</del><span class="cx"> }
</span><span class="cx"> 
</span><ins>+.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
+        display: none;
+}
+
</ins><span class="cx"> .wp-dialog .ui-dialog-titlebar-close:hover,
</span><span class="cx"> .wp-dialog .ui-dialog-titlebar-close:focus {
</span><span class="cx">         background-position: -87px -32px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .ui-widget-overlay {
</span><ins>+        z-index: 300001;
</ins><span class="cx">         background-color: #000;
</span><span class="cx">         opacity: 0.6;
</span><span class="cx">         filter: alpha(opacity=60);
</span></span></pre></div>
<a id="trunkwpincludesjswplinkjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/wplink.js (23514 => 23515)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/wplink.js        2013-02-28 17:52:24 UTC (rev 23514)
+++ trunk/wp-includes/js/wplink.js        2013-02-28 17:54:00 UTC (rev 23515)
</span><span class="lines">@@ -71,8 +71,7 @@
</span><span class="cx">                                         width: 480,
</span><span class="cx">                                         height: 'auto',
</span><span class="cx">                                         modal: true,
</span><del>-                                        dialogClass: 'wp-dialog',
-                                        zIndex: 300000
</del><ins>+                                        dialogClass: 'wp-dialog'
</ins><span class="cx">                                 });
</span><span class="cx">                         }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>