Make WordPress Core

Ticket #23370: 23370.3.patch

File 23370.3.patch, 18.4 KB (added by ocean90, 12 years ago)
  • wp-includes/js/wplink.js

     
    7171                                        width: 480,
    7272                                        height: 'auto',
    7373                                        modal: true,
    74                                         dialogClass: 'wp-dialog',
    75                                         zIndex: 300000
     74                                        dialogClass: 'wp-dialog'
    7675                                });
    7776                        }
    7877
  • wp-includes/css/editor.css

     
    13621362        float: right;
    13631363}
    13641364
    1365 /*
    1366  * Based on:
    1367  * jQuery UI CSS Framework @VERSION
     1365/*!
     1366 * jQuery UI CSS Framework 1.10.1
     1367 * http://jqueryui.com
    13681368 *
    1369  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    1370  * Dual licensed under the MIT or GPL Version 2 licenses.
     1369 * Copyright 2013 jQuery Foundation and other contributors
     1370 * Released under the MIT license.
    13711371 * http://jquery.org/license
    13721372 *
    13731373 * http://docs.jquery.com/UI/Theming/API
     
    13751375
    13761376/* Layout helpers
    13771377----------------------------------*/
    1378 .ui-helper-hidden { display: none; }
    1379 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
    1380 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
    1381 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    1382 .ui-helper-clearfix { display: inline-block; }
    1383 /* required comment for clearfix to work in Opera \*/
    1384 * html .ui-helper-clearfix { height:1%; }
    1385 .ui-helper-clearfix { display:block; }
    1386 /* end clearfix */
    1387 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
     1378.ui-helper-hidden {
     1379        display: none;
     1380}
     1381.ui-helper-hidden-accessible {
     1382        border: 0;
     1383        clip: rect(0 0 0 0);
     1384        height: 1px;
     1385        margin: -1px;
     1386        overflow: hidden;
     1387        padding: 0;
     1388        position: absolute;
     1389        width: 1px;
     1390}
     1391.ui-helper-reset {
     1392        margin: 0;
     1393        padding: 0;
     1394        border: 0;
     1395        outline: 0;
     1396        line-height: 1.3;
     1397        text-decoration: none;
     1398        font-size: 100%;
     1399        list-style: none;
     1400}
     1401.ui-helper-clearfix:before,
     1402.ui-helper-clearfix:after {
     1403        content: "";
     1404        display: table;
     1405        border-collapse: collapse;
     1406}
     1407.ui-helper-clearfix:after {
     1408        clear: both;
     1409}
     1410.ui-helper-clearfix {
     1411        min-height: 0; /* support: IE7 */
     1412}
     1413.ui-helper-zfix {
     1414        width: 100%;
     1415        height: 100%;
     1416        top: 0;
     1417        left: 0;
     1418        position: absolute;
     1419        opacity: 0;
     1420        filter:Alpha(Opacity=0);
     1421}
    13881422
     1423.ui-front {
     1424        z-index: 100;
     1425}
     1426
     1427
    13891428/* Interaction Cues
    13901429----------------------------------*/
    1391 .ui-state-disabled { cursor: default !important; }
     1430.ui-state-disabled {
     1431        cursor: default !important;
     1432}
    13921433
     1434
    13931435/* Icons
    13941436----------------------------------*/
    13951437
    13961438/* states and images */
    1397 .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
     1439.ui-icon {
     1440        display: block;
     1441        text-indent: -99999px;
     1442        overflow: hidden;
     1443        background-repeat: no-repeat;
     1444}
    13981445
     1446
    13991447/* Misc visuals
    14001448----------------------------------*/
    14011449
    14021450/* Overlays */
    1403 .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
     1451.ui-widget-overlay {
     1452        position: fixed;
     1453        top: 0;
     1454        left: 0;
     1455        width: 100%;
     1456        height: 100%;
     1457}
    14041458
    1405 /*
    1406  * jQuery UI Resizable
     1459
     1460/*!
     1461 * jQuery UI Resizable 1.10.1
     1462 * http://jqueryui.com
    14071463 *
    1408  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    1409  * Dual licensed under the MIT or GPL Version 2 licenses.
     1464 * Copyright 2013 jQuery Foundation and other contributors
     1465 * Released under the MIT license.
    14101466 * http://jquery.org/license
    14111467 *
    14121468 * http://docs.jquery.com/UI/Resizable#theming
    14131469 */
    1414 .ui-resizable { position: relative;}
    1415 .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
    1416 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
    1417 .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
    1418 .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
    1419 .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
    1420 .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
    1421 .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
    1422 .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
    1423 .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
    1424 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
     1470.ui-resizable {
     1471        position: relative;
     1472}
     1473.ui-resizable-handle {
     1474        position: absolute;
     1475        font-size: 0.1px;
     1476        display: block;
     1477}
     1478.ui-resizable-disabled .ui-resizable-handle,
     1479.ui-resizable-autohide .ui-resizable-handle {
     1480        display: none;
     1481}
     1482.ui-resizable-n {
     1483        cursor: n-resize;
     1484        height: 7px;
     1485        width: 100%;
     1486        top: -5px;
     1487        left: 0;
     1488}
     1489.ui-resizable-s {
     1490        cursor: s-resize;
     1491        height: 7px;
     1492        width: 100%;
     1493        bottom: -5px;
     1494        left: 0;
     1495}
     1496.ui-resizable-e {
     1497        cursor: e-resize;
     1498        width: 7px;
     1499        right: -5px;
     1500        top: 0;
     1501        height: 100%;
     1502}
     1503.ui-resizable-w {
     1504        cursor: w-resize;
     1505        width: 7px;
     1506        left: -5px;
     1507        top: 0;
     1508        height: 100%;
     1509}
     1510.ui-resizable-se {
     1511        cursor: se-resize;
     1512        width: 12px;
     1513        height: 12px;
     1514        right: 1px;
     1515        bottom: 1px;
     1516}
     1517.ui-resizable-sw {
     1518        cursor: sw-resize;
     1519        width: 9px;
     1520        height: 9px;
     1521        left: -5px;
     1522        bottom: -5px;
     1523}
     1524.ui-resizable-nw {
     1525        cursor: nw-resize;
     1526        width: 9px;
     1527        height: 9px;
     1528        left: -5px;
     1529        top: -5px;
     1530}
     1531.ui-resizable-ne {
     1532        cursor: ne-resize;
     1533        width: 9px;
     1534        height: 9px;
     1535        right: -5px;
     1536        top: -5px;
     1537}
    14251538
    1426 /*
    1427  * jQuery UI Dialog
     1539/*!
     1540 * jQuery UI Dialog 1.10.1
     1541 * http://jqueryui.com
    14281542 *
    1429  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    1430  * Dual licensed under the MIT or GPL Version 2 licenses.
     1543 * Copyright 2013 jQuery Foundation and other contributors
     1544 * Released under the MIT license.
    14311545 * http://jquery.org/license
    14321546 *
    14331547 * http://docs.jquery.com/UI/Dialog#theming
    14341548 */
    1435 .wp-dialog { position: absolute; width: 300px; overflow: hidden; }
    1436 .wp-dialog .ui-dialog-titlebar { position: relative; }
    1437 .wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
    1438 .wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
    1439 .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; }
    1440 .wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
    1441 .wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
    1442 .wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
    1443 .ui-draggable .ui-dialog-titlebar { cursor: move; }
     1549.ui-dialog {
     1550        position: absolute;
     1551        top: 0;
     1552        left: 0;
     1553        padding: .2em;
     1554        outline: 0;
     1555}
     1556.ui-dialog .ui-dialog-titlebar {
     1557        padding: .4em 1em;
     1558        position: relative;
     1559}
     1560.ui-dialog .ui-dialog-title {
     1561        float: left;
     1562        margin: .1em 0;
     1563        white-space: nowrap;
     1564        width: 90%;
     1565        overflow: hidden;
     1566        text-overflow: ellipsis;
     1567}
     1568.ui-dialog .ui-dialog-titlebar-close {
     1569        position: absolute;
     1570        right: .3em;
     1571        top: 50%;
     1572        width: 21px;
     1573        margin: -10px 0 0 0;
     1574        padding: 1px;
     1575        height: 20px;
     1576}
     1577.ui-dialog .ui-dialog-content {
     1578        position: relative;
     1579        border: 0;
     1580        padding: .5em 1em;
     1581        background: none;
     1582        overflow: auto;
     1583}
     1584.ui-dialog .ui-dialog-buttonpane {
     1585        text-align: left;
     1586        border-width: 1px 0 0 0;
     1587        background-image: none;
     1588        margin-top: .5em;
     1589        padding: .3em 1em .5em .4em;
     1590}
     1591.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     1592        float: right;
     1593}
     1594.ui-dialog .ui-dialog-buttonpane button {
     1595        margin: .5em .4em .5em 0;
     1596        cursor: pointer;
     1597}
     1598.ui-dialog .ui-resizable-se {
     1599        width: 12px;
     1600        height: 12px;
     1601        right: -5px;
     1602        bottom: -5px;
     1603        background-position: 16px 16px;
     1604}
     1605.ui-draggable .ui-dialog-titlebar {
     1606        cursor: move;
     1607}
    14441608
    14451609/* WP jQuery Dialog Theme */
    14461610.wp-dialog {
     1611        padding: 0;
     1612        z-index: 300002;
    14471613        border: 1px solid #999;
    14481614        -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
    14491615        box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
     1616        background-color: #f5f5f5;
     1617        -webkit-border-top-left-radius: 4px;
     1618        border-top-left-radius: 4px;
     1619        -webkit-border-top-right-radius: 4px;
     1620        border-top-right-radius: 4px;
    14501621}
    14511622
    14521623.wp-dialog .ui-dialog-title {
     
    14621633        font-size: 11px;
    14631634        line-height: 18px;
    14641635        color: #e5e5e5;
    1465 }
    1466 
    1467 .wp-dialog {
    1468         background-color: #fff;
    1469         -webkit-border-top-left-radius: 4px;
    1470         -webkit-border-top-right-radius: 4px;
    1471         border-top-left-radius: 4px;
    1472         border-top-right-radius: 4px;
    1473 }
    1474 
    1475 .wp-dialog .ui-dialog-titlebar {
    14761636        -webkit-border-top-left-radius: 3px;
     1637        border-top-left-radius: 3px;
    14771638        -webkit-border-top-right-radius: 3px;
    1478         border-top-left-radius: 3px;
    14791639        border-top-right-radius: 3px;
    14801640}
    14811641
     1642.wp-dialog .ui-dialog-content {
     1643        padding: 0;
     1644}
     1645
    14821646.wp-dialog .ui-dialog-titlebar-close {
    1483         position: absolute;
     1647        cursor: pointer;
     1648        -webkit-appearance: none;
     1649        border: 0;
    14841650        width: 29px;
    14851651        height: 16px;
    1486         top: 2px;
     1652        top: 13px;
    14871653        right: 6px;
    14881654        background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
    1489         padding: 0;
    14901655}
    14911656
    1492 .rtl .wp-dialog .ui-dialog-titlebar-close {
    1493         right: auto;
    1494         left: 6px;
     1657.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
     1658        display: none;
    14951659}
    14961660
    14971661.wp-dialog .ui-dialog-titlebar-close:hover,
     
    15001664}
    15011665
    15021666.ui-widget-overlay {
     1667        z-index: 300001;
    15031668        background-color: #000;
    15041669        opacity: 0.6;
    15051670        filter: alpha(opacity=60);
    15061671}
    15071672
     1673.rtl .wp-dialog .ui-dialog-titlebar-close {
     1674        right: auto;
     1675        left: 6px;
     1676}
     1677
    15081678/*
    15091679RTL
    15101680*/
     
    21032273                background-size: 19px 69px;
    21042274        }
    21052275}
    2106 
  • wp-includes/css/jquery-ui-dialog.css

     
    1 /*
    2  * jQuery UI CSS Framework @VERSION
     1/*!
     2 * jQuery UI CSS Framework 1.10.1
     3 * http://jqueryui.com
    34 *
    4  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    5  * Dual licensed under the MIT or GPL Version 2 licenses.
     5 * Copyright 2013 jQuery Foundation and other contributors
     6 * Released under the MIT license.
    67 * http://jquery.org/license
    78 *
    89 * http://docs.jquery.com/UI/Theming/API
     
    1011
    1112/* Layout helpers
    1213----------------------------------*/
    13 .ui-helper-hidden { display: none; }
    14 .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
    15 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
    16 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    17 .ui-helper-clearfix { display: inline-block; }
    18 /* required comment for clearfix to work in Opera \*/
    19 * html .ui-helper-clearfix { height:1%; }
    20 .ui-helper-clearfix { display:block; }
    21 /* end clearfix */
    22 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
     14.ui-helper-hidden {
     15        display: none;
     16}
     17.ui-helper-hidden-accessible {
     18        border: 0;
     19        clip: rect(0 0 0 0);
     20        height: 1px;
     21        margin: -1px;
     22        overflow: hidden;
     23        padding: 0;
     24        position: absolute;
     25        width: 1px;
     26}
     27.ui-helper-reset {
     28        margin: 0;
     29        padding: 0;
     30        border: 0;
     31        outline: 0;
     32        line-height: 1.3;
     33        text-decoration: none;
     34        font-size: 100%;
     35        list-style: none;
     36}
     37.ui-helper-clearfix:before,
     38.ui-helper-clearfix:after {
     39        content: "";
     40        display: table;
     41        border-collapse: collapse;
     42}
     43.ui-helper-clearfix:after {
     44        clear: both;
     45}
     46.ui-helper-clearfix {
     47        min-height: 0; /* support: IE7 */
     48}
     49.ui-helper-zfix {
     50        width: 100%;
     51        height: 100%;
     52        top: 0;
     53        left: 0;
     54        position: absolute;
     55        opacity: 0;
     56        filter:Alpha(Opacity=0);
     57}
    2358
     59.ui-front {
     60        z-index: 100;
     61}
    2462
     63
    2564/* Interaction Cues
    2665----------------------------------*/
    27 .ui-state-disabled { cursor: default !important; }
     66.ui-state-disabled {
     67        cursor: default !important;
     68}
    2869
    2970
    3071/* Icons
    3172----------------------------------*/
    3273
    3374/* states and images */
    34 .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
     75.ui-icon {
     76        display: block;
     77        text-indent: -99999px;
     78        overflow: hidden;
     79        background-repeat: no-repeat;
     80}
    3581
    3682
    3783/* Misc visuals
    3884----------------------------------*/
    3985
    4086/* Overlays */
    41 .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
     87.ui-widget-overlay {
     88        position: fixed;
     89        top: 0;
     90        left: 0;
     91        width: 100%;
     92        height: 100%;
     93}
    4294
    43 /*
    44  * jQuery UI Resizable
     95
     96/*!
     97 * jQuery UI Resizable 1.10.1
     98 * http://jqueryui.com
    4599 *
    46  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    47  * Dual licensed under the MIT or GPL Version 2 licenses.
     100 * Copyright 2013 jQuery Foundation and other contributors
     101 * Released under the MIT license.
    48102 * http://jquery.org/license
    49103 *
    50104 * http://docs.jquery.com/UI/Resizable#theming
    51105 */
    52 .ui-resizable { position: relative;}
    53 .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
    54 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
    55 .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
    56 .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
    57 .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
    58 .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
    59 .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
    60 .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
    61 .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
    62 .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
     106.ui-resizable {
     107        position: relative;
     108}
     109.ui-resizable-handle {
     110        position: absolute;
     111        font-size: 0.1px;
     112        display: block;
     113}
     114.ui-resizable-disabled .ui-resizable-handle,
     115.ui-resizable-autohide .ui-resizable-handle {
     116        display: none;
     117}
     118.ui-resizable-n {
     119        cursor: n-resize;
     120        height: 7px;
     121        width: 100%;
     122        top: -5px;
     123        left: 0;
     124}
     125.ui-resizable-s {
     126        cursor: s-resize;
     127        height: 7px;
     128        width: 100%;
     129        bottom: -5px;
     130        left: 0;
     131}
     132.ui-resizable-e {
     133        cursor: e-resize;
     134        width: 7px;
     135        right: -5px;
     136        top: 0;
     137        height: 100%;
     138}
     139.ui-resizable-w {
     140        cursor: w-resize;
     141        width: 7px;
     142        left: -5px;
     143        top: 0;
     144        height: 100%;
     145}
     146.ui-resizable-se {
     147        cursor: se-resize;
     148        width: 12px;
     149        height: 12px;
     150        right: 1px;
     151        bottom: 1px;
     152}
     153.ui-resizable-sw {
     154        cursor: sw-resize;
     155        width: 9px;
     156        height: 9px;
     157        left: -5px;
     158        bottom: -5px;
     159}
     160.ui-resizable-nw {
     161        cursor: nw-resize;
     162        width: 9px;
     163        height: 9px;
     164        left: -5px;
     165        top: -5px;
     166}
     167.ui-resizable-ne {
     168        cursor: ne-resize;
     169        width: 9px;
     170        height: 9px;
     171        right: -5px;
     172        top: -5px;
     173}
    63174
    64 /*
    65  * jQuery UI Dialog
     175/*!
     176 * jQuery UI Dialog 1.10.1
     177 * http://jqueryui.com
    66178 *
    67  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
    68  * Dual licensed under the MIT or GPL Version 2 licenses.
     179 * Copyright 2013 jQuery Foundation and other contributors
     180 * Released under the MIT license.
    69181 * http://jquery.org/license
    70182 *
    71183 * http://docs.jquery.com/UI/Dialog#theming
    72184 */
    73 .wp-dialog { position: absolute; width: 300px; overflow: hidden; }
    74 .wp-dialog .ui-dialog-titlebar { position: relative; }
    75 .wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
    76 .wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
    77 .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; }
    78 .wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
    79 .wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
    80 .wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
    81 .ui-draggable .ui-dialog-titlebar { cursor: move; }
     185.ui-dialog {
     186        position: absolute;
     187        top: 0;
     188        left: 0;
     189        padding: .2em;
     190        outline: 0;
     191}
     192.ui-dialog .ui-dialog-titlebar {
     193        padding: .4em 1em;
     194        position: relative;
     195}
     196.ui-dialog .ui-dialog-title {
     197        float: left;
     198        margin: .1em 0;
     199        white-space: nowrap;
     200        width: 90%;
     201        overflow: hidden;
     202        text-overflow: ellipsis;
     203}
     204.ui-dialog .ui-dialog-titlebar-close {
     205        position: absolute;
     206        right: .3em;
     207        top: 50%;
     208        width: 21px;
     209        margin: -10px 0 0 0;
     210        padding: 1px;
     211        height: 20px;
     212}
     213.ui-dialog .ui-dialog-content {
     214        position: relative;
     215        border: 0;
     216        padding: .5em 1em;
     217        background: none;
     218        overflow: auto;
     219}
     220.ui-dialog .ui-dialog-buttonpane {
     221        text-align: left;
     222        border-width: 1px 0 0 0;
     223        background-image: none;
     224        margin-top: .5em;
     225        padding: .3em 1em .5em .4em;
     226}
     227.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     228        float: right;
     229}
     230.ui-dialog .ui-dialog-buttonpane button {
     231        margin: .5em .4em .5em 0;
     232        cursor: pointer;
     233}
     234.ui-dialog .ui-resizable-se {
     235        width: 12px;
     236        height: 12px;
     237        right: -5px;
     238        bottom: -5px;
     239        background-position: 16px 16px;
     240}
     241.ui-draggable .ui-dialog-titlebar {
     242        cursor: move;
     243}
    82244
    83245/* WP jQuery Dialog Theme */
    84246.wp-dialog {
     247        padding: 0;
     248        z-index: 300002;
    85249        border: 1px solid #999;
    86250        -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
    87251        box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
     252        background-color: #f5f5f5;
     253        -webkit-border-top-left-radius: 4px;
     254        border-top-left-radius: 4px;
     255        -webkit-border-top-right-radius: 4px;
     256        border-top-right-radius: 4px;
    88257}
    89258
    90259.wp-dialog .ui-dialog-title {
     
    100269        font-size: 11px;
    101270        line-height: 18px;
    102271        color: #e5e5e5;
    103 }
    104 
    105 .wp-dialog {
    106         background-color: #f5f5f5;
    107         -webkit-border-top-left-radius: 4px;
    108         border-top-left-radius: 4px;
    109         -webkit-border-top-right-radius: 4px;
    110         border-top-right-radius: 4px;
    111 }
    112 
    113 .wp-dialog .ui-dialog-titlebar {
    114272        -webkit-border-top-left-radius: 3px;
    115273        border-top-left-radius: 3px;
    116274        -webkit-border-top-right-radius: 3px;
    117275        border-top-right-radius: 3px;
    118276}
    119277
     278.wp-dialog .ui-dialog-content {
     279        padding: 0;
     280}
     281
    120282.wp-dialog .ui-dialog-titlebar-close {
    121         position: absolute;
     283        cursor: pointer;
     284        -webkit-appearance: none;
     285        border: 0;
    122286        width: 29px;
    123287        height: 16px;
    124         top: 2px;
     288        top: 13px;
    125289        right: 6px;
    126290        background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
    127         padding: 0;
    128291}
    129292
     293.wp-dialog .ui-dialog-titlebar-close .ui-button-text {
     294        display: none;
     295}
     296
    130297.wp-dialog .ui-dialog-titlebar-close:hover,
    131298.wp-dialog .ui-dialog-titlebar-close:focus {
    132299        background-position: -87px -32px;
    133300}
    134301
    135302.ui-widget-overlay {
     303        z-index: 300001;
    136304        background-color: #000;
    137305        opacity: 0.6;
    138306        filter: alpha(opacity=60);