Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore— While I pondered, blaming Nacin, my notifications suddenly awakened, As of someone quietly DMing;—DMing me, I can’t ignore. “’Tis some contributor,” I muttered, “DMing me an idea or four— Only this and nothing more.” Ah, distinctly I remember, at WordCamp US, last December; A mad proposal nearly laid me—down out cold—upon the floor. Curious, I listened closely;—to a plan I agreed with, mostly— A way to make our JavaScript—JavaScript which was a chore— Maintainable, extendable, for the future, is what I saw. Guten-ready for evermore. Open here I switch to Slack, when, with many a patch and hack, In there stepped Omar, a JavaScript developer hardcore; Pronouncing all the changes fit; ready now to be commit; “There’s nothing else for us to do,” DMing me, “It’s done!” he swore— “No longer random guessing at which file need next be explored— Let’s move on, we’re all aboard.” Moved all together, grouped and managed, in folders all is packaged, The code had all been cleaned and tidied, important parts moved to the fore, “Though this change be useful here,” I said, “it is too large, I fear, We couldn’t manage such a patch, we’ve done nothing like this before— Tell me where doth go this change, change to make our codebase soar!” Quoth Omar, “In WordPress Core.” Props omarreis for shepherding this significant change. Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc. I make no apologies for this commit message. Fixes #43055. Built from https://develop.svn.wordpress.org/trunk@43309 git-svn-id: http://core.svn.wordpress.org/trunk@43138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d62b67211
commit
922f83a69f
|
@ -168,9 +168,7 @@
|
|||
/* 1.2 - Structure */
|
||||
|
||||
.about-wrap [class$="-col"] {
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
@ -191,7 +189,6 @@
|
|||
}
|
||||
|
||||
.about-wrap [class$="-col"] .col {
|
||||
-webkit-box-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
@ -201,7 +198,6 @@
|
|||
}
|
||||
|
||||
.about-wrap .three-col .col {
|
||||
-webkit-align-self: flex-start;
|
||||
align-self: flex-start;
|
||||
min-width: 31%;
|
||||
max-width: 31%;
|
||||
|
@ -381,22 +377,15 @@
|
|||
.about-wrap .floating-header-section .section-content {
|
||||
-ms-grid-column: 2;
|
||||
grid-column: 2;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-align: start;
|
||||
align-items: flex-start;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
flex-flow: row wrap;
|
||||
-webkit-box-flex: 2;
|
||||
flex-grow: 2;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.about-wrap .floating-header-section .section-item {
|
||||
-webkit-box-flex: 1;
|
||||
flex-grow: 1;
|
||||
max-width: calc(50% - 30px);
|
||||
}
|
||||
|
@ -425,7 +414,6 @@
|
|||
}
|
||||
|
||||
.about-wrap .floating-header-section.has-long-title .section-content {
|
||||
-webkit-box-pack: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -168,9 +168,7 @@
|
|||
/* 1.2 - Structure */
|
||||
|
||||
.about-wrap [class$="-col"] {
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
@ -191,7 +189,6 @@
|
|||
}
|
||||
|
||||
.about-wrap [class$="-col"] .col {
|
||||
-webkit-box-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
@ -201,7 +198,6 @@
|
|||
}
|
||||
|
||||
.about-wrap .three-col .col {
|
||||
-webkit-align-self: flex-start;
|
||||
align-self: flex-start;
|
||||
min-width: 31%;
|
||||
max-width: 31%;
|
||||
|
@ -381,22 +377,15 @@
|
|||
.about-wrap .floating-header-section .section-content {
|
||||
-ms-grid-column: 2;
|
||||
grid-column: 2;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-align: start;
|
||||
align-items: flex-start;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
flex-flow: row wrap;
|
||||
-webkit-box-flex: 2;
|
||||
flex-grow: 2;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.about-wrap .floating-header-section .section-item {
|
||||
-webkit-box-flex: 1;
|
||||
flex-grow: 1;
|
||||
max-width: calc(50% - 30px);
|
||||
}
|
||||
|
@ -425,7 +414,6 @@
|
|||
}
|
||||
|
||||
.about-wrap .floating-header-section.has-long-title .section-content {
|
||||
-webkit-box-pack: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -597,12 +597,10 @@ ul#adminmenu > li.current > a.current:after {
|
|||
/* rtl:ignore */
|
||||
.folded #collapse-button .collapse-button-icon:after,
|
||||
.rtl #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.rtl.folded #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -728,12 +726,10 @@ li#wp-admin-bar-menu-toggle {
|
|||
|
||||
/* rtl:ignore */
|
||||
.auto-fold #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.rtl.auto-fold #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -597,12 +597,10 @@ ul#adminmenu > li.current > a.current:after {
|
|||
/* rtl:ignore */
|
||||
.folded #collapse-button .collapse-button-icon:after,
|
||||
.rtl #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.rtl.folded #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -728,12 +726,10 @@ li#wp-admin-bar-menu-toggle {
|
|||
|
||||
/* rtl:ignore */
|
||||
.auto-fold #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.rtl.auto-fold #collapse-button .collapse-button-icon:after {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -50,7 +50,6 @@
|
|||
|
||||
.wp-color-result:active {
|
||||
/* See Trac ticket #39662 */
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:22px;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{-webkit-transform:none!important;transform:none!important}.wp-picker-input-wrap label,.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:16px;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:18px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:29px}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:26px}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:29px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:22px;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-input-wrap label,.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:16px;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:18px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:29px}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:26px}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:29px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
|
@ -50,7 +50,6 @@
|
|||
|
||||
.wp-color-result:active {
|
||||
/* See Trac ticket #39662 */
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:22px;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{-webkit-transform:none!important;transform:none!important}.wp-picker-input-wrap label,.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:16px;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:18px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:29px}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:26px}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:29px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:22px;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-input-wrap label,.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:16px;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:18px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:29px}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:26px}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:29px}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
|
@ -1116,7 +1116,6 @@ th.action-links {
|
|||
.wp-filter .button.drawer-toggle:active {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -1507,7 +1506,6 @@ div.error {
|
|||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before {
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
|
@ -1689,7 +1687,6 @@ form.upgrade .hint {
|
|||
|
||||
#screen-meta-links .show-settings:active {
|
||||
box-shadow: none;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -2478,7 +2475,6 @@ div.star-holder .star-rating {
|
|||
}
|
||||
|
||||
.rtl .star-rating .star-half {
|
||||
-webkit-transform: rotateY(180deg);
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
|
@ -2927,7 +2923,6 @@ div.action-links {
|
|||
margin: -10px -10px 0 0;
|
||||
background: #fcfcfc url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1116,7 +1116,6 @@ th.action-links {
|
|||
.wp-filter .button.drawer-toggle:active {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -1507,7 +1506,6 @@ div.error {
|
|||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before {
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
|
@ -1689,7 +1687,6 @@ form.upgrade .hint {
|
|||
|
||||
#screen-meta-links .show-settings:active {
|
||||
box-shadow: none;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -2478,7 +2475,6 @@ div.star-holder .star-rating {
|
|||
}
|
||||
|
||||
.rtl .star-rating .star-half {
|
||||
-webkit-transform: rotateY(180deg);
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
|
@ -2927,7 +2923,6 @@ div.action-links {
|
|||
margin: -10px 0 0 -10px;
|
||||
background: #fcfcfc url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -157,7 +157,6 @@ body:not(.ready) #customize-save-button-wrapper .save {
|
|||
font-size: 14px;
|
||||
width: 30px;
|
||||
float: right;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -634,9 +633,7 @@ body.trashing #publish-settings {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
transition: 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
|
||||
}
|
||||
|
||||
#customize-theme-controls .customize-pane-child.skip-transition {
|
||||
|
@ -650,7 +647,6 @@ body.trashing #publish-settings {
|
|||
height: auto;
|
||||
max-height: none;
|
||||
overflow: auto;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -662,13 +658,11 @@ body.trashing #publish-settings {
|
|||
height: 0;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
-webkit-transform: translateX(-100%);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
#customize-theme-controls .customize-pane-child.open,
|
||||
#customize-theme-controls .customize-pane-child.current-panel {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -680,7 +674,6 @@ body.trashing #publish-settings {
|
|||
visibility: hidden;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
-webkit-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
|
@ -1075,7 +1068,6 @@ p.customize-section-description {
|
|||
bottom: 0;
|
||||
z-index: 10;
|
||||
background: #eee;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -1087,14 +1079,12 @@ p.customize-section-description {
|
|||
|
||||
#available-menu-items .new-content-item .create-item-input,
|
||||
.customize-control-dropdown-pages .new-content-item .create-item-input {
|
||||
-webkit-box-flex: 10;
|
||||
flex-grow: 10;
|
||||
}
|
||||
|
||||
#available-menu-items .new-content-item .add-content,
|
||||
.customize-control-dropdown-pages .new-content-item .add-content {
|
||||
margin: 2px 6px 2px 0;
|
||||
-webkit-box-flex: 10;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
@ -1215,11 +1205,6 @@ p.customize-section-description {
|
|||
margin-top: 1px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-fade-in {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes customize-fade-in {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
|
@ -1232,7 +1217,6 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
#customize-controls .customize-control-notifications-container.has-overlay-notifications {
|
||||
-webkit-animation: customize-fade-in 0.5s;
|
||||
animation: customize-fade-in 0.5s;
|
||||
z-index: 30;
|
||||
}
|
||||
|
@ -1506,62 +1490,31 @@ p.customize-section-description {
|
|||
|
||||
.customize-control-header .placeholder:hover .dice,
|
||||
.customize-control-header .header-view:hover > button.random .dice {
|
||||
-webkit-animation: dice-color-change 3s infinite;
|
||||
animation: dice-color-change 3s infinite;
|
||||
}
|
||||
|
||||
.button-see-me {
|
||||
-webkit-animation: bounce .7s 1;
|
||||
animation: bounce .7s 1;
|
||||
-webkit-transform-origin: center bottom;
|
||||
transform-origin: center bottom;
|
||||
}
|
||||
|
||||
@-webkit-keyframes bounce {
|
||||
from, 20%, 53%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
40%, 43% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -12px, 0);
|
||||
}
|
||||
|
||||
70% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -6px, 0);
|
||||
}
|
||||
|
||||
90% {
|
||||
-webkit-transform: translate3d(0,-1px,0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bounce {
|
||||
from, 20%, 53%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
40%, 43% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -12px, 0);
|
||||
transform: translate3d(0, -12px, 0);
|
||||
}
|
||||
|
||||
70% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -6px, 0);
|
||||
transform: translate3d(0, -6px, 0);
|
||||
}
|
||||
|
||||
90% {
|
||||
-webkit-transform: translate3d(0,-1px,0);
|
||||
transform: translate3d(0,-1px,0);
|
||||
}
|
||||
}
|
||||
|
@ -1831,7 +1784,6 @@ p.customize-section-description {
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -1860,17 +1812,6 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
/* Adds a delay before fading in to avoid it "jumping" */
|
||||
@-webkit-keyframes themes-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@keyframes themes-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
@ -1884,12 +1825,10 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.control-panel-themes .customize-themes-full-container.animate {
|
||||
-webkit-animation: .6s themes-fade-in 1;
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
.in-themes-panel:not(.animating) .control-panel-themes .filter-themes-count {
|
||||
-webkit-animation: .6s themes-fade-in 1;
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
|
@ -2575,7 +2514,6 @@ body.adding-widget .add-new-widget:hover,
|
|||
body.adding-widget .add-new-widget:before,
|
||||
.adding-menu-items .add-new-menu-item:before,
|
||||
#accordion-section-add_menu .add-new-menu-item.open:before {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -157,7 +157,6 @@ body:not(.ready) #customize-save-button-wrapper .save {
|
|||
font-size: 14px;
|
||||
width: 30px;
|
||||
float: left;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -634,9 +633,7 @@ body.trashing #publish-settings {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
transition: 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
|
||||
transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
|
||||
}
|
||||
|
||||
#customize-theme-controls .customize-pane-child.skip-transition {
|
||||
|
@ -650,7 +647,6 @@ body.trashing #publish-settings {
|
|||
height: auto;
|
||||
max-height: none;
|
||||
overflow: auto;
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -662,13 +658,11 @@ body.trashing #publish-settings {
|
|||
height: 0;
|
||||
max-height: none;
|
||||
overflow: hidden;
|
||||
-webkit-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
#customize-theme-controls .customize-pane-child.open,
|
||||
#customize-theme-controls .customize-pane-child.current-panel {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -680,7 +674,6 @@ body.trashing #publish-settings {
|
|||
visibility: hidden;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
-webkit-transform: translateX(-100%);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
|
@ -1075,7 +1068,6 @@ p.customize-section-description {
|
|||
bottom: 0;
|
||||
z-index: 10;
|
||||
background: #eee;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -1087,14 +1079,12 @@ p.customize-section-description {
|
|||
|
||||
#available-menu-items .new-content-item .create-item-input,
|
||||
.customize-control-dropdown-pages .new-content-item .create-item-input {
|
||||
-webkit-box-flex: 10;
|
||||
flex-grow: 10;
|
||||
}
|
||||
|
||||
#available-menu-items .new-content-item .add-content,
|
||||
.customize-control-dropdown-pages .new-content-item .add-content {
|
||||
margin: 2px 0 2px 6px;
|
||||
-webkit-box-flex: 10;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
@ -1215,11 +1205,6 @@ p.customize-section-description {
|
|||
margin-top: 1px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-fade-in {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes customize-fade-in {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
|
@ -1232,7 +1217,6 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
#customize-controls .customize-control-notifications-container.has-overlay-notifications {
|
||||
-webkit-animation: customize-fade-in 0.5s;
|
||||
animation: customize-fade-in 0.5s;
|
||||
z-index: 30;
|
||||
}
|
||||
|
@ -1506,62 +1490,31 @@ p.customize-section-description {
|
|||
|
||||
.customize-control-header .placeholder:hover .dice,
|
||||
.customize-control-header .header-view:hover > button.random .dice {
|
||||
-webkit-animation: dice-color-change 3s infinite;
|
||||
animation: dice-color-change 3s infinite;
|
||||
}
|
||||
|
||||
.button-see-me {
|
||||
-webkit-animation: bounce .7s 1;
|
||||
animation: bounce .7s 1;
|
||||
-webkit-transform-origin: center bottom;
|
||||
transform-origin: center bottom;
|
||||
}
|
||||
|
||||
@-webkit-keyframes bounce {
|
||||
from, 20%, 53%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
40%, 43% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -12px, 0);
|
||||
}
|
||||
|
||||
70% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -6px, 0);
|
||||
}
|
||||
|
||||
90% {
|
||||
-webkit-transform: translate3d(0,-1px,0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bounce {
|
||||
from, 20%, 53%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
|
||||
40%, 43% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -12px, 0);
|
||||
transform: translate3d(0, -12px, 0);
|
||||
}
|
||||
|
||||
70% {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
|
||||
-webkit-transform: translate3d(0, -6px, 0);
|
||||
transform: translate3d(0, -6px, 0);
|
||||
}
|
||||
|
||||
90% {
|
||||
-webkit-transform: translate3d(0,-1px,0);
|
||||
transform: translate3d(0,-1px,0);
|
||||
}
|
||||
}
|
||||
|
@ -1831,7 +1784,6 @@ p.customize-section-description {
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -1860,17 +1812,6 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
/* Adds a delay before fading in to avoid it "jumping" */
|
||||
@-webkit-keyframes themes-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@keyframes themes-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
@ -1884,12 +1825,10 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.control-panel-themes .customize-themes-full-container.animate {
|
||||
-webkit-animation: .6s themes-fade-in 1;
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
.in-themes-panel:not(.animating) .control-panel-themes .filter-themes-count {
|
||||
-webkit-animation: .6s themes-fade-in 1;
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
|
@ -2575,7 +2514,6 @@ body.adding-widget .add-new-widget:hover,
|
|||
body.adding-widget .add-new-widget:before,
|
||||
.adding-menu-items .add-new-menu-item:before,
|
||||
#accordion-section-add_menu .add-new-menu-item.open:before {
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1352,26 +1352,20 @@ table.links-table {
|
|||
.focus-on #adminmenuback,
|
||||
.focus-on #adminmenuwrap {
|
||||
transition-duration: 0.6s;
|
||||
transition-property: -webkit-transform;
|
||||
transition-property: transform;
|
||||
transition-property: transform, -webkit-transform;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
.focus-on #adminmenuback,
|
||||
.focus-on #adminmenuwrap {
|
||||
-webkit-transform: translateX( 100% );
|
||||
transform: translateX( 100% );
|
||||
}
|
||||
|
||||
.focus-off #adminmenuback,
|
||||
.focus-off #adminmenuwrap {
|
||||
-webkit-transform: translateX( 0 );
|
||||
transform: translateX( 0 );
|
||||
transition-duration: 0.2s;
|
||||
transition-property: -webkit-transform;
|
||||
transition-property: transform;
|
||||
transition-property: transform, -webkit-transform;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1352,26 +1352,20 @@ table.links-table {
|
|||
.focus-on #adminmenuback,
|
||||
.focus-on #adminmenuwrap {
|
||||
transition-duration: 0.6s;
|
||||
transition-property: -webkit-transform;
|
||||
transition-property: transform;
|
||||
transition-property: transform, -webkit-transform;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
.focus-on #adminmenuback,
|
||||
.focus-on #adminmenuwrap {
|
||||
-webkit-transform: translateX( -100% );
|
||||
transform: translateX( -100% );
|
||||
}
|
||||
|
||||
.focus-off #adminmenuback,
|
||||
.focus-off #adminmenuwrap {
|
||||
-webkit-transform: translateX( 0 );
|
||||
transform: translateX( 0 );
|
||||
transition-duration: 0.2s;
|
||||
transition-property: -webkit-transform;
|
||||
transition-property: transform;
|
||||
transition-property: transform, -webkit-transform;
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -834,13 +834,11 @@ table.form-table td .updated p {
|
|||
left: 10px;
|
||||
bottom: 9px;
|
||||
background: transparent;
|
||||
-webkit-transform: skew(-20deg) rotate(-6deg);
|
||||
transform: skew(-20deg) rotate(-6deg);
|
||||
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.pressthis-bookmarklet:hover:after {
|
||||
-webkit-transform: skew(-20deg) rotate(-9deg);
|
||||
transform: skew(-20deg) rotate(-9deg);
|
||||
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
@ -1204,7 +1202,6 @@ table.form-table td .updated p {
|
|||
.email-personal-data--sending::before {
|
||||
color: #f56e28;
|
||||
content: "\f463";
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
|
@ -1569,24 +1566,11 @@ table.form-table td .updated p {
|
|||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(-359deg);
|
||||
transform: rotate(-359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(-359deg);
|
||||
transform: rotate(-359deg);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -834,13 +834,11 @@ table.form-table td .updated p {
|
|||
right: 10px;
|
||||
bottom: 9px;
|
||||
background: transparent;
|
||||
-webkit-transform: skew(20deg) rotate(6deg);
|
||||
transform: skew(20deg) rotate(6deg);
|
||||
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.pressthis-bookmarklet:hover:after {
|
||||
-webkit-transform: skew(20deg) rotate(9deg);
|
||||
transform: skew(20deg) rotate(9deg);
|
||||
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
@ -1204,7 +1202,6 @@ table.form-table td .updated p {
|
|||
.email-personal-data--sending::before {
|
||||
color: #f56e28;
|
||||
content: "\f463";
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
|
@ -1569,24 +1566,11 @@ table.form-table td .updated p {
|
|||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1315,28 +1315,14 @@ ul.cat-checklist {
|
|||
|
||||
.plugin-card .updating-message:before {
|
||||
content: "\f463";
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(-359deg);
|
||||
transform: rotate(-359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(-359deg);
|
||||
transform: rotate(-359deg);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1315,28 +1315,14 @@ ul.cat-checklist {
|
|||
|
||||
.plugin-card .updating-message:before {
|
||||
content: "\f463";
|
||||
-webkit-animation: rotation 2s infinite linear;
|
||||
animation: rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -891,7 +891,6 @@ border color while dragging a file over the uploader drop area */
|
|||
margin: -10px -10px 0 0;
|
||||
background: transparent url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -891,7 +891,6 @@ border color while dragging a file over the uploader drop area */
|
|||
margin: -10px 0 0 -10px;
|
||||
background: transparent url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -355,7 +355,6 @@ table.diff .diff-addedline ins {
|
|||
top: -20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
|
@ -417,7 +416,6 @@ table.diff .diff-addedline ins {
|
|||
top: -20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
|
@ -473,7 +471,6 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -355,7 +355,6 @@ table.diff .diff-addedline ins {
|
|||
top: -20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
|
@ -417,7 +416,6 @@ table.diff .diff-addedline ins {
|
|||
top: -20px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
|
@ -473,7 +471,6 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -230,7 +230,6 @@ body.js .theme-browser.search-loading {
|
|||
.theme-browser .theme .theme-actions {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
left: 0;
|
||||
padding: 10px 15px;
|
||||
|
@ -1239,7 +1238,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:first-child > label:first-child .dashicons {
|
||||
-webkit-transform: rotate( -45deg );
|
||||
transform: rotate( -45deg );
|
||||
}
|
||||
|
||||
|
@ -1248,7 +1246,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:first-child > label:last-child .dashicons {
|
||||
-webkit-transform: rotate( 45deg );
|
||||
transform: rotate( 45deg );
|
||||
}
|
||||
|
||||
|
@ -1257,7 +1254,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:last-child > label:first-child .dashicons {
|
||||
-webkit-transform: rotate( 45deg );
|
||||
transform: rotate( 45deg );
|
||||
}
|
||||
|
||||
|
@ -1266,7 +1262,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:last-child > label:last-child .dashicons {
|
||||
-webkit-transform: rotate( -45deg );
|
||||
transform: rotate( -45deg );
|
||||
}
|
||||
|
||||
|
@ -1563,12 +1558,10 @@ body.full-overlay-active {
|
|||
/* rtl:ignore */
|
||||
.wp-full-overlay.collapsed .collapse-sidebar-arrow:before,
|
||||
.rtl .wp-full-overlay .collapse-sidebar-arrow:before {
|
||||
-webkit-transform: rotate(180.001deg);
|
||||
transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */
|
||||
}
|
||||
|
||||
.rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -1854,7 +1847,6 @@ body.full-overlay-active {
|
|||
top: 50%;
|
||||
z-index: -1;
|
||||
margin: -10px -10px 0 0;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
background: transparent url(../images/spinner.gif) no-repeat center center;
|
||||
background-size: 20px 20px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -230,7 +230,6 @@ body.js .theme-browser.search-loading {
|
|||
.theme-browser .theme .theme-actions {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
right: 0;
|
||||
padding: 10px 15px;
|
||||
|
@ -1239,7 +1238,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:first-child > label:first-child .dashicons {
|
||||
-webkit-transform: rotate( 45deg );
|
||||
transform: rotate( 45deg );
|
||||
}
|
||||
|
||||
|
@ -1248,7 +1246,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:first-child > label:last-child .dashicons {
|
||||
-webkit-transform: rotate( -45deg );
|
||||
transform: rotate( -45deg );
|
||||
}
|
||||
|
||||
|
@ -1257,7 +1254,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:last-child > label:first-child .dashicons {
|
||||
-webkit-transform: rotate( -45deg );
|
||||
transform: rotate( -45deg );
|
||||
}
|
||||
|
||||
|
@ -1266,7 +1262,6 @@ div#custom-background-image img {
|
|||
}
|
||||
|
||||
.background-position-control .button-group:last-child > label:last-child .dashicons {
|
||||
-webkit-transform: rotate( 45deg );
|
||||
transform: rotate( 45deg );
|
||||
}
|
||||
|
||||
|
@ -1563,12 +1558,10 @@ body.full-overlay-active {
|
|||
/* rtl:ignore */
|
||||
.wp-full-overlay.collapsed .collapse-sidebar-arrow:before,
|
||||
.rtl .wp-full-overlay .collapse-sidebar-arrow:before {
|
||||
-webkit-transform: rotate(180.001deg);
|
||||
transform: rotate(180.001deg); /* Firefox: promoting to its own layer to trigger anti-aliasing */
|
||||
}
|
||||
|
||||
.rtl .wp-full-overlay.collapsed .collapse-sidebar-arrow:before {
|
||||
-webkit-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
@ -1854,7 +1847,6 @@ body.full-overlay-active {
|
|||
top: 50%;
|
||||
z-index: -1;
|
||||
margin: -10px 0 0 -10px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
background: transparent url(../images/spinner.gif) no-repeat center center;
|
||||
background-size: 20px 20px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -164,9 +164,7 @@
|
|||
}
|
||||
|
||||
.media-widget-gallery-preview {
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
margin: -1.79104477%;
|
||||
|
@ -221,11 +219,8 @@
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
justify-content: center;
|
||||
background-color: rgba( 0, 0, 0, .5 );
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -164,9 +164,7 @@
|
|||
}
|
||||
|
||||
.media-widget-gallery-preview {
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
margin: -1.79104477%;
|
||||
|
@ -221,11 +219,8 @@
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
justify-content: center;
|
||||
background-color: rgba( 0, 0, 0, .5 );
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -156,7 +156,6 @@ TABLE OF CONTENTS:
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -180,7 +179,6 @@ TABLE OF CONTENTS:
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -156,7 +156,6 @@ TABLE OF CONTENTS:
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -180,7 +179,6 @@ TABLE OF CONTENTS:
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -52,9 +52,7 @@
|
|||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
padding: 3px;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
-webkit-animation-duration: .4s;
|
||||
animation-duration: .4s;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
@ -85,12 +83,10 @@
|
|||
}
|
||||
|
||||
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
|
||||
-webkit-animation-name: customize-partial-edit-shortcut-bounce-appear;
|
||||
animation-name: customize-partial-edit-shortcut-bounce-appear;
|
||||
pointer-events: auto;
|
||||
}
|
||||
body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button {
|
||||
-webkit-animation-name: customize-partial-edit-shortcut-bounce-disappear;
|
||||
animation-name: customize-partial-edit-shortcut-bounce-disappear;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -100,138 +96,56 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-partial-edit-shortcut-bounce-appear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
40% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes customize-partial-edit-shortcut-bounce-appear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
40% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-partial-edit-shortcut-bounce-disappear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
40% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
60% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes customize-partial-edit-shortcut-bounce-disappear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
40% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
60% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
.customize-partial-refreshing{opacity:.25;transition:opacity .25s;cursor:progress}.customize-partial-refreshing.widget-customizer-highlighted-widget{box-shadow:none}.customize-partial-edit-shortcut,.widget .customize-partial-edit-shortcut{position:absolute;float:right;width:1px;height:1px;padding:0;margin:-1px -1px 0 0;border:0;background:0 0;color:transparent;box-shadow:none;outline:0;z-index:5}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{position:absolute;right:-30px;top:2px;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;line-height:1em!important;font-size:18px;z-index:5;background:#0085ba!important;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 1px rgba(46,68,83,.15);text-align:center;cursor:pointer;box-sizing:border-box;padding:3px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.4s;animation-duration:.4s;opacity:0;pointer-events:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799}.wp-custom-header .customize-partial-edit-shortcut button{right:2px}.customize-partial-edit-shortcut button svg{fill:#fff;min-width:20px;min-height:20px;width:20px;height:20px;margin:auto}.customize-partial-edit-shortcut button:hover{background:#008ec2!important}.customize-partial-edit-shortcut button:focus{box-shadow:0 0 0 2px #008ec2}body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{-webkit-animation-name:customize-partial-edit-shortcut-bounce-appear;animation-name:customize-partial-edit-shortcut-bounce-appear;pointer-events:auto}body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button{-webkit-animation-name:customize-partial-edit-shortcut-bounce-disappear;animation-name:customize-partial-edit-shortcut-bounce-disappear;pointer-events:none}.customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button,.page-sidebar-collapsed .customize-partial-edit-shortcut button{visibility:hidden}@-webkit-keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}20%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}40%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}80%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}20%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}40%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}80%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@media screen and (max-width:800px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-32px}}@media screen and (max-width:320px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-30px}}
|
||||
.customize-partial-refreshing{opacity:.25;transition:opacity .25s;cursor:progress}.customize-partial-refreshing.widget-customizer-highlighted-widget{box-shadow:none}.customize-partial-edit-shortcut,.widget .customize-partial-edit-shortcut{position:absolute;float:right;width:1px;height:1px;padding:0;margin:-1px -1px 0 0;border:0;background:0 0;color:transparent;box-shadow:none;outline:0;z-index:5}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{position:absolute;right:-30px;top:2px;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;line-height:1em!important;font-size:18px;z-index:5;background:#0085ba!important;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 1px rgba(46,68,83,.15);text-align:center;cursor:pointer;box-sizing:border-box;padding:3px;animation-fill-mode:both;animation-duration:.4s;opacity:0;pointer-events:none;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799}.wp-custom-header .customize-partial-edit-shortcut button{right:2px}.customize-partial-edit-shortcut button svg{fill:#fff;min-width:20px;min-height:20px;width:20px;height:20px;margin:auto}.customize-partial-edit-shortcut button:hover{background:#008ec2!important}.customize-partial-edit-shortcut button:focus{box-shadow:0 0 0 2px #008ec2}body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-appear;pointer-events:auto}body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-disappear;pointer-events:none}.customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button,.page-sidebar-collapsed .customize-partial-edit-shortcut button{visibility:hidden}@keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;transform:scale3d(1,1,1)}20%{transform:scale3d(.97,.97,.97)}40%{opacity:1;transform:scale3d(1.03,1.03,1.03)}60%{transform:scale3d(.9,.9,.9)}80%{transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@media screen and (max-width:800px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-32px}}@media screen and (max-width:320px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{right:-30px}}
|
|
@ -52,9 +52,7 @@
|
|||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
padding: 3px;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
-webkit-animation-duration: .4s;
|
||||
animation-duration: .4s;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
|
@ -85,12 +83,10 @@
|
|||
}
|
||||
|
||||
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
|
||||
-webkit-animation-name: customize-partial-edit-shortcut-bounce-appear;
|
||||
animation-name: customize-partial-edit-shortcut-bounce-appear;
|
||||
pointer-events: auto;
|
||||
}
|
||||
body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button {
|
||||
-webkit-animation-name: customize-partial-edit-shortcut-bounce-disappear;
|
||||
animation-name: customize-partial-edit-shortcut-bounce-disappear;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -100,138 +96,56 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-partial-edit-shortcut-bounce-appear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
40% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes customize-partial-edit-shortcut-bounce-appear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
40% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes customize-partial-edit-shortcut-bounce-disappear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
40% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
60% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes customize-partial-edit-shortcut-bounce-disappear {
|
||||
from, 20%, 40%, 60%, 80%, to {
|
||||
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
||||
}
|
||||
0% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1, 1, 1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
20% {
|
||||
-webkit-transform: scale3d(.97, .97, .97);
|
||||
transform: scale3d(.97, .97, .97);
|
||||
}
|
||||
40% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
||||
transform: scale3d(1.03, 1.03, 1.03);
|
||||
}
|
||||
60% {
|
||||
-webkit-transform: scale3d(.9, .9, .9);
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
-webkit-transform: scale3d(.3, .3, .3);
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
.customize-partial-refreshing{opacity:.25;transition:opacity .25s;cursor:progress}.customize-partial-refreshing.widget-customizer-highlighted-widget{box-shadow:none}.customize-partial-edit-shortcut,.widget .customize-partial-edit-shortcut{position:absolute;float:left;width:1px;height:1px;padding:0;margin:-1px 0 0 -1px;border:0;background:0 0;color:transparent;box-shadow:none;outline:0;z-index:5}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{position:absolute;left:-30px;top:2px;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;line-height:1em!important;font-size:18px;z-index:5;background:#0085ba!important;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 1px rgba(46,68,83,.15);text-align:center;cursor:pointer;box-sizing:border-box;padding:3px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.4s;animation-duration:.4s;opacity:0;pointer-events:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.wp-custom-header .customize-partial-edit-shortcut button{left:2px}.customize-partial-edit-shortcut button svg{fill:#fff;min-width:20px;min-height:20px;width:20px;height:20px;margin:auto}.customize-partial-edit-shortcut button:hover{background:#008ec2!important}.customize-partial-edit-shortcut button:focus{box-shadow:0 0 0 2px #008ec2}body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{-webkit-animation-name:customize-partial-edit-shortcut-bounce-appear;animation-name:customize-partial-edit-shortcut-bounce-appear;pointer-events:auto}body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button{-webkit-animation-name:customize-partial-edit-shortcut-bounce-disappear;animation-name:customize-partial-edit-shortcut-bounce-disappear;pointer-events:none}.customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button,.page-sidebar-collapsed .customize-partial-edit-shortcut button{visibility:hidden}@-webkit-keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}20%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}40%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}80%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}20%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}40%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}80%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@media screen and (max-width:800px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{left:-32px}}@media screen and (max-width:320px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{left:-30px}}
|
||||
.customize-partial-refreshing{opacity:.25;transition:opacity .25s;cursor:progress}.customize-partial-refreshing.widget-customizer-highlighted-widget{box-shadow:none}.customize-partial-edit-shortcut,.widget .customize-partial-edit-shortcut{position:absolute;float:left;width:1px;height:1px;padding:0;margin:-1px 0 0 -1px;border:0;background:0 0;color:transparent;box-shadow:none;outline:0;z-index:5}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{position:absolute;left:-30px;top:2px;color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;line-height:1em!important;font-size:18px;z-index:5;background:#0085ba!important;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 1px rgba(46,68,83,.15);text-align:center;cursor:pointer;box-sizing:border-box;padding:3px;animation-fill-mode:both;animation-duration:.4s;opacity:0;pointer-events:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.wp-custom-header .customize-partial-edit-shortcut button{left:2px}.customize-partial-edit-shortcut button svg{fill:#fff;min-width:20px;min-height:20px;width:20px;height:20px;margin:auto}.customize-partial-edit-shortcut button:hover{background:#008ec2!important}.customize-partial-edit-shortcut button:focus{box-shadow:0 0 0 2px #008ec2}body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-appear;pointer-events:auto}body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut button{animation-name:customize-partial-edit-shortcut-bounce-disappear;pointer-events:none}.customize-partial-edit-shortcut-hidden .customize-partial-edit-shortcut button,.page-sidebar-collapsed .customize-partial-edit-shortcut button{visibility:hidden}@keyframes customize-partial-edit-shortcut-bounce-appear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes customize-partial-edit-shortcut-bounce-disappear{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:1;transform:scale3d(1,1,1)}20%{transform:scale3d(.97,.97,.97)}40%{opacity:1;transform:scale3d(1.03,1.03,1.03)}60%{transform:scale3d(.9,.9,.9)}80%{transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@media screen and (max-width:800px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{left:-32px}}@media screen and (max-width:320px){.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{left:-30px}}
|
|
@ -693,7 +693,6 @@ div.mce-menu .mce-menu-item-sep,
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -704,7 +703,6 @@ div.mce-menu .mce-menu-item-sep,
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -693,7 +693,6 @@ div.mce-menu .mce-menu-item-sep,
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -704,7 +703,6 @@ div.mce-menu .mce-menu-item-sep,
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -228,7 +228,6 @@
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -240,7 +239,6 @@
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right: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}.ui-button{display:inline-block;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);-webkit-transform:translateY(1px);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;-webkit-transform:none!important;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;right:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 16px 0 36px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;left:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:400 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-right:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}
|
||||
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right: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}.ui-button{display:inline-block;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;right:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 16px 0 36px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;left:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:400 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-right:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}
|
|
@ -228,7 +228,6 @@
|
|||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
-webkit-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -240,7 +239,6 @@
|
|||
box-shadow: none !important;
|
||||
text-shadow: 0 1px 0 #fff !important;
|
||||
cursor: default;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
* Copyright jQuery Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .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}.ui-button{display:inline-block;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);-webkit-transform:translateY(1px);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;-webkit-transform:none!important;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:400 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}
|
||||
*/.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .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}.ui-button{display:inline-block;font-size:13px;line-height:26px;height:28px;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#555;border-color:#ccc;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#fafafa;border-color:#999;color:#23282d}.ui-button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.ui-button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.ui-button:disabled,.ui-button[disabled]{color:#a0a5aa!important;border-color:#ddd!important;background:#f7f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ui-dialog-titlebar{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#666;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center}.ui-dialog-titlebar-close:before{font:400 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;width:36px;height:36px;content:'\f158'}.ui-button.ui-dialog-titlebar-close:hover{color:#00a0d2}.ui-dialog-titlebar-close .ui-button-text{display:none}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fcfcfc;border-top:1px solid #dfdfdf;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:100101}
|
|
@ -911,18 +911,15 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-transform: translate( -50%, 50% ); /* Fails with spaces?? Weird! */
|
||||
height: 100%; /* Fails with spaces?? Weird! */
|
||||
transform: translate( -50%, 50% );
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .thumbnail .centered img {
|
||||
-webkit-transform: translate( 50%, -50% );
|
||||
transform: translate( 50%, -50% );
|
||||
}
|
||||
|
||||
.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon {
|
||||
-webkit-transform: translate( 50%, -70% );
|
||||
transform: translate( 50%, -70% );
|
||||
}
|
||||
|
||||
|
@ -1292,7 +1289,6 @@
|
|||
top: 50%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
-webkit-transform: translateY( -50% );
|
||||
transform: translateY( -50% );
|
||||
font-size: 40px;
|
||||
color: #fff;
|
||||
|
@ -2129,7 +2125,6 @@
|
|||
top: 50%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
-webkit-transform: translateY( -50% );
|
||||
transform: translateY( -50% );
|
||||
font-size: 3em;
|
||||
line-height: 1.3;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -911,18 +911,15 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-transform: translate( 50%, 50% ); /* Fails with spaces?? Weird! */
|
||||
height: 100%; /* Fails with spaces?? Weird! */
|
||||
transform: translate( 50%, 50% );
|
||||
}
|
||||
|
||||
.wp-core-ui .attachment .thumbnail .centered img {
|
||||
-webkit-transform: translate( -50%, -50% );
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
|
||||
.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon {
|
||||
-webkit-transform: translate( -50%, -70% );
|
||||
transform: translate( -50%, -70% );
|
||||
}
|
||||
|
||||
|
@ -1292,7 +1289,6 @@
|
|||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
-webkit-transform: translateY( -50% );
|
||||
transform: translateY( -50% );
|
||||
font-size: 40px;
|
||||
color: #fff;
|
||||
|
@ -2129,7 +2125,6 @@
|
|||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
-webkit-transform: translateY( -50% );
|
||||
transform: translateY( -50% );
|
||||
font-size: 3em;
|
||||
line-height: 1.3;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -64,7 +64,6 @@
|
|||
margin: -10px -10px 0 0;
|
||||
background: url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;right:0;left:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;right:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 -190px 0 0;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{right:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;right:50%;top:50%;margin:-10px -10px 0 0;background:url(../images/spinner.gif) center no-repeat;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;left:5px;height:22px;width:22px;color:#72777c;text-decoration:none;text-align:center}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;right:0;left:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;right:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 -190px 0 0;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{right:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;right:50%;top:50%;margin:-10px -10px 0 0;background:url(../images/spinner.gif) center no-repeat;background-size:20px 20px;transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;left:5px;height:22px;width:22px;color:#72777c;text-decoration:none;text-align:center}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
|
@ -64,7 +64,6 @@
|
|||
margin: -10px 0 0 -10px;
|
||||
background: url(../images/spinner.gif) no-repeat center;
|
||||
background-size: 20px 20px;
|
||||
-webkit-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/*! This file is auto-generated */
|
||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 0 0 -190px;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{left:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;background:url(../images/spinner.gif) center no-repeat;background-size:20px 20px;-webkit-transform:translateZ(0);transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;right:5px;height:22px;width:22px;color:#72777c;text-decoration:none;text-align:center}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
||||
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;margin:0 0 0 -190px;padding:30px 0 0;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}@media screen and (max-width:380px){#wp-auth-check-wrap #wp-auth-check{left:0;width:100%;margin:0}}#wp-auth-check-wrap.fallback #wp-auth-check{max-height:180px;overflow:auto}#wp-auth-check-wrap #wp-auth-check-form{height:100%;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}#wp-auth-check-form.loading:before{content:"";display:block;width:20px;height:20px;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;background:url(../images/spinner.gif) center no-repeat;background-size:20px 20px;transform:translateZ(0)}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){#wp-auth-check-form.loading:before{background-image:url(../images/spinner-2x.gif)}}#wp-auth-check-wrap #wp-auth-check-form iframe{height:98%;width:100%}#wp-auth-check-wrap .wp-auth-check-close{position:absolute;top:5px;right:5px;height:22px;width:22px;color:#72777c;text-decoration:none;text-align:center}#wp-auth-check-wrap .wp-auth-check-close:before{content:"\f158";font:400 20px/22px dashicons;speak:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}#wp-auth-check-wrap .wp-auth-check-close:focus,#wp-auth-check-wrap .wp-auth-check-close:hover{color:#0073aa}#wp-auth-check-wrap .wp-auth-fallback-expired{outline:0}#wp-auth-check-wrap .wp-auth-fallback{font-size:14px;line-height:21px;padding:0 25px;display:none}#wp-auth-check-wrap.fallback .wp-auth-check-close,#wp-auth-check-wrap.fallback .wp-auth-fallback{display:block}
|
|
@ -130,7 +130,6 @@ p.wp-embed-heading {
|
|||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
|
@ -240,7 +239,6 @@ p.wp-embed-heading {
|
|||
|
||||
.wp-embed-share-dialog-content {
|
||||
height: 100%;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-style: preserve-3d;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,12 +1,12 @@
|
|||
/*!
|
||||
* hoverIntent v1.8.1 // 2014.08.11 // jQuery v1.9.1+
|
||||
* hoverIntent v1.8.3 // 2014.08.11 // jQuery v1.9.1+
|
||||
* http://cherne.net/brian/resources/jquery.hoverIntent.html
|
||||
*
|
||||
* You may use hoverIntent under the terms of the MIT license. Basically that
|
||||
* means you are free to use hoverIntent as long as this header is left intact.
|
||||
* Copyright 2007, 2014 Brian Cherne
|
||||
*/
|
||||
|
||||
|
||||
/* hoverIntent is similar to jQuery's built-in "hover" method except that
|
||||
* instead of firing the handlerIn function immediately, hoverIntent checks
|
||||
* to see if the user's mouse has slowed down (beneath the sensitivity
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,14 @@
|
|||
/*!
|
||||
* jQuery Migrate - v1.4.1 - 2016-05-19
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
*/
|
||||
/*!
|
||||
* jQuery Migrate - v1.4.1 - 2016-05-19
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
*/
|
||||
(function( jQuery, window, undefined ) {
|
||||
// See http://bugs.jquery.com/ticket/13335
|
||||
// "use strict";
|
||||
|
||||
|
||||
|
||||
jQuery.migrateVersion = "1.4.1";
|
||||
|
||||
|
||||
|
||||
var warnedAbout = {};
|
||||
|
||||
|
@ -82,7 +82,7 @@ if ( document.compatMode === "BackCompat" ) {
|
|||
// jQuery has never supported or tested Quirks Mode
|
||||
migrateWarn( "jQuery is not compatible with Quirks Mode" );
|
||||
}
|
||||
|
||||
|
||||
|
||||
var attrFn = jQuery( "<input/>", { size: 1 } ).attr("size") && jQuery.attrFn,
|
||||
oldAttr = jQuery.attr,
|
||||
|
@ -189,7 +189,7 @@ jQuery.attrHooks.value = {
|
|||
elem.value = value;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
var matched, browser,
|
||||
oldInit = jQuery.fn.init,
|
||||
|
@ -377,7 +377,7 @@ jQuery.fn.size = function() {
|
|||
migrateWarn( "jQuery.fn.size() is deprecated; use the .length property" );
|
||||
return this.length;
|
||||
};
|
||||
|
||||
|
||||
|
||||
var internalSwapCall = false;
|
||||
|
||||
|
@ -422,7 +422,7 @@ jQuery.swap = function( elem, options, callback, args ) {
|
|||
|
||||
return ret;
|
||||
};
|
||||
|
||||
|
||||
|
||||
// Ensure that $.ajax gets the new parseJSON defined in core.js
|
||||
jQuery.ajaxSetup({
|
||||
|
@ -430,7 +430,7 @@ jQuery.ajaxSetup({
|
|||
"text json": jQuery.parseJSON
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
var oldFnData = jQuery.fn.data;
|
||||
|
||||
|
@ -449,7 +449,7 @@ jQuery.fn.data = function( name ) {
|
|||
}
|
||||
return oldFnData.apply( this, arguments );
|
||||
};
|
||||
|
||||
|
||||
|
||||
var rscriptType = /\/(java|ecma)script/i;
|
||||
|
||||
|
@ -502,7 +502,7 @@ if ( !jQuery.clean ) {
|
|||
return ret;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
var eventAdd = jQuery.event.add,
|
||||
eventRemove = jQuery.event.remove,
|
||||
eventTrigger = jQuery.event.trigger,
|
||||
|
@ -664,7 +664,7 @@ jQuery.event.special.ready = {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
var oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack,
|
||||
oldFnFind = jQuery.fn.find;
|
||||
|
||||
|
@ -679,7 +679,7 @@ jQuery.fn.find = function( selector ) {
|
|||
ret.selector = this.selector ? this.selector + " " + selector : selector;
|
||||
return ret;
|
||||
};
|
||||
|
||||
|
||||
|
||||
// jQuery 1.6 did not support Callbacks, do not warn there
|
||||
if ( jQuery.Callbacks ) {
|
||||
|
@ -747,6 +747,6 @@ if ( jQuery.Callbacks ) {
|
|||
return deferred;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
})( jQuery, window );
|
||||
}
|
||||
|
||||
})( jQuery, window );
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -67,6 +67,13 @@
|
|||
/* 0 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(1);
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 1 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var media = wp.media,
|
||||
baseSettings = window._wpmejsSettings || {},
|
||||
l10n = window._wpMediaViewsL10n || {};
|
||||
|
@ -338,19 +345,19 @@ wp.media.video = {
|
|||
}
|
||||
};
|
||||
|
||||
media.model.PostMedia = __webpack_require__( 1 );
|
||||
media.controller.AudioDetails = __webpack_require__( 2 );
|
||||
media.controller.VideoDetails = __webpack_require__( 3 );
|
||||
media.view.MediaFrame.MediaDetails = __webpack_require__( 4 );
|
||||
media.view.MediaFrame.AudioDetails = __webpack_require__( 5 );
|
||||
media.view.MediaFrame.VideoDetails = __webpack_require__( 6 );
|
||||
media.view.MediaDetails = __webpack_require__( 7 );
|
||||
media.view.AudioDetails = __webpack_require__( 8 );
|
||||
media.view.VideoDetails = __webpack_require__( 9 );
|
||||
media.model.PostMedia = __webpack_require__( 2 );
|
||||
media.controller.AudioDetails = __webpack_require__( 3 );
|
||||
media.controller.VideoDetails = __webpack_require__( 4 );
|
||||
media.view.MediaFrame.MediaDetails = __webpack_require__( 5 );
|
||||
media.view.MediaFrame.AudioDetails = __webpack_require__( 6 );
|
||||
media.view.MediaFrame.VideoDetails = __webpack_require__( 7 );
|
||||
media.view.MediaDetails = __webpack_require__( 8 );
|
||||
media.view.AudioDetails = __webpack_require__( 9 );
|
||||
media.view.VideoDetails = __webpack_require__( 10 );
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 1 */
|
||||
/* 2 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -398,7 +405,7 @@ module.exports = PostMedia;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 2 */
|
||||
/* 3 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var State = wp.media.controller.State,
|
||||
|
@ -437,7 +444,7 @@ module.exports = AudioDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 3 */
|
||||
/* 4 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -476,7 +483,7 @@ module.exports = VideoDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 4 */
|
||||
/* 5 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Select = wp.media.view.MediaFrame.Select,
|
||||
|
@ -612,7 +619,7 @@ module.exports = MediaDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 5 */
|
||||
/* 6 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
|
||||
|
@ -694,7 +701,7 @@ module.exports = AudioDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 6 */
|
||||
/* 7 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
|
||||
|
@ -835,7 +842,7 @@ module.exports = VideoDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 7 */
|
||||
/* 8 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/* global MediaElementPlayer */
|
||||
|
@ -1009,7 +1016,7 @@ module.exports = MediaDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 8 */
|
||||
/* 9 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaDetails = wp.media.view.MediaDetails,
|
||||
|
@ -1053,7 +1060,7 @@ module.exports = AudioDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 9 */
|
||||
/* 10 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaDetails = wp.media.view.MediaDetails,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,7 @@
|
|||
/******/ __webpack_require__.p = "";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 10);
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 11);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ([
|
||||
|
@ -74,24 +74,32 @@
|
|||
/* 7 */,
|
||||
/* 8 */,
|
||||
/* 9 */,
|
||||
/* 10 */
|
||||
/* 10 */,
|
||||
/* 11 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(12);
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 12 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var media = wp.media;
|
||||
|
||||
media.controller.EditAttachmentMetadata = __webpack_require__( 11 );
|
||||
media.view.MediaFrame.Manage = __webpack_require__( 12 );
|
||||
media.view.Attachment.Details.TwoColumn = __webpack_require__( 13 );
|
||||
media.view.MediaFrame.Manage.Router = __webpack_require__( 14 );
|
||||
media.view.EditImage.Details = __webpack_require__( 15 );
|
||||
media.view.MediaFrame.EditAttachments = __webpack_require__( 16 );
|
||||
media.view.SelectModeToggleButton = __webpack_require__( 17 );
|
||||
media.view.DeleteSelectedButton = __webpack_require__( 18 );
|
||||
media.view.DeleteSelectedPermanentlyButton = __webpack_require__( 19 );
|
||||
media.controller.EditAttachmentMetadata = __webpack_require__( 13 );
|
||||
media.view.MediaFrame.Manage = __webpack_require__( 14 );
|
||||
media.view.Attachment.Details.TwoColumn = __webpack_require__( 15 );
|
||||
media.view.MediaFrame.Manage.Router = __webpack_require__( 16 );
|
||||
media.view.EditImage.Details = __webpack_require__( 17 );
|
||||
media.view.MediaFrame.EditAttachments = __webpack_require__( 18 );
|
||||
media.view.SelectModeToggleButton = __webpack_require__( 19 );
|
||||
media.view.DeleteSelectedButton = __webpack_require__( 20 );
|
||||
media.view.DeleteSelectedPermanentlyButton = __webpack_require__( 21 );
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 11 */
|
||||
/* 13 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -125,7 +133,7 @@ module.exports = EditAttachmentMetadata;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 12 */
|
||||
/* 14 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaFrame = wp.media.view.MediaFrame,
|
||||
|
@ -418,7 +426,7 @@ module.exports = Manage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 13 */
|
||||
/* 15 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Details = wp.media.view.Attachment.Details,
|
||||
|
@ -475,7 +483,7 @@ module.exports = TwoColumn;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 14 */
|
||||
/* 16 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -548,7 +556,7 @@ module.exports = Router;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 15 */
|
||||
/* 17 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -589,7 +597,7 @@ module.exports = Details;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 16 */
|
||||
/* 18 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Frame = wp.media.view.Frame,
|
||||
|
@ -853,7 +861,7 @@ module.exports = EditAttachments;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 17 */
|
||||
/* 19 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
|
||||
|
@ -934,7 +942,7 @@ module.exports = SelectModeToggle;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 18 */
|
||||
/* 20 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Button = wp.media.view.Button,
|
||||
|
@ -993,7 +1001,7 @@ module.exports = DeleteSelected;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 19 */
|
||||
/* 21 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Button = wp.media.view.Button,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,12 +60,20 @@
|
|||
/******/ __webpack_require__.p = "";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 20);
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 22);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 20:
|
||||
/***/ 22:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(23);
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 23:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -134,12 +142,12 @@ l10n = media.model.l10n = window._wpMediaModelsL10n || {};
|
|||
media.model.settings = l10n.settings || {};
|
||||
delete l10n.settings;
|
||||
|
||||
Attachment = media.model.Attachment = __webpack_require__( 21 );
|
||||
Attachments = media.model.Attachments = __webpack_require__( 22 );
|
||||
Attachment = media.model.Attachment = __webpack_require__( 24 );
|
||||
Attachments = media.model.Attachments = __webpack_require__( 25 );
|
||||
|
||||
media.model.Query = __webpack_require__( 23 );
|
||||
media.model.PostImage = __webpack_require__( 24 );
|
||||
media.model.Selection = __webpack_require__( 25 );
|
||||
media.model.Query = __webpack_require__( 26 );
|
||||
media.model.PostImage = __webpack_require__( 27 );
|
||||
media.model.Selection = __webpack_require__( 28 );
|
||||
|
||||
/**
|
||||
* ========================================================================
|
||||
|
@ -310,7 +318,7 @@ $(window).on('unload', function(){
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 21:
|
||||
/***/ 24:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = Backbone.$,
|
||||
|
@ -486,7 +494,7 @@ module.exports = Attachment;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 22:
|
||||
/***/ 25:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -1045,7 +1053,7 @@ module.exports = Attachments;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 23:
|
||||
/***/ 26:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachments = wp.media.model.Attachments,
|
||||
|
@ -1360,7 +1368,7 @@ module.exports = Query;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 24:
|
||||
/***/ 27:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -1521,7 +1529,7 @@ module.exports = PostImage;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 25:
|
||||
/***/ 28:
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachments = wp.media.model.Attachments,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,11 +60,18 @@
|
|||
/******/ __webpack_require__.p = "";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 26);
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 29);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ (Array(26).concat([
|
||||
/* 26 */
|
||||
/******/ (Array(29).concat([
|
||||
/* 29 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(30);
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 30 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
var media = wp.media,
|
||||
|
@ -140,86 +147,86 @@ media.transition = function( selector, sensitivity ) {
|
|||
return deferred.promise();
|
||||
};
|
||||
|
||||
media.controller.Region = __webpack_require__( 27 );
|
||||
media.controller.StateMachine = __webpack_require__( 28 );
|
||||
media.controller.State = __webpack_require__( 29 );
|
||||
media.controller.Region = __webpack_require__( 31 );
|
||||
media.controller.StateMachine = __webpack_require__( 32 );
|
||||
media.controller.State = __webpack_require__( 33 );
|
||||
|
||||
media.selectionSync = __webpack_require__( 30 );
|
||||
media.controller.Library = __webpack_require__( 31 );
|
||||
media.controller.ImageDetails = __webpack_require__( 32 );
|
||||
media.controller.GalleryEdit = __webpack_require__( 33 );
|
||||
media.controller.GalleryAdd = __webpack_require__( 34 );
|
||||
media.controller.CollectionEdit = __webpack_require__( 35 );
|
||||
media.controller.CollectionAdd = __webpack_require__( 36 );
|
||||
media.controller.FeaturedImage = __webpack_require__( 37 );
|
||||
media.controller.ReplaceImage = __webpack_require__( 38 );
|
||||
media.controller.EditImage = __webpack_require__( 39 );
|
||||
media.controller.MediaLibrary = __webpack_require__( 40 );
|
||||
media.controller.Embed = __webpack_require__( 41 );
|
||||
media.controller.Cropper = __webpack_require__( 42 );
|
||||
media.controller.CustomizeImageCropper = __webpack_require__( 43 );
|
||||
media.controller.SiteIconCropper = __webpack_require__( 44 );
|
||||
media.selectionSync = __webpack_require__( 34 );
|
||||
media.controller.Library = __webpack_require__( 35 );
|
||||
media.controller.ImageDetails = __webpack_require__( 36 );
|
||||
media.controller.GalleryEdit = __webpack_require__( 37 );
|
||||
media.controller.GalleryAdd = __webpack_require__( 38 );
|
||||
media.controller.CollectionEdit = __webpack_require__( 39 );
|
||||
media.controller.CollectionAdd = __webpack_require__( 40 );
|
||||
media.controller.FeaturedImage = __webpack_require__( 41 );
|
||||
media.controller.ReplaceImage = __webpack_require__( 42 );
|
||||
media.controller.EditImage = __webpack_require__( 43 );
|
||||
media.controller.MediaLibrary = __webpack_require__( 44 );
|
||||
media.controller.Embed = __webpack_require__( 45 );
|
||||
media.controller.Cropper = __webpack_require__( 46 );
|
||||
media.controller.CustomizeImageCropper = __webpack_require__( 47 );
|
||||
media.controller.SiteIconCropper = __webpack_require__( 48 );
|
||||
|
||||
media.View = __webpack_require__( 45 );
|
||||
media.view.Frame = __webpack_require__( 46 );
|
||||
media.view.MediaFrame = __webpack_require__( 47 );
|
||||
media.view.MediaFrame.Select = __webpack_require__( 48 );
|
||||
media.view.MediaFrame.Post = __webpack_require__( 49 );
|
||||
media.view.MediaFrame.ImageDetails = __webpack_require__( 50 );
|
||||
media.view.Modal = __webpack_require__( 51 );
|
||||
media.view.FocusManager = __webpack_require__( 52 );
|
||||
media.view.UploaderWindow = __webpack_require__( 53 );
|
||||
media.view.EditorUploader = __webpack_require__( 54 );
|
||||
media.view.UploaderInline = __webpack_require__( 55 );
|
||||
media.view.UploaderStatus = __webpack_require__( 56 );
|
||||
media.view.UploaderStatusError = __webpack_require__( 57 );
|
||||
media.view.Toolbar = __webpack_require__( 58 );
|
||||
media.view.Toolbar.Select = __webpack_require__( 59 );
|
||||
media.view.Toolbar.Embed = __webpack_require__( 60 );
|
||||
media.view.Button = __webpack_require__( 61 );
|
||||
media.view.ButtonGroup = __webpack_require__( 62 );
|
||||
media.view.PriorityList = __webpack_require__( 63 );
|
||||
media.view.MenuItem = __webpack_require__( 64 );
|
||||
media.view.Menu = __webpack_require__( 65 );
|
||||
media.view.RouterItem = __webpack_require__( 66 );
|
||||
media.view.Router = __webpack_require__( 67 );
|
||||
media.view.Sidebar = __webpack_require__( 68 );
|
||||
media.view.Attachment = __webpack_require__( 69 );
|
||||
media.view.Attachment.Library = __webpack_require__( 70 );
|
||||
media.view.Attachment.EditLibrary = __webpack_require__( 71 );
|
||||
media.view.Attachments = __webpack_require__( 72 );
|
||||
media.view.Search = __webpack_require__( 73 );
|
||||
media.view.AttachmentFilters = __webpack_require__( 74 );
|
||||
media.view.DateFilter = __webpack_require__( 75 );
|
||||
media.view.AttachmentFilters.Uploaded = __webpack_require__( 76 );
|
||||
media.view.AttachmentFilters.All = __webpack_require__( 77 );
|
||||
media.view.AttachmentsBrowser = __webpack_require__( 78 );
|
||||
media.view.Selection = __webpack_require__( 79 );
|
||||
media.view.Attachment.Selection = __webpack_require__( 80 );
|
||||
media.view.Attachments.Selection = __webpack_require__( 81 );
|
||||
media.view.Attachment.EditSelection = __webpack_require__( 82 );
|
||||
media.view.Settings = __webpack_require__( 83 );
|
||||
media.view.Settings.AttachmentDisplay = __webpack_require__( 84 );
|
||||
media.view.Settings.Gallery = __webpack_require__( 85 );
|
||||
media.view.Settings.Playlist = __webpack_require__( 86 );
|
||||
media.view.Attachment.Details = __webpack_require__( 87 );
|
||||
media.view.AttachmentCompat = __webpack_require__( 88 );
|
||||
media.view.Iframe = __webpack_require__( 89 );
|
||||
media.view.Embed = __webpack_require__( 90 );
|
||||
media.view.Label = __webpack_require__( 91 );
|
||||
media.view.EmbedUrl = __webpack_require__( 92 );
|
||||
media.view.EmbedLink = __webpack_require__( 93 );
|
||||
media.view.EmbedImage = __webpack_require__( 94 );
|
||||
media.view.ImageDetails = __webpack_require__( 95 );
|
||||
media.view.Cropper = __webpack_require__( 96 );
|
||||
media.view.SiteIconCropper = __webpack_require__( 97 );
|
||||
media.view.SiteIconPreview = __webpack_require__( 98 );
|
||||
media.view.EditImage = __webpack_require__( 99 );
|
||||
media.view.Spinner = __webpack_require__( 100 );
|
||||
media.View = __webpack_require__( 49 );
|
||||
media.view.Frame = __webpack_require__( 50 );
|
||||
media.view.MediaFrame = __webpack_require__( 51 );
|
||||
media.view.MediaFrame.Select = __webpack_require__( 52 );
|
||||
media.view.MediaFrame.Post = __webpack_require__( 53 );
|
||||
media.view.MediaFrame.ImageDetails = __webpack_require__( 54 );
|
||||
media.view.Modal = __webpack_require__( 55 );
|
||||
media.view.FocusManager = __webpack_require__( 56 );
|
||||
media.view.UploaderWindow = __webpack_require__( 57 );
|
||||
media.view.EditorUploader = __webpack_require__( 58 );
|
||||
media.view.UploaderInline = __webpack_require__( 59 );
|
||||
media.view.UploaderStatus = __webpack_require__( 60 );
|
||||
media.view.UploaderStatusError = __webpack_require__( 61 );
|
||||
media.view.Toolbar = __webpack_require__( 62 );
|
||||
media.view.Toolbar.Select = __webpack_require__( 63 );
|
||||
media.view.Toolbar.Embed = __webpack_require__( 64 );
|
||||
media.view.Button = __webpack_require__( 65 );
|
||||
media.view.ButtonGroup = __webpack_require__( 66 );
|
||||
media.view.PriorityList = __webpack_require__( 67 );
|
||||
media.view.MenuItem = __webpack_require__( 68 );
|
||||
media.view.Menu = __webpack_require__( 69 );
|
||||
media.view.RouterItem = __webpack_require__( 70 );
|
||||
media.view.Router = __webpack_require__( 71 );
|
||||
media.view.Sidebar = __webpack_require__( 72 );
|
||||
media.view.Attachment = __webpack_require__( 73 );
|
||||
media.view.Attachment.Library = __webpack_require__( 74 );
|
||||
media.view.Attachment.EditLibrary = __webpack_require__( 75 );
|
||||
media.view.Attachments = __webpack_require__( 76 );
|
||||
media.view.Search = __webpack_require__( 77 );
|
||||
media.view.AttachmentFilters = __webpack_require__( 78 );
|
||||
media.view.DateFilter = __webpack_require__( 79 );
|
||||
media.view.AttachmentFilters.Uploaded = __webpack_require__( 80 );
|
||||
media.view.AttachmentFilters.All = __webpack_require__( 81 );
|
||||
media.view.AttachmentsBrowser = __webpack_require__( 82 );
|
||||
media.view.Selection = __webpack_require__( 83 );
|
||||
media.view.Attachment.Selection = __webpack_require__( 84 );
|
||||
media.view.Attachments.Selection = __webpack_require__( 85 );
|
||||
media.view.Attachment.EditSelection = __webpack_require__( 86 );
|
||||
media.view.Settings = __webpack_require__( 87 );
|
||||
media.view.Settings.AttachmentDisplay = __webpack_require__( 88 );
|
||||
media.view.Settings.Gallery = __webpack_require__( 89 );
|
||||
media.view.Settings.Playlist = __webpack_require__( 90 );
|
||||
media.view.Attachment.Details = __webpack_require__( 91 );
|
||||
media.view.AttachmentCompat = __webpack_require__( 92 );
|
||||
media.view.Iframe = __webpack_require__( 93 );
|
||||
media.view.Embed = __webpack_require__( 94 );
|
||||
media.view.Label = __webpack_require__( 95 );
|
||||
media.view.EmbedUrl = __webpack_require__( 96 );
|
||||
media.view.EmbedLink = __webpack_require__( 97 );
|
||||
media.view.EmbedImage = __webpack_require__( 98 );
|
||||
media.view.ImageDetails = __webpack_require__( 99 );
|
||||
media.view.Cropper = __webpack_require__( 100 );
|
||||
media.view.SiteIconCropper = __webpack_require__( 101 );
|
||||
media.view.SiteIconPreview = __webpack_require__( 102 );
|
||||
media.view.EditImage = __webpack_require__( 103 );
|
||||
media.view.Spinner = __webpack_require__( 104 );
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 27 */
|
||||
/* 31 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -399,7 +406,7 @@ module.exports = Region;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 28 */
|
||||
/* 32 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -544,7 +551,7 @@ module.exports = StateMachine;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 29 */
|
||||
/* 33 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -791,7 +798,7 @@ module.exports = State;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 30 */
|
||||
/* 34 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -863,7 +870,7 @@ module.exports = selectionSync;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 31 */
|
||||
/* 35 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -1163,7 +1170,7 @@ module.exports = Library;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 32 */
|
||||
/* 36 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var State = wp.media.controller.State,
|
||||
|
@ -1231,7 +1238,7 @@ module.exports = ImageDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 33 */
|
||||
/* 37 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Library = wp.media.controller.Library,
|
||||
|
@ -1406,7 +1413,7 @@ module.exports = GalleryEdit;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 34 */
|
||||
/* 38 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Selection = wp.media.model.Selection,
|
||||
|
@ -1519,7 +1526,7 @@ module.exports = GalleryAdd;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 35 */
|
||||
/* 39 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Library = wp.media.controller.Library,
|
||||
|
@ -1687,7 +1694,7 @@ module.exports = CollectionEdit;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 36 */
|
||||
/* 40 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Selection = wp.media.model.Selection,
|
||||
|
@ -1794,7 +1801,7 @@ module.exports = CollectionAdd;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 37 */
|
||||
/* 41 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachment = wp.media.model.Attachment,
|
||||
|
@ -1922,7 +1929,7 @@ module.exports = FeaturedImage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 38 */
|
||||
/* 42 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Library = wp.media.controller.Library,
|
||||
|
@ -2036,7 +2043,7 @@ module.exports = ReplaceImage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 39 */
|
||||
/* 43 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -2134,7 +2141,7 @@ module.exports = EditImage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 40 */
|
||||
/* 44 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -2190,7 +2197,7 @@ module.exports = MediaLibrary;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 41 */
|
||||
/* 45 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -2332,7 +2339,7 @@ module.exports = Embed;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 42 */
|
||||
/* 46 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -2508,7 +2515,7 @@ module.exports = Cropper;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 43 */
|
||||
/* 47 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Controller = wp.media.controller,
|
||||
|
@ -2567,7 +2574,7 @@ module.exports = CustomizeImageCropper;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 44 */
|
||||
/* 48 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Controller = wp.media.controller,
|
||||
|
@ -2622,7 +2629,7 @@ module.exports = SiteIconCropper;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 45 */
|
||||
/* 49 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -2694,7 +2701,7 @@ module.exports = View;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 46 */
|
||||
/* 50 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -2866,7 +2873,7 @@ module.exports = Frame;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 47 */
|
||||
/* 51 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Frame = wp.media.view.Frame,
|
||||
|
@ -3151,7 +3158,7 @@ module.exports = MediaFrame;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 48 */
|
||||
/* 52 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MediaFrame = wp.media.view.MediaFrame,
|
||||
|
@ -3327,7 +3334,7 @@ module.exports = Select;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 49 */
|
||||
/* 53 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Select = wp.media.view.MediaFrame.Select,
|
||||
|
@ -4070,7 +4077,7 @@ module.exports = Post;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 50 */
|
||||
/* 54 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Select = wp.media.view.MediaFrame.Select,
|
||||
|
@ -4254,7 +4261,7 @@ module.exports = ImageDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 51 */
|
||||
/* 55 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -4462,7 +4469,7 @@ module.exports = Modal;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 52 */
|
||||
/* 56 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -4514,7 +4521,7 @@ module.exports = FocusManager;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 53 */
|
||||
/* 57 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -4631,7 +4638,7 @@ module.exports = UploaderWindow;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 54 */
|
||||
/* 58 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -4862,7 +4869,7 @@ module.exports = EditorUploader;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 55 */
|
||||
/* 59 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -5008,7 +5015,7 @@ module.exports = UploaderInline;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 56 */
|
||||
/* 60 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -5149,7 +5156,7 @@ module.exports = UploaderStatus;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 57 */
|
||||
/* 61 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -5171,7 +5178,7 @@ module.exports = UploaderStatusError;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 58 */
|
||||
/* 62 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -5339,7 +5346,7 @@ module.exports = Toolbar;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 59 */
|
||||
/* 63 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Toolbar = wp.media.view.Toolbar,
|
||||
|
@ -5415,7 +5422,7 @@ module.exports = Select;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 60 */
|
||||
/* 64 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Select = wp.media.view.Toolbar.Select,
|
||||
|
@ -5458,7 +5465,7 @@ module.exports = Embed;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 61 */
|
||||
/* 65 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -5550,7 +5557,7 @@ module.exports = Button;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 62 */
|
||||
/* 66 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = Backbone.$,
|
||||
|
@ -5602,7 +5609,7 @@ module.exports = ButtonGroup;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 63 */
|
||||
/* 67 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -5705,7 +5712,7 @@ module.exports = PriorityList;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 64 */
|
||||
/* 68 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -5783,7 +5790,7 @@ module.exports = MenuItem;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 65 */
|
||||
/* 69 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var MenuItem = wp.media.view.MenuItem,
|
||||
|
@ -5906,7 +5913,7 @@ module.exports = Menu;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 66 */
|
||||
/* 70 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -5936,7 +5943,7 @@ module.exports = RouterItem;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 67 */
|
||||
/* 71 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Menu = wp.media.view.Menu,
|
||||
|
@ -5979,7 +5986,7 @@ module.exports = Router;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 68 */
|
||||
/* 72 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -6001,7 +6008,7 @@ module.exports = Sidebar;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 69 */
|
||||
/* 73 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -6584,7 +6591,7 @@ module.exports = Attachment;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 70 */
|
||||
/* 74 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -6608,7 +6615,7 @@ module.exports = Library;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 71 */
|
||||
/* 75 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -6632,7 +6639,7 @@ module.exports = EditLibrary;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 72 */
|
||||
/* 76 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -7073,7 +7080,7 @@ module.exports = Attachments;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 73 */
|
||||
/* 77 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -7125,7 +7132,7 @@ module.exports = Search;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 74 */
|
||||
/* 78 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -7208,7 +7215,7 @@ module.exports = AttachmentFilters;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 75 */
|
||||
/* 79 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -7255,7 +7262,7 @@ module.exports = DateFilter;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 76 */
|
||||
/* 80 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -7336,7 +7343,7 @@ module.exports = Uploaded;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 77 */
|
||||
/* 81 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -7453,7 +7460,7 @@ module.exports = All;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 78 */
|
||||
/* 82 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -7935,7 +7942,7 @@ module.exports = AttachmentsBrowser;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 79 */
|
||||
/* 83 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var l10n = wp.media.view.l10n,
|
||||
|
@ -8024,7 +8031,7 @@ module.exports = Selection;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 80 */
|
||||
/* 84 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8052,7 +8059,7 @@ module.exports = Selection;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 81 */
|
||||
/* 85 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachments = wp.media.view.Attachments,
|
||||
|
@ -8088,7 +8095,7 @@ module.exports = Selection;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 82 */
|
||||
/* 86 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8113,7 +8120,7 @@ module.exports = EditSelection;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 83 */
|
||||
/* 87 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -8240,7 +8247,7 @@ module.exports = Settings;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 84 */
|
||||
/* 88 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Settings = wp.media.view.Settings,
|
||||
|
@ -8340,7 +8347,7 @@ module.exports = AttachmentDisplay;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 85 */
|
||||
/* 89 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8363,7 +8370,7 @@ module.exports = Gallery;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 86 */
|
||||
/* 90 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8386,7 +8393,7 @@ module.exports = Playlist;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 87 */
|
||||
/* 91 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var Attachment = wp.media.view.Attachment,
|
||||
|
@ -8530,7 +8537,7 @@ module.exports = Details;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 88 */
|
||||
/* 92 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -8621,7 +8628,7 @@ module.exports = AttachmentCompat;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 89 */
|
||||
/* 93 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8651,7 +8658,7 @@ module.exports = Iframe;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 90 */
|
||||
/* 94 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8721,7 +8728,7 @@ module.exports = Embed;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 91 */
|
||||
/* 95 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
@ -8753,7 +8760,7 @@ module.exports = Label;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 92 */
|
||||
/* 96 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -8838,7 +8845,7 @@ module.exports = EmbedUrl;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 93 */
|
||||
/* 97 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var $ = jQuery,
|
||||
|
@ -8941,7 +8948,7 @@ module.exports = EmbedLink;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 94 */
|
||||
/* 98 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
|
||||
|
@ -8980,7 +8987,7 @@ module.exports = EmbedImage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 95 */
|
||||
/* 99 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var AttachmentDisplay = wp.media.view.Settings.AttachmentDisplay,
|
||||
|
@ -9154,7 +9161,7 @@ module.exports = ImageDetails;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 96 */
|
||||
/* 100 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -9255,7 +9262,7 @@ module.exports = Cropper;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 97 */
|
||||
/* 101 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.view,
|
||||
|
@ -9304,7 +9311,7 @@ module.exports = SiteIconCropper;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 98 */
|
||||
/* 102 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -9366,7 +9373,7 @@ module.exports = SiteIconPreview;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 99 */
|
||||
/* 103 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var View = wp.media.View,
|
||||
|
@ -9428,7 +9435,7 @@ module.exports = EditImage;
|
|||
|
||||
|
||||
/***/ }),
|
||||
/* 100 */
|
||||
/* 104 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
/**
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43308';
|
||||
$wp_version = '5.0-alpha-43309';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue