Ticket #31332: build.diff
File build.diff, 25.2 KB (added by , 10 years ago) |
---|
-
wp-admin/css/about-rtl.css
263 263 opacity: 0; 264 264 } 265 265 266 /* rtl:ignore */ 266 267 .about-wrap .dfw-container .overlay-image.from-left { 267 268 -webkit-transform: translate3d(-100%, 0, 0); 268 269 transform: translate3d(-100%, 0, 0); … … 296 297 .about-wrap .feature-list svg { 297 298 float: right; 298 299 clear: right; 299 margin: 15px 0 0 15px 300 margin: 15px 0 0 15px; 300 301 height: 90px; 301 302 width: 90px; 302 303 background-color: #cccccc; -
wp-admin/css/about.css
263 263 opacity: 0; 264 264 } 265 265 266 /* rtl:ignore */ 266 267 .about-wrap .dfw-container .overlay-image.from-left { 267 268 -webkit-transform: translate3d(-100%, 0, 0); 268 269 transform: translate3d(-100%, 0, 0); … … 296 297 .about-wrap .feature-list svg { 297 298 float: left; 298 299 clear: left; 299 margin: 15px 15px 0 0 300 margin: 15px 15px 0 0; 300 301 height: 90px; 301 302 width: 90px; 302 303 background-color: #cccccc; -
wp-admin/css/admin-menu-rtl.css
595 595 -moz-osx-font-smoothing: grayscale; 596 596 } 597 597 598 /* rtl:ignore */ 598 599 .folded #collapse-button div:after, 599 600 .rtl #collapse-button div:after { 600 601 -webkit-transform: rotate(180deg); … … 726 727 background: none; 727 728 } 728 729 730 /* rtl:ignore */ 729 731 .auto-fold #collapse-button div:after { 730 732 -webkit-transform: rotate(180deg); 731 733 -ms-transform: rotate(180deg); -
wp-admin/css/admin-menu.css
595 595 -moz-osx-font-smoothing: grayscale; 596 596 } 597 597 598 /* rtl:ignore */ 598 599 .folded #collapse-button div:after, 599 600 .rtl #collapse-button div:after { 600 601 -webkit-transform: rotate(180deg); … … 726 727 background: none; 727 728 } 728 729 730 /* rtl:ignore */ 729 731 .auto-fold #collapse-button div:after { 730 732 -webkit-transform: rotate(180deg); 731 733 -ms-transform: rotate(180deg); -
wp-admin/css/common-rtl.css
390 390 margin: 0 0 0.5em; 391 391 } 392 392 393 /* @noflip*/393 /* rtl:ignore */ 394 394 .ltr { 395 395 direction: ltr; 396 396 } 397 397 398 /* @noflip*/398 /* rtl:ignore */ 399 399 .code, 400 400 code { 401 401 font-family: Consolas, Monaco, monospace; … … 1465 1465 1466 1466 .toggle-arrow { 1467 1467 background-repeat: no-repeat; 1468 background-position: top right;1468 background-position: top left; 1469 1469 background-color: transparent; 1470 1470 height: 22px; 1471 1471 line-height: 22px; … … 1473 1473 } 1474 1474 1475 1475 .toggle-arrow-active { 1476 background-position: bottom right;1476 background-position: bottom left; 1477 1477 } 1478 1478 1479 1479 #screen-options-wrap h5, … … 2109 2109 position: relative; 2110 2110 height: 17px; 2111 2111 width: 100px; 2112 background: url(../images/stars.png?ver=20121108) repeat-x bottom right;2112 background: url(../images/stars.png?ver=20121108) repeat-x bottom left; 2113 2113 } 2114 2114 2115 2115 div.star-holder .star-rating { 2116 background: url(../images/stars.png?ver=20121108) repeat-x top right;2116 background: url(../images/stars.png?ver=20121108) repeat-x top left; 2117 2117 height: 17px; 2118 2118 float: right; 2119 2119 } … … 2224 2224 margin: 174px 10px 0 0; 2225 2225 color: #fff; 2226 2226 background: rgba( 30, 30, 30, 0.9 ); 2227 text-shadow: 0 -1px 3px rgba( 0, 0, 0, 0.4 );2227 text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 ); 2228 2228 -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 ); 2229 2229 box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 ); 2230 2230 -webkit-border-radius: 8px; … … 2427 2427 background: #f3f3f3; 2428 2428 } 2429 2429 2430 /* @noflip*/2430 /* rtl:ignore */ 2431 2431 #plugin-information .section { 2432 2432 direction: ltr; 2433 2433 } 2434 2434 2435 /* @noflip*/2435 /* rtl:ignore */ 2436 2436 #plugin-information .section ul, 2437 2437 #plugin-information .section ol { 2438 2438 list-style-type: disc; … … 2460 2460 box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 ); 2461 2461 } 2462 2462 2463 /* @noflip*/2463 /* rtl:ignore */ 2464 2464 #plugin-information #section-screenshots li p { 2465 2465 font-style: italic; 2466 2466 padding-left: 20px; … … 2472 2472 border: 1px solid #ccc; 2473 2473 } 2474 2474 2475 /* @noflip*/2475 /* rtl:ignore */ 2476 2476 #plugin-information .review { 2477 2477 overflow: hidden; /* clearfix */ 2478 2478 width: 100%; … … 2484 2484 overflow: hidden; /* clearfix */ 2485 2485 } 2486 2486 2487 /* @noflip*/2487 /* rtl:ignore */ 2488 2488 #plugin-information .review-title-section h4 { 2489 2489 display: inline-block; 2490 2490 float: left; … … 2497 2497 padding-top: 2px; 2498 2498 } 2499 2499 2500 /* @noflip*/2500 /* rtl:ignore */ 2501 2501 #plugin-information .reviewer-info .avatar { 2502 2502 float: left; 2503 2503 margin: 4px 6px 0 0; 2504 2504 } 2505 2505 2506 /* @noflip*/2506 /* rtl:ignore */ 2507 2507 #plugin-information .reviewer-info .star-rating { 2508 2508 float: left; 2509 2509 } 2510 2510 2511 /* @noflip*/2511 /* rtl:ignore */ 2512 2512 #plugin-information .review-meta { 2513 2513 float: left; 2514 2514 margin-left: 0.75em; 2515 2515 } 2516 2516 2517 /* @noflip*/2517 /* rtl:ignore */ 2518 2518 #plugin-information .review-body { 2519 2519 float: left; 2520 2520 width: 100%; … … 2763 2763 outline: none; 2764 2764 } 2765 2765 2766 /* @noflip*/2766 /* rtl:ignore */ 2767 2767 #template textarea, 2768 2768 #docs-list { 2769 2769 direction: ltr; … … 3061 3061 /* Back-compat for pre-3.8 */ 3062 3062 div.star-holder, 3063 3063 div.star-holder .star-rating { 3064 background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom right;3064 background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left; 3065 3065 -webkit-background-size: 21px 37px; 3066 3066 background-size: 21px 37px; 3067 3067 } -
wp-admin/css/common.css
390 390 margin: 0 0 0.5em; 391 391 } 392 392 393 /* @noflip*/393 /* rtl:ignore */ 394 394 .ltr { 395 395 direction: ltr; 396 396 } 397 397 398 /* @noflip*/398 /* rtl:ignore */ 399 399 .code, 400 400 code { 401 401 font-family: Consolas, Monaco, monospace; … … 2427 2427 background: #f3f3f3; 2428 2428 } 2429 2429 2430 /* @noflip*/2430 /* rtl:ignore */ 2431 2431 #plugin-information .section { 2432 2432 direction: ltr; 2433 2433 } 2434 2434 2435 /* @noflip*/2435 /* rtl:ignore */ 2436 2436 #plugin-information .section ul, 2437 2437 #plugin-information .section ol { 2438 2438 list-style-type: disc; … … 2460 2460 box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 ); 2461 2461 } 2462 2462 2463 /* @noflip*/2463 /* rtl:ignore */ 2464 2464 #plugin-information #section-screenshots li p { 2465 2465 font-style: italic; 2466 2466 padding-left: 20px; … … 2472 2472 border: 1px solid #ccc; 2473 2473 } 2474 2474 2475 /* @noflip*/2475 /* rtl:ignore */ 2476 2476 #plugin-information .review { 2477 2477 overflow: hidden; /* clearfix */ 2478 2478 width: 100%; … … 2484 2484 overflow: hidden; /* clearfix */ 2485 2485 } 2486 2486 2487 /* @noflip*/2487 /* rtl:ignore */ 2488 2488 #plugin-information .review-title-section h4 { 2489 2489 display: inline-block; 2490 2490 float: left; … … 2497 2497 padding-top: 2px; 2498 2498 } 2499 2499 2500 /* @noflip*/2500 /* rtl:ignore */ 2501 2501 #plugin-information .reviewer-info .avatar { 2502 2502 float: left; 2503 2503 margin: 4px 6px 0 0; 2504 2504 } 2505 2505 2506 /* @noflip*/2506 /* rtl:ignore */ 2507 2507 #plugin-information .reviewer-info .star-rating { 2508 2508 float: left; 2509 2509 } 2510 2510 2511 /* @noflip*/2511 /* rtl:ignore */ 2512 2512 #plugin-information .review-meta { 2513 2513 float: left; 2514 2514 margin-left: 0.75em; 2515 2515 } 2516 2516 2517 /* @noflip*/2517 /* rtl:ignore */ 2518 2518 #plugin-information .review-body { 2519 2519 float: left; 2520 2520 width: 100%; … … 2763 2763 outline: none; 2764 2764 } 2765 2765 2766 /* @noflip*/2766 /* rtl:ignore */ 2767 2767 #template textarea, 2768 2768 #docs-list { 2769 2769 direction: ltr; -
wp-admin/css/customize-controls-rtl.css
733 733 .customize-control-header .uploaded .header-view .close:hover { 734 734 color: black; 735 735 text-shadow: 736 1px -1px 0 #fff, 737 -1px -1px 0 #fff, 736 738 1px 1px 0 #fff, 737 1px -1px 0 #fff, 738 -1px 1px 0 #fff, 739 1px 1px 0 #fff; 739 -1px 1px 0 #fff; 740 740 } 741 741 742 742 .customize-control-header .header-view:hover .close { -
wp-admin/css/customize-widgets-rtl.css
254 254 255 255 #customize-theme-controls .widget-area-select .selected { 256 256 color: #fff; 257 text-shadow: 0 1px 0 rgba(0,0,0,.4);257 text-shadow: 0 -1px 0 rgba(0,0,0,.4); 258 258 background: #2ea2cc; 259 259 } 260 260 … … 320 320 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 321 321 } 322 322 body.adding-widget .add-new-widget:before { 323 -webkit-transform: rotate( 45deg);324 -ms-transform: rotate( 45deg);325 transform: rotate( 45deg);323 -webkit-transform: rotate(-45deg); 324 -ms-transform: rotate(-45deg); 325 transform: rotate(-45deg); 326 326 } 327 327 328 328 #available-widgets .widget { -
wp-admin/css/deprecated-media-rtl.css
66 66 /* specific to the image upload form */ 67 67 68 68 .image-align-none-label { 69 background: url(../images/align-none.png) no-repeat center right;69 background: url(../images/align-none.png) no-repeat center left; 70 70 } 71 71 72 72 .image-align-left-label { 73 background: url(../images/align-left.png) no-repeat center right;73 background: url(../images/align-left.png) no-repeat center left; 74 74 } 75 75 76 76 .image-align-center-label { 77 background: url(../images/align-center.png) no-repeat center right;77 background: url(../images/align-center.png) no-repeat center left; 78 78 } 79 79 80 80 .image-align-right-label { 81 background: url(../images/align-right.png) no-repeat center right;81 background: url(../images/align-right.png) no-repeat center left; 82 82 } 83 83 84 84 tr.image-size td { -
wp-admin/css/edit-rtl.css
88 88 } 89 89 90 90 #pending { 91 background: 0none;91 background: 100% none; 92 92 border: 0 none; 93 93 padding: 0; 94 94 font-size: 11px; … … 1310 1310 transition-timing-function: ease-in-out; 1311 1311 } 1312 1312 1313 /* @noflip */1314 1313 .focus-on #adminmenuback, 1315 1314 .focus-on #adminmenuwrap { 1316 -webkit-transform: translateX( -100% );1317 -ms-transform: translateX( -100% );1318 transform: translateX( -100% );1319 }1320 1321 /* @noflip */1322 .rtl.focus-on #adminmenuback,1323 .rtl.focus-on #adminmenuwrap {1324 1315 -webkit-transform: translateX( 100% ); 1325 1316 -ms-transform: translateX( 100% ); 1326 1317 transform: translateX( 100% ); -
wp-admin/css/edit.css
1310 1310 transition-timing-function: ease-in-out; 1311 1311 } 1312 1312 1313 /* @noflip */1314 1313 .focus-on #adminmenuback, 1315 1314 .focus-on #adminmenuwrap { 1316 1315 -webkit-transform: translateX( -100% ); … … 1318 1317 transform: translateX( -100% ); 1319 1318 } 1320 1319 1321 /* @noflip */1322 .rtl.focus-on #adminmenuback,1323 .rtl.focus-on #adminmenuwrap {1324 -webkit-transform: translateX( 100% );1325 -ms-transform: translateX( 100% );1326 transform: translateX( 100% );1327 }1328 1329 1320 .focus-off #adminmenuback, 1330 1321 .focus-off #adminmenuwrap { 1331 1322 -webkit-transform: translateX( 0 ); -
wp-admin/css/forms-rtl.css
61 61 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 62 62 } 63 63 64 /* @noflip*/64 /* rtl:ignore */ 65 65 input[type="email"], 66 66 input[type="url"] { 67 67 direction: ltr; … … 709 709 } 710 710 711 711 .pressthis a:hover:after { 712 -webkit-transform: skew( 20deg) rotate(9deg);713 -ms-transform: skew( 20deg) rotate(9deg);714 transform: skew( 20deg) rotate(9deg);712 -webkit-transform: skew(-20deg) rotate(-9deg); 713 -ms-transform: skew(-20deg) rotate(-9deg); 714 transform: skew(-20deg) rotate(-9deg); 715 715 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); 716 716 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); 717 717 } … … 741 741 left: 10px; 742 742 bottom: 9px; 743 743 background: transparent; 744 -webkit-transform: skew( 20deg) rotate(6deg);745 -ms-transform: skew( 20deg) rotate(6deg);746 transform: skew( 20deg) rotate(6deg);744 -webkit-transform: skew(-20deg) rotate(-6deg); 745 -ms-transform: skew(-20deg) rotate(-6deg); 746 transform: skew(-20deg) rotate(-6deg); 747 747 -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 748 748 box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 749 749 } -
wp-admin/css/forms.css
61 61 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 62 62 } 63 63 64 /* @noflip*/64 /* rtl:ignore */ 65 65 input[type="email"], 66 66 input[type="url"] { 67 67 direction: ltr; -
wp-admin/css/ie-rtl.css
684 684 visibility: visible; 685 685 } 686 686 687 * html div.widget-liquid- right,687 * html div.widget-liquid-left, 688 688 * html div.widget-liquid-right { 689 689 display: block; 690 690 position: relative; -
wp-admin/css/install-rtl.css
237 237 background-color: #ffebe8; 238 238 } 239 239 240 /* @noflip*/240 /* rtl:ignore */ 241 241 #dbname, 242 242 #uname, 243 243 #pwd, -
wp-admin/css/install.css
237 237 background-color: #ffebe8; 238 238 } 239 239 240 /* @noflip*/240 /* rtl:ignore */ 241 241 #dbname, 242 242 #uname, 243 243 #pwd, -
wp-admin/css/list-tables-rtl.css
500 500 th.sorted.asc .sorting-indicator, 501 501 th.desc:hover span.sorting-indicator { 502 502 display: block; 503 background-position: 00;503 background-position: 100% 0; 504 504 } 505 505 506 506 th.sorted.desc .sorting-indicator, … … 1238 1238 1239 1239 @-webkit-keyframes rotation { 1240 1240 from {-webkit-transform: rotate(0deg);} 1241 to {-webkit-transform: rotate( 359deg);}1241 to {-webkit-transform: rotate(-359deg);} 1242 1242 } 1243 1243 1244 1244 .plugin-update-tr .updated-message:before, -
wp-admin/css/media-rtl.css
191 191 text-align: center; 192 192 line-height: 22px; 193 193 font-weight: 400; 194 text-shadow: 0 -1px 2px rgba(0,0,0,0.2);194 text-shadow: 0 1px 2px rgba(0,0,0,0.2); 195 195 } 196 196 197 197 .upload-php .fixed .column-parent { -
wp-admin/css/revisions-rtl.css
367 367 top: -20px; 368 368 width: 25px; 369 369 height: 25px; 370 -webkit-transform: rotate( 45deg);371 -ms-transform: rotate( 45deg);372 transform: rotate( 45deg);370 -webkit-transform: rotate(-45deg); 371 -ms-transform: rotate(-45deg); 372 transform: rotate(-45deg); 373 373 } 374 374 375 375 .revisions-tooltip.flipped .revisions-tooltip-arrow > span { … … 431 431 top: -20px; 432 432 width: 25px; 433 433 height: 25px; 434 -webkit-transform: rotate( 45deg);435 -ms-transform: rotate( 45deg);436 transform: rotate( 45deg);434 -webkit-transform: rotate(-45deg); 435 -ms-transform: rotate(-45deg); 436 transform: rotate(-45deg); 437 437 } 438 438 439 439 .revisions-tooltip, -
wp-admin/css/themes-rtl.css
178 178 background: rgba(0,0,0,0.7); 179 179 color: #fff; 180 180 font-size: 15px; 181 text-shadow: 0 -1px 0 rgba(0,0,0,0.6);181 text-shadow: 0 1px 0 rgba(0,0,0,0.6); 182 182 -webkit-font-smoothing: antialiased; 183 183 font-weight: 600; 184 184 padding: 15px 12px; … … 1523 1523 text-decoration: none !important; 1524 1524 } 1525 1525 1526 /* rtl:ignore */ 1526 1527 .wp-full-overlay.collapsed .collapse-sidebar-arrow:before, 1527 1528 .rtl .wp-full-overlay .collapse-sidebar-arrow:before { 1528 1529 -webkit-transform: rotate(180deg); -
wp-admin/css/themes.css
1523 1523 text-decoration: none !important; 1524 1524 } 1525 1525 1526 /* rtl:ignore */ 1526 1527 .wp-full-overlay.collapsed .collapse-sidebar-arrow:before, 1527 1528 .rtl .wp-full-overlay .collapse-sidebar-arrow:before { 1528 1529 -webkit-transform: rotate(180deg); -
wp-includes/css/buttons-rtl.css
8 8 9 9 WordPress-style Buttons 10 10 ======================= 11 Create a button by adding the %60.button` class to an element. For backwards11 Create a button by adding the `.button` class to an element. For backwards 12 12 compatibility, we support several other classes (such as `.button-secondary`), 13 13 but these will *not* work with the stackable classes described below. 14 14 … … 192 192 background: #f7f7f7 !important; 193 193 -webkit-box-shadow: none !important; 194 194 box-shadow: none !important; 195 text-shadow: 0 -1px 0 #fff !important;195 text-shadow: 0 1px 0 #fff !important; 196 196 cursor: default; 197 197 } 198 198 … … 254 254 border-color: #1b607f !important; 255 255 -webkit-box-shadow: none !important; 256 256 box-shadow: none !important; 257 text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.1 ) !important;257 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important; 258 258 cursor: default; 259 259 } 260 260 -
wp-includes/css/editor-rtl.css
356 356 color: #aaa; 357 357 background: none; 358 358 border-color: #ddd; 359 text-shadow: 0 -1px 0 #fff;359 text-shadow: 0 1px 0 #fff; 360 360 -webkit-box-shadow: none; 361 361 box-shadow: none; 362 362 } … … 571 571 background: #f7f7f7; 572 572 -webkit-box-shadow: none; 573 573 box-shadow: none; 574 text-shadow: 0 -1px 0 #fff;574 text-shadow: 0 1px 0 #fff; 575 575 cursor: default; 576 576 } 577 577 … … 620 620 border-color: #1b607f; 621 621 -webkit-box-shadow: none; 622 622 box-shadow: none; 623 text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.1 );623 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ); 624 624 cursor: default; 625 625 } 626 626 … … 2112 2112 font-family: Tahoma, sans-serif; 2113 2113 } 2114 2114 2115 /* @noflip*/2115 /* rtl:ignore */ 2116 2116 .mce-rtl .mce-flow-layout .mce-flow-layout-item > div { 2117 2117 direction: rtl; 2118 2118 } 2119 2119 2120 /* @noflip*/2120 /* rtl:ignore */ 2121 2121 .mce-rtl .mce-listbox i.mce-caret { 2122 2122 left: 6px; 2123 2123 } -
wp-includes/css/editor.css
2112 2112 font-family: Tahoma, sans-serif; 2113 2113 } 2114 2114 2115 /* @noflip*/2115 /* rtl:ignore */ 2116 2116 .mce-rtl .mce-flow-layout .mce-flow-layout-item > div { 2117 2117 direction: rtl; 2118 2118 } 2119 2119 2120 /* @noflip*/2120 /* rtl:ignore */ 2121 2121 .mce-rtl .mce-listbox i.mce-caret { 2122 2122 left: 6px; 2123 2123 } -
wp-includes/css/jquery-ui-dialog-rtl.css
128 128 bottom: -5px; 129 129 right: 0; 130 130 } 131 /* @noflip*/131 /* rtl:ignore */ 132 132 .ui-resizable-e { 133 133 cursor: e-resize; 134 134 width: 7px; … … 136 136 top: 0; 137 137 height: 100%; 138 138 } 139 /* @noflip*/139 /* rtl:ignore */ 140 140 .ui-resizable-w { 141 141 cursor: w-resize; 142 142 width: 7px; … … 144 144 top: 0; 145 145 height: 100%; 146 146 } 147 /* @noflip*/147 /* rtl:ignore */ 148 148 .ui-resizable-se { 149 149 cursor: se-resize; 150 150 width: 12px; … … 152 152 right: 1px; 153 153 bottom: 1px; 154 154 } 155 /* @noflip*/155 /* rtl:ignore */ 156 156 .ui-resizable-sw { 157 157 cursor: sw-resize; 158 158 width: 9px; … … 160 160 left: -5px; 161 161 bottom: -5px; 162 162 } 163 /* @noflip*/163 /* rtl:ignore */ 164 164 .ui-resizable-nw { 165 165 cursor: nw-resize; 166 166 width: 9px; … … 168 168 left: -5px; 169 169 top: -5px; 170 170 } 171 /* @noflip*/171 /* rtl:ignore */ 172 172 .ui-resizable-ne { 173 173 cursor: ne-resize; 174 174 width: 9px; … … 249 249 background: #f7f7f7 !important; 250 250 -webkit-box-shadow: none !important; 251 251 box-shadow: none !important; 252 text-shadow: 0 -1px 0 #fff !important;252 text-shadow: 0 1px 0 #fff !important; 253 253 cursor: default; 254 254 } 255 255 -
wp-includes/css/jquery-ui-dialog.css
128 128 bottom: -5px; 129 129 left: 0; 130 130 } 131 /* @noflip*/131 /* rtl:ignore */ 132 132 .ui-resizable-e { 133 133 cursor: e-resize; 134 134 width: 7px; … … 136 136 top: 0; 137 137 height: 100%; 138 138 } 139 /* @noflip*/139 /* rtl:ignore */ 140 140 .ui-resizable-w { 141 141 cursor: w-resize; 142 142 width: 7px; … … 144 144 top: 0; 145 145 height: 100%; 146 146 } 147 /* @noflip*/147 /* rtl:ignore */ 148 148 .ui-resizable-se { 149 149 cursor: se-resize; 150 150 width: 12px; … … 152 152 right: 1px; 153 153 bottom: 1px; 154 154 } 155 /* @noflip*/155 /* rtl:ignore */ 156 156 .ui-resizable-sw { 157 157 cursor: sw-resize; 158 158 width: 9px; … … 160 160 left: -5px; 161 161 bottom: -5px; 162 162 } 163 /* @noflip*/163 /* rtl:ignore */ 164 164 .ui-resizable-nw { 165 165 cursor: nw-resize; 166 166 width: 9px; … … 168 168 left: -5px; 169 169 top: -5px; 170 170 } 171 /* @noflip*/171 /* rtl:ignore */ 172 172 .ui-resizable-ne { 173 173 cursor: ne-resize; 174 174 width: 9px; -
wp-includes/css/media-views-rtl.css
886 886 overflow: hidden; 887 887 } 888 888 889 /* @noflip */890 889 .wp-core-ui .attachment .thumbnail img { 891 890 top: 0; 892 left: 0;891 right: 0; 893 892 } 894 893 895 /* @noflip */896 894 .wp-core-ui .attachment .thumbnail .centered { 897 895 position: absolute; 898 896 top: 0; 899 left: 0;897 right: 0; 900 898 width: 100%; 901 899 height: 100%; 902 -webkit-transform: translate( 50%, 50% );903 -ms-transform: translate( 50%,50%); /* Fails with spaces?? Weird! */904 transform: translate( 50%, 50% );900 -webkit-transform: translate( -50%, 50% ); 901 -ms-transform: translate(-50%,50%); /* Fails with spaces?? Weird! */ 902 transform: translate( -50%, 50% ); 905 903 } 906 904 907 905 .wp-core-ui .attachment .thumbnail .centered img { 908 -webkit-transform: translate( -50%, -50% );909 -ms-transform: translate( -50%,-50%);910 transform: translate( -50%, -50% );906 -webkit-transform: translate( 50%, -50% ); 907 -ms-transform: translate(50%,-50%); 908 transform: translate( 50%, -50% ); 911 909 } 912 910 913 911 .wp-core-ui .attachment .thumbnail .centered img.icon { 914 -webkit-transform: translate( -50%, -70% );915 -ms-transform: translate( -50%,-70%);916 transform: translate( -50%, -70% );912 -webkit-transform: translate( 50%, -70% ); 913 -ms-transform: translate(50%,-70%); 914 transform: translate( 50%, -70% ); 917 915 } 918 916 919 917 .ie8 .wp-core-ui .attachment img.icon { -
wp-includes/css/media-views.css
886 886 overflow: hidden; 887 887 } 888 888 889 /* @noflip */890 889 .wp-core-ui .attachment .thumbnail img { 891 890 top: 0; 892 891 left: 0; 893 892 } 894 893 895 /* @noflip */896 894 .wp-core-ui .attachment .thumbnail .centered { 897 895 position: absolute; 898 896 top: 0; -
wp-includes/css/wp-pointer-rtl.css
110 110 padding-bottom: 13px; 111 111 } 112 112 113 /* @noflip*/113 /* rtl:ignore */ 114 114 .wp-pointer-left { 115 115 padding-left: 13px; 116 116 } 117 /* @noflip*/117 /* rtl:ignore */ 118 118 .wp-pointer-right { 119 119 margin-left: -13px; 120 120 padding-right: 13px; … … 168 168 content: ' '; 169 169 } 170 170 171 /* @noflip*/171 /* rtl:ignore */ 172 172 .wp-pointer-left .wp-pointer-arrow { 173 173 left: 0; 174 174 border-width: 13px 13px 13px 0; 175 175 border-right-color: #ccc; 176 176 } 177 177 178 /* @noflip*/178 /* rtl:ignore */ 179 179 .wp-pointer-left .wp-pointer-arrow-inner { 180 180 left: 1px; 181 181 margin-left: -13px; … … 186 186 content: ' '; 187 187 } 188 188 189 /* @noflip*/189 /* rtl:ignore */ 190 190 .wp-pointer-right .wp-pointer-arrow { 191 191 right: 0; 192 192 border-width: 13px 0 13px 13px; 193 193 border-left-color: #ccc; 194 194 } 195 195 196 /* @noflip*/196 /* rtl:ignore */ 197 197 .wp-pointer-right .wp-pointer-arrow-inner { 198 198 right: 1px; 199 199 margin-right: -13px; -
wp-includes/css/wp-pointer.css
110 110 padding-bottom: 13px; 111 111 } 112 112 113 /* @noflip*/113 /* rtl:ignore */ 114 114 .wp-pointer-left { 115 115 padding-left: 13px; 116 116 } 117 /* @noflip*/117 /* rtl:ignore */ 118 118 .wp-pointer-right { 119 119 margin-left: -13px; 120 120 padding-right: 13px; … … 168 168 content: ' '; 169 169 } 170 170 171 /* @noflip*/171 /* rtl:ignore */ 172 172 .wp-pointer-left .wp-pointer-arrow { 173 173 left: 0; 174 174 border-width: 13px 13px 13px 0; 175 175 border-right-color: #ccc; 176 176 } 177 177 178 /* @noflip*/178 /* rtl:ignore */ 179 179 .wp-pointer-left .wp-pointer-arrow-inner { 180 180 left: 1px; 181 181 margin-left: -13px; … … 186 186 content: ' '; 187 187 } 188 188 189 /* @noflip*/189 /* rtl:ignore */ 190 190 .wp-pointer-right .wp-pointer-arrow { 191 191 right: 0; 192 192 border-width: 13px 0 13px 13px; 193 193 border-left-color: #ccc; 194 194 } 195 195 196 /* @noflip*/196 /* rtl:ignore */ 197 197 .wp-pointer-right .wp-pointer-arrow-inner { 198 198 right: 1px; 199 199 margin-right: -13px;