Ticket #23370: 23370.3.patch
File 23370.3.patch, 18.4 KB (added by , 12 years ago) |
---|
-
wp-includes/js/wplink.js
71 71 width: 480, 72 72 height: 'auto', 73 73 modal: true, 74 dialogClass: 'wp-dialog', 75 zIndex: 300000 74 dialogClass: 'wp-dialog' 76 75 }); 77 76 } 78 77 -
wp-includes/css/editor.css
1362 1362 float: right; 1363 1363 } 1364 1364 1365 /* 1366 * Based on:1367 * jQuery UI CSS Framework @VERSION1365 /*! 1366 * jQuery UI CSS Framework 1.10.1 1367 * http://jqueryui.com 1368 1368 * 1369 * Copyright 201 0, 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. 1371 1371 * http://jquery.org/license 1372 1372 * 1373 1373 * http://docs.jquery.com/UI/Theming/API … … 1375 1375 1376 1376 /* Layout helpers 1377 1377 ----------------------------------*/ 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 } 1388 1422 1423 .ui-front { 1424 z-index: 100; 1425 } 1426 1427 1389 1428 /* Interaction Cues 1390 1429 ----------------------------------*/ 1391 .ui-state-disabled { cursor: default !important; } 1430 .ui-state-disabled { 1431 cursor: default !important; 1432 } 1392 1433 1434 1393 1435 /* Icons 1394 1436 ----------------------------------*/ 1395 1437 1396 1438 /* 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 } 1398 1445 1446 1399 1447 /* Misc visuals 1400 1448 ----------------------------------*/ 1401 1449 1402 1450 /* 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 } 1404 1458 1405 /* 1406 * jQuery UI Resizable 1459 1460 /*! 1461 * jQuery UI Resizable 1.10.1 1462 * http://jqueryui.com 1407 1463 * 1408 * Copyright 201 0, 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. 1410 1466 * http://jquery.org/license 1411 1467 * 1412 1468 * http://docs.jquery.com/UI/Resizable#theming 1413 1469 */ 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 } 1425 1538 1426 /* 1427 * jQuery UI Dialog 1539 /*! 1540 * jQuery UI Dialog 1.10.1 1541 * http://jqueryui.com 1428 1542 * 1429 * Copyright 201 0, 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. 1431 1545 * http://jquery.org/license 1432 1546 * 1433 1547 * http://docs.jquery.com/UI/Dialog#theming 1434 1548 */ 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 } 1444 1608 1445 1609 /* WP jQuery Dialog Theme */ 1446 1610 .wp-dialog { 1611 padding: 0; 1612 z-index: 300002; 1447 1613 border: 1px solid #999; 1448 1614 -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 ); 1449 1615 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; 1450 1621 } 1451 1622 1452 1623 .wp-dialog .ui-dialog-title { … … 1462 1633 font-size: 11px; 1463 1634 line-height: 18px; 1464 1635 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 {1476 1636 -webkit-border-top-left-radius: 3px; 1637 border-top-left-radius: 3px; 1477 1638 -webkit-border-top-right-radius: 3px; 1478 border-top-left-radius: 3px;1479 1639 border-top-right-radius: 3px; 1480 1640 } 1481 1641 1642 .wp-dialog .ui-dialog-content { 1643 padding: 0; 1644 } 1645 1482 1646 .wp-dialog .ui-dialog-titlebar-close { 1483 position: absolute; 1647 cursor: pointer; 1648 -webkit-appearance: none; 1649 border: 0; 1484 1650 width: 29px; 1485 1651 height: 16px; 1486 top: 2px;1652 top: 13px; 1487 1653 right: 6px; 1488 1654 background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px; 1489 padding: 0;1490 1655 } 1491 1656 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; 1495 1659 } 1496 1660 1497 1661 .wp-dialog .ui-dialog-titlebar-close:hover, … … 1500 1664 } 1501 1665 1502 1666 .ui-widget-overlay { 1667 z-index: 300001; 1503 1668 background-color: #000; 1504 1669 opacity: 0.6; 1505 1670 filter: alpha(opacity=60); 1506 1671 } 1507 1672 1673 .rtl .wp-dialog .ui-dialog-titlebar-close { 1674 right: auto; 1675 left: 6px; 1676 } 1677 1508 1678 /* 1509 1679 RTL 1510 1680 */ … … 2103 2273 background-size: 19px 69px; 2104 2274 } 2105 2275 } 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 3 4 * 4 * Copyright 201 0, 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. 6 7 * http://jquery.org/license 7 8 * 8 9 * http://docs.jquery.com/UI/Theming/API … … 10 11 11 12 /* Layout helpers 12 13 ----------------------------------*/ 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 } 23 58 59 .ui-front { 60 z-index: 100; 61 } 24 62 63 25 64 /* Interaction Cues 26 65 ----------------------------------*/ 27 .ui-state-disabled { cursor: default !important; } 66 .ui-state-disabled { 67 cursor: default !important; 68 } 28 69 29 70 30 71 /* Icons 31 72 ----------------------------------*/ 32 73 33 74 /* 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 } 35 81 36 82 37 83 /* Misc visuals 38 84 ----------------------------------*/ 39 85 40 86 /* 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 } 42 94 43 /* 44 * jQuery UI Resizable 95 96 /*! 97 * jQuery UI Resizable 1.10.1 98 * http://jqueryui.com 45 99 * 46 * Copyright 201 0, 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. 48 102 * http://jquery.org/license 49 103 * 50 104 * http://docs.jquery.com/UI/Resizable#theming 51 105 */ 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 } 63 174 64 /* 65 * jQuery UI Dialog 175 /*! 176 * jQuery UI Dialog 1.10.1 177 * http://jqueryui.com 66 178 * 67 * Copyright 201 0, 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. 69 181 * http://jquery.org/license 70 182 * 71 183 * http://docs.jquery.com/UI/Dialog#theming 72 184 */ 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 } 82 244 83 245 /* WP jQuery Dialog Theme */ 84 246 .wp-dialog { 247 padding: 0; 248 z-index: 300002; 85 249 border: 1px solid #999; 86 250 -webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 ); 87 251 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; 88 257 } 89 258 90 259 .wp-dialog .ui-dialog-title { … … 100 269 font-size: 11px; 101 270 line-height: 18px; 102 271 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 {114 272 -webkit-border-top-left-radius: 3px; 115 273 border-top-left-radius: 3px; 116 274 -webkit-border-top-right-radius: 3px; 117 275 border-top-right-radius: 3px; 118 276 } 119 277 278 .wp-dialog .ui-dialog-content { 279 padding: 0; 280 } 281 120 282 .wp-dialog .ui-dialog-titlebar-close { 121 position: absolute; 283 cursor: pointer; 284 -webkit-appearance: none; 285 border: 0; 122 286 width: 29px; 123 287 height: 16px; 124 top: 2px;288 top: 13px; 125 289 right: 6px; 126 290 background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px; 127 padding: 0;128 291 } 129 292 293 .wp-dialog .ui-dialog-titlebar-close .ui-button-text { 294 display: none; 295 } 296 130 297 .wp-dialog .ui-dialog-titlebar-close:hover, 131 298 .wp-dialog .ui-dialog-titlebar-close:focus { 132 299 background-position: -87px -32px; 133 300 } 134 301 135 302 .ui-widget-overlay { 303 z-index: 300001; 136 304 background-color: #000; 137 305 opacity: 0.6; 138 306 filter: alpha(opacity=60);