Created
October 7, 2018 04:34
-
-
Save nylen/15e8ae011a1d6dd5c70859ef651fdb28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur build-unminified/wp-admin/css/about.min.css build-branch-unminified/wp-admin/css/about.min.css | |
--- build-unminified/wp-admin/css/about.min.css 2018-10-06 22:35:47.793250908 -0500 | |
+++ build-branch-unminified/wp-admin/css/about.min.css 2018-10-06 22:33:12.760091326 -0500 | |
@@ -39,7 +39,8 @@ | |
} | |
.wp-badge { | |
- background: url(../images/w-logo-white.png?ver=20160308) center 25px no-repeat #0073aa; | |
+ background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat; | |
+ background-position: center 25px; | |
background-size: 80px 80px; | |
color: #fff; | |
font-size: 14px; | |
@@ -114,12 +115,6 @@ | |
text-align: left | |
} | |
-.about-wrap .embed-container, | |
-.about-wrap .featured-image, | |
-.about-wrap .lead-description { | |
- text-align: center | |
-} | |
- | |
.about-wrap .changelog h3 { | |
margin: 1.33em 0; | |
font-size: 1em; | |
@@ -217,7 +212,7 @@ | |
} | |
.about-wrap .feature-section h4 { | |
- margin: 1.4em 0 .6em; | |
+ margin: 1.4em 0 .6em 0; | |
font-size: 1em | |
} | |
@@ -226,7 +221,8 @@ | |
} | |
.about-wrap .lead-description { | |
- font-size: 1.5em | |
+ font-size: 1.5em; | |
+ text-align: center | |
} | |
.about-wrap .two-col-text { | |
@@ -255,11 +251,6 @@ | |
text-align: center | |
} | |
-.about-wrap .changelog.feature-section .col, | |
-.about-wrap .feature-section .col { | |
- margin-top: 40px | |
-} | |
- | |
.about-wrap .feature-video embed { | |
position: absolute; | |
top: 0; | |
@@ -268,6 +259,10 @@ | |
height: 100% | |
} | |
+.about-wrap .featured-image { | |
+ text-align: center | |
+} | |
+ | |
.about-wrap .feature-section { | |
overflow: hidden; | |
padding: 0 0 40px | |
@@ -285,15 +280,30 @@ | |
margin-bottom: 1em | |
} | |
-.about-wrap .embed-container iframe, | |
+.about-wrap .embed-container { | |
+ text-align: center | |
+} | |
+ | |
+.about-wrap .embed-container iframe { | |
+ max-width: 100% | |
+} | |
+ | |
.about-wrap .wp-embedded-content { | |
max-width: 100% | |
} | |
+.about-wrap .feature-section .col { | |
+ margin-top: 40px | |
+} | |
+ | |
.about-wrap .changelog { | |
margin-bottom: 40px | |
} | |
+.about-wrap .changelog.feature-section .col { | |
+ margin-top: 40px | |
+} | |
+ | |
.about-wrap .return-to-dashboard { | |
margin: 30px 0 0 -5px; | |
font-size: 14px; | |
diff -ur build-unminified/wp-admin/css/about-rtl.min.css build-branch-unminified/wp-admin/css/about-rtl.min.css | |
--- build-unminified/wp-admin/css/about-rtl.min.css 2018-10-06 22:35:51.373277686 -0500 | |
+++ build-branch-unminified/wp-admin/css/about-rtl.min.css 2018-10-06 22:33:15.856114481 -0500 | |
@@ -39,7 +39,8 @@ | |
} | |
.wp-badge { | |
- background: url(../images/w-logo-white.png?ver=20160308) center 25px no-repeat #0073aa; | |
+ background: #0073aa url(../images/w-logo-white.png?ver=20160308) no-repeat; | |
+ background-position: center 25px; | |
background-size: 80px 80px; | |
color: #fff; | |
font-size: 14px; | |
@@ -114,12 +115,6 @@ | |
text-align: right | |
} | |
-.about-wrap .embed-container, | |
-.about-wrap .featured-image, | |
-.about-wrap .lead-description { | |
- text-align: center | |
-} | |
- | |
.about-wrap .changelog h3 { | |
margin: 1.33em 0; | |
font-size: 1em; | |
@@ -217,7 +212,7 @@ | |
} | |
.about-wrap .feature-section h4 { | |
- margin: 1.4em 0 .6em; | |
+ margin: 1.4em 0 .6em 0; | |
font-size: 1em | |
} | |
@@ -226,7 +221,8 @@ | |
} | |
.about-wrap .lead-description { | |
- font-size: 1.5em | |
+ font-size: 1.5em; | |
+ text-align: center | |
} | |
.about-wrap .two-col-text { | |
@@ -255,11 +251,6 @@ | |
text-align: center | |
} | |
-.about-wrap .changelog.feature-section .col, | |
-.about-wrap .feature-section .col { | |
- margin-top: 40px | |
-} | |
- | |
.about-wrap .feature-video embed { | |
position: absolute; | |
top: 0; | |
@@ -268,6 +259,10 @@ | |
height: 100% | |
} | |
+.about-wrap .featured-image { | |
+ text-align: center | |
+} | |
+ | |
.about-wrap .feature-section { | |
overflow: hidden; | |
padding: 0 0 40px | |
@@ -285,15 +280,30 @@ | |
margin-bottom: 1em | |
} | |
-.about-wrap .embed-container iframe, | |
+.about-wrap .embed-container { | |
+ text-align: center | |
+} | |
+ | |
+.about-wrap .embed-container iframe { | |
+ max-width: 100% | |
+} | |
+ | |
.about-wrap .wp-embedded-content { | |
max-width: 100% | |
} | |
+.about-wrap .feature-section .col { | |
+ margin-top: 40px | |
+} | |
+ | |
.about-wrap .changelog { | |
margin-bottom: 40px | |
} | |
+.about-wrap .changelog.feature-section .col { | |
+ margin-top: 40px | |
+} | |
+ | |
.about-wrap .return-to-dashboard { | |
margin: 30px -5px 0 0; | |
font-size: 14px; | |
diff -ur build-unminified/wp-admin/css/admin-menu.min.css build-branch-unminified/wp-admin/css/admin-menu.min.css | |
--- build-unminified/wp-admin/css/admin-menu.min.css 2018-10-06 22:35:53.597294322 -0500 | |
+++ build-branch-unminified/wp-admin/css/admin-menu.min.css 2018-10-06 22:33:17.492126718 -0500 | |
@@ -31,14 +31,14 @@ | |
.icon16 { | |
height: 18px; | |
width: 18px; | |
- padding: 6px; | |
+ padding: 6px 6px; | |
margin: -6px 0 0 -8px; | |
float: left | |
} | |
.icon16:before { | |
color: #82878c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 6px 0; | |
height: 34px; | |
@@ -216,7 +216,7 @@ | |
left: auto; | |
right: auto; | |
bottom: auto; | |
- border: 0; | |
+ border: 0 none; | |
margin-top: 0; | |
box-shadow: none; | |
background-color: #32373c | |
@@ -326,7 +326,7 @@ | |
} | |
#adminmenu .wp-menu-image img { | |
- padding: 9px 0 0; | |
+ padding: 9px 0 0 0; | |
opacity: .6; | |
filter: alpha(opacity=60) | |
} | |
@@ -419,7 +419,7 @@ | |
ul#adminmenu a.wp-has-current-submenu:after, | |
ul#adminmenu>li.current>a.current:after { | |
right: 0; | |
- border: 8px solid transparent; | |
+ border: solid 8px transparent; | |
content: " "; | |
height: 0; | |
width: 0; | |
@@ -472,7 +472,7 @@ | |
#adminmenu li.wp-menu-separator { | |
height: 5px; | |
padding: 0; | |
- margin: 0 0 6px; | |
+ margin: 0 0 6px 0; | |
cursor: inherit | |
} | |
@@ -491,7 +491,7 @@ | |
#adminmenu li.current, | |
.folded #adminmenu li.wp-menu-open { | |
- border: 0 | |
+ border: 0 none | |
} | |
#adminmenu .awaiting-mod, | |
@@ -570,7 +570,7 @@ | |
position: relative; | |
top: 7px; | |
text-align: center; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -592,12 +592,15 @@ | |
transition: all .1s ease-in-out | |
} | |
-.customize-support #menu-appearance a[href="themes.php?page=custom-header"], | |
-.customize-support #menu-appearance a[href="themes.php?page=custom-background"], | |
li#wp-admin-bar-menu-toggle { | |
display: none | |
} | |
+.customize-support #menu-appearance a[href="themes.php?page=custom-background"], | |
+.customize-support #menu-appearance a[href="themes.php?page=custom-header"] { | |
+ display: none | |
+} | |
+ | |
@media only screen and (max-width:960px) { | |
.auto-fold #wpcontent, | |
@@ -666,7 +669,7 @@ | |
} | |
.auto-fold #adminmenu li.wp-menu-open { | |
- border: 0 | |
+ border: 0 none | |
} | |
.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { | |
@@ -850,7 +853,7 @@ | |
content: "\f228"; | |
display: inline-block; | |
float: left; | |
- font: 400 40px/45px dashicons; | |
+ font: normal 40px/45px dashicons; | |
vertical-align: middle; | |
outline: 0; | |
margin: 0; | |
diff -ur build-unminified/wp-admin/css/admin-menu-rtl.min.css build-branch-unminified/wp-admin/css/admin-menu-rtl.min.css | |
--- build-unminified/wp-admin/css/admin-menu-rtl.min.css 2018-10-06 22:35:46.265239479 -0500 | |
+++ build-branch-unminified/wp-admin/css/admin-menu-rtl.min.css 2018-10-06 22:33:11.760083845 -0500 | |
@@ -31,14 +31,14 @@ | |
.icon16 { | |
height: 18px; | |
width: 18px; | |
- padding: 6px; | |
+ padding: 6px 6px; | |
margin: -6px -8px 0 0; | |
float: right | |
} | |
.icon16:before { | |
color: #82878c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 6px 0; | |
height: 34px; | |
@@ -216,7 +216,7 @@ | |
right: auto; | |
left: auto; | |
bottom: auto; | |
- border: 0; | |
+ border: 0 none; | |
margin-top: 0; | |
box-shadow: none; | |
background-color: #32373c | |
@@ -326,7 +326,7 @@ | |
} | |
#adminmenu .wp-menu-image img { | |
- padding: 9px 0 0; | |
+ padding: 9px 0 0 0; | |
opacity: .6; | |
filter: alpha(opacity=60) | |
} | |
@@ -419,7 +419,7 @@ | |
ul#adminmenu a.wp-has-current-submenu:after, | |
ul#adminmenu>li.current>a.current:after { | |
left: 0; | |
- border: 8px solid transparent; | |
+ border: solid 8px transparent; | |
content: " "; | |
height: 0; | |
width: 0; | |
@@ -472,7 +472,7 @@ | |
#adminmenu li.wp-menu-separator { | |
height: 5px; | |
padding: 0; | |
- margin: 0 0 6px; | |
+ margin: 0 0 6px 0; | |
cursor: inherit | |
} | |
@@ -491,7 +491,7 @@ | |
#adminmenu li.current, | |
.folded #adminmenu li.wp-menu-open { | |
- border: 0 | |
+ border: 0 none | |
} | |
#adminmenu .awaiting-mod, | |
@@ -570,7 +570,7 @@ | |
position: relative; | |
top: 7px; | |
text-align: center; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -592,12 +592,15 @@ | |
transition: all .1s ease-in-out | |
} | |
-.customize-support #menu-appearance a[href="themes.php?page=custom-header"], | |
-.customize-support #menu-appearance a[href="themes.php?page=custom-background"], | |
li#wp-admin-bar-menu-toggle { | |
display: none | |
} | |
+.customize-support #menu-appearance a[href="themes.php?page=custom-background"], | |
+.customize-support #menu-appearance a[href="themes.php?page=custom-header"] { | |
+ display: none | |
+} | |
+ | |
@media only screen and (max-width:960px) { | |
.auto-fold #wpcontent, | |
@@ -666,7 +669,7 @@ | |
} | |
.auto-fold #adminmenu li.wp-menu-open { | |
- border: 0 | |
+ border: 0 none | |
} | |
.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { | |
@@ -850,7 +853,7 @@ | |
content: "\f228"; | |
display: inline-block; | |
float: right; | |
- font: 400 40px/45px dashicons; | |
+ font: normal 40px/45px dashicons; | |
vertical-align: middle; | |
outline: 0; | |
margin: 0; | |
diff -ur build-unminified/wp-admin/css/code-editor.min.css build-branch-unminified/wp-admin/css/code-editor.min.css | |
--- build-unminified/wp-admin/css/code-editor.min.css 2018-10-06 22:35:51.101275652 -0500 | |
+++ build-branch-unminified/wp-admin/css/code-editor.min.css 2018-10-06 22:33:15.624112746 -0500 | |
@@ -16,13 +16,13 @@ | |
} | |
.wrap [class*=CodeMirror-lint-marker]:before { | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
position: relative; | |
top: -2px | |
} | |
.wp-core-ui [class*=CodeMirror-lint-message]:before { | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
left: 16px; | |
position: absolute | |
} | |
diff -ur build-unminified/wp-admin/css/code-editor-rtl.min.css build-branch-unminified/wp-admin/css/code-editor-rtl.min.css | |
--- build-unminified/wp-admin/css/code-editor-rtl.min.css 2018-10-06 22:35:48.401255456 -0500 | |
+++ build-branch-unminified/wp-admin/css/code-editor-rtl.min.css 2018-10-06 22:33:13.224094796 -0500 | |
@@ -16,13 +16,13 @@ | |
} | |
.wrap [class*=CodeMirror-lint-marker]:before { | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
position: relative; | |
top: -2px | |
} | |
.wp-core-ui [class*=CodeMirror-lint-message]:before { | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
right: 16px; | |
position: absolute | |
} | |
diff -ur build-unminified/wp-admin/css/color-picker.min.css build-branch-unminified/wp-admin/css/color-picker.min.css | |
--- build-unminified/wp-admin/css/color-picker.min.css 2018-10-06 22:35:54.249299198 -0500 | |
+++ build-branch-unminified/wp-admin/css/color-picker.min.css 2018-10-06 22:33:17.960130218 -0500 | |
@@ -53,11 +53,15 @@ | |
transform: none !important | |
} | |
-.wp-picker-input-wrap label, | |
.wp-picker-open+.wp-picker-input-wrap { | |
display: inline-block; | |
vertical-align: top | |
} | |
+ | |
+.wp-picker-input-wrap label { | |
+ display: inline-block; | |
+ vertical-align: top | |
+} | |
.form-table .wp-picker-input-wrap label { | |
margin: 0 !important | |
diff -ur build-unminified/wp-admin/css/color-picker-rtl.min.css build-branch-unminified/wp-admin/css/color-picker-rtl.min.css | |
--- build-unminified/wp-admin/css/color-picker-rtl.min.css 2018-10-06 22:35:50.849273766 -0500 | |
+++ build-branch-unminified/wp-admin/css/color-picker-rtl.min.css 2018-10-06 22:33:15.392111010 -0500 | |
@@ -53,11 +53,15 @@ | |
transform: none !important | |
} | |
-.wp-picker-input-wrap label, | |
.wp-picker-open+.wp-picker-input-wrap { | |
display: inline-block; | |
vertical-align: top | |
} | |
+ | |
+.wp-picker-input-wrap label { | |
+ display: inline-block; | |
+ vertical-align: top | |
+} | |
.form-table .wp-picker-input-wrap label { | |
margin: 0 !important | |
diff -ur build-unminified/wp-admin/css/colors/blue/colors.min.css build-branch-unminified/wp-admin/css/colors/blue/colors.min.css | |
--- build-unminified/wp-admin/css/colors/blue/colors.min.css 2018-10-06 22:35:49.765265658 -0500 | |
+++ build-branch-unminified/wp-admin/css/colors/blue/colors.min.css 2018-10-06 22:33:14.380103442 -0500 | |
@@ -371,7 +371,10 @@ | |
background-color: #6eb9d4 | |
} | |
-#wpadminbar #wp-admin-bar-user-info .display-name, | |
+#wpadminbar #wp-admin-bar-user-info .display-name { | |
+ color: #fff | |
+} | |
+ | |
#wpadminbar #wp-admin-bar-user-info a:hover .display-name { | |
color: #fff | |
} | |
diff -ur build-unminified/wp-admin/css/colors/blue/colors-rtl.min.css build-branch-unminified/wp-admin/css/colors/blue/colors-rtl.min.css | |
--- build-unminified/wp-admin/css/colors/blue/colors-rtl.min.css 2018-10-06 22:35:49.641264730 -0500 | |
+++ build-branch-unminified/wp-admin/css/colors/blue/colors-rtl.min.css 2018-10-06 22:33:14.264102574 -0500 | |
@@ -371,7 +371,10 @@ | |
background-color: #6eb9d4 | |
} | |
-#wpadminbar #wp-admin-bar-user-info .display-name, | |
+#wpadminbar #wp-admin-bar-user-info .display-name { | |
+ color: #fff | |
+} | |
+ | |
#wpadminbar #wp-admin-bar-user-info a:hover .display-name { | |
color: #fff | |
} | |
diff -ur build-unminified/wp-admin/css/colors/light/colors.min.css build-branch-unminified/wp-admin/css/colors/light/colors.min.css | |
--- build-unminified/wp-admin/css/colors/light/colors.min.css 2018-10-06 22:35:50.033267663 -0500 | |
+++ build-branch-unminified/wp-admin/css/colors/light/colors.min.css 2018-10-06 22:33:14.608105147 -0500 | |
@@ -428,6 +428,11 @@ | |
color: #04a4cc | |
} | |
+.theme-filter.current, | |
+.theme-section.current { | |
+ border-bottom-color: #e5e5e5 | |
+} | |
+ | |
body.more-filters-opened .more-filters { | |
color: #333; | |
background-color: #e5e5e5 | |
diff -ur build-unminified/wp-admin/css/colors/light/colors-rtl.min.css build-branch-unminified/wp-admin/css/colors/light/colors-rtl.min.css | |
--- build-unminified/wp-admin/css/colors/light/colors-rtl.min.css 2018-10-06 22:35:49.901266676 -0500 | |
+++ build-branch-unminified/wp-admin/css/colors/light/colors-rtl.min.css 2018-10-06 22:33:14.496104310 -0500 | |
@@ -428,6 +428,11 @@ | |
color: #04a4cc | |
} | |
+.theme-filter.current, | |
+.theme-section.current { | |
+ border-bottom-color: #e5e5e5 | |
+} | |
+ | |
body.more-filters-opened .more-filters { | |
color: #333; | |
background-color: #e5e5e5 | |
diff -ur build-unminified/wp-admin/css/common.min.css build-branch-unminified/wp-admin/css/common.min.css | |
--- build-unminified/wp-admin/css/common.min.css 2018-10-06 22:35:46.437240765 -0500 | |
+++ build-branch-unminified/wp-admin/css/common.min.css 2018-10-06 22:33:11.916085013 -0500 | |
@@ -1,37 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.button.updated-message, | |
-a { | |
- transition-property: border, background, color; | |
- transition-duration: .05s; | |
- transition-timing-function: ease-in-out | |
-} | |
- | |
-#ajax-loading, | |
-.ajax-feedback, | |
-.ajax-loading, | |
-.imgedit-wait-spin, | |
-.list-ajax-loading, | |
-.spinner, | |
-.wp-header-end { | |
- visibility: hidden | |
-} | |
- | |
-.filter-group, | |
-.postbox-container .meta-box-sortables, | |
-.wp-filter, | |
-html.wp-toolbar { | |
- box-sizing: border-box | |
-} | |
- | |
-#docs-list, | |
-#plugin-information .section, | |
-#template textarea, | |
-.code, | |
-.ltr, | |
-code { | |
- direction: ltr | |
-} | |
- | |
#wpwrap { | |
height: auto; | |
min-height: 100%; | |
@@ -126,12 +93,6 @@ | |
float: right | |
} | |
-#publishing-action .spinner, | |
-#save-post, | |
-.subsubsub { | |
- float: left | |
-} | |
- | |
.textleft { | |
text-align: left | |
} | |
@@ -166,13 +127,6 @@ | |
word-wrap: normal !important | |
} | |
-#templateside, | |
-.misc-pub-filename, | |
-.pre, | |
-.widefat * { | |
- word-wrap: break-word | |
-} | |
- | |
.screen-reader-shortcut { | |
position: absolute; | |
top: -1000em | |
@@ -282,7 +236,10 @@ | |
} | |
a { | |
- color: #0073aa | |
+ color: #0073aa; | |
+ transition-property: border, background, color; | |
+ transition-duration: .05s; | |
+ transition-timing-function: ease-in-out | |
} | |
a, | |
@@ -302,12 +259,6 @@ | |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8) | |
} | |
-h1, | |
-h2, | |
-h3 { | |
- color: #23282d | |
-} | |
- | |
.ie8 a:focus { | |
outline: #5b9dd9 solid 1px | |
} | |
@@ -357,12 +308,14 @@ | |
} | |
h1 { | |
+ color: #23282d; | |
font-size: 2em; | |
margin: .67em 0 | |
} | |
h2, | |
h3 { | |
+ color: #23282d; | |
font-size: 1.3em; | |
margin: 1em 0 | |
} | |
@@ -403,15 +356,15 @@ | |
} | |
ul.ul-disc { | |
- list-style: disc | |
+ list-style: disc outside | |
} | |
ul.ul-square { | |
- list-style: square | |
+ list-style: square outside | |
} | |
ol.ol-decimal { | |
- list-style: decimal | |
+ list-style: decimal outside | |
} | |
ol.ol-decimal, | |
@@ -426,15 +379,20 @@ | |
margin: 0 0 .5em | |
} | |
+.ltr { | |
+ direction: ltr | |
+} | |
+ | |
.code, | |
code { | |
font-family: Consolas, Monaco, monospace; | |
+ direction: ltr; | |
unicode-bidi: embed | |
} | |
code, | |
kbd { | |
- padding: 3px 5px 2px; | |
+ padding: 3px 5px 2px 5px; | |
margin: 0 1px; | |
background: #eaeaea; | |
background: rgba(0, 0, 0, .07); | |
@@ -446,6 +404,7 @@ | |
margin: 8px 0 0; | |
padding: 0; | |
font-size: 13px; | |
+ float: left; | |
color: #666 | |
} | |
@@ -480,6 +439,10 @@ | |
margin: 0 | |
} | |
+.widefat * { | |
+ word-wrap: break-word | |
+} | |
+ | |
.widefat a, | |
.widefat button.button-link { | |
text-decoration: none | |
@@ -540,6 +503,10 @@ | |
vertical-align: top | |
} | |
+.widefat tbody th.check-column { | |
+ padding: 9px 0 22px | |
+} | |
+ | |
.updates-table tbody td.check-column, | |
.widefat tbody th.check-column, | |
.widefat tfoot td.check-column, | |
@@ -585,7 +552,7 @@ | |
font-size: 23px; | |
font-weight: 400; | |
margin: 0; | |
- padding: 9px 0 4px; | |
+ padding: 9px 0 4px 0; | |
line-height: 29px | |
} | |
@@ -595,6 +562,7 @@ | |
} | |
.wp-header-end { | |
+ visibility: hidden; | |
margin: -2px 0 0 | |
} | |
@@ -635,7 +603,7 @@ | |
.wrap .add-new-h2:hover, | |
.wrap .page-title-action:hover { | |
- border-color: #008EC2; | |
+ border-color: #008ec2; | |
background: #00a0d2; | |
color: #fff | |
} | |
@@ -644,12 +612,6 @@ | |
color: #124964 | |
} | |
-.ac_match, | |
-.highlight, | |
-.subsubsub a.current { | |
- color: #000 | |
-} | |
- | |
.wrap .page-title-action:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
@@ -676,6 +638,11 @@ | |
background-color: #ccf3fa | |
} | |
+.ac_match, | |
+.subsubsub a.current { | |
+ color: #000 | |
+} | |
+ | |
.alternate, | |
.striped>tbody>:nth-child(odd), | |
ul.striped>:nth-child(odd) { | |
@@ -688,7 +655,8 @@ | |
} | |
.highlight { | |
- background-color: #e4f2fd | |
+ background-color: #e4f2fd; | |
+ color: #000 | |
} | |
.wp-ui-primary { | |
@@ -760,11 +728,7 @@ | |
.postbox .hndle, | |
.stuffbox .hndle { | |
- border-bottom: 1px solid #eee; | |
- -webkit-user-select: none; | |
- -moz-user-select: none; | |
- -ms-user-select: none; | |
- user-select: none | |
+ border-bottom: 1px solid #eee | |
} | |
.quicktags, | |
@@ -786,7 +750,7 @@ | |
color: #72777c; | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/20px dashicons; | |
+ font: normal 16px/20px dashicons; | |
speak: none; | |
height: 20px; | |
text-align: center; | |
@@ -837,14 +801,8 @@ | |
} | |
.pre { | |
- white-space: pre-wrap | |
-} | |
- | |
-#namediv td.first, | |
-.nav-tab, | |
-.no-break, | |
-.star-rating { | |
- white-space: nowrap | |
+ white-space: pre-wrap; | |
+ word-wrap: break-word | |
} | |
.howto { | |
@@ -858,6 +816,10 @@ | |
font-style: italic | |
} | |
+.no-break { | |
+ white-space: nowrap | |
+} | |
+ | |
hr { | |
border: 0; | |
border-top: 1px solid #ddd; | |
@@ -925,6 +887,10 @@ | |
line-height: 23px | |
} | |
+#publishing-action .spinner { | |
+ float: left | |
+} | |
+ | |
#misc-publishing-actions { | |
padding: 6px 0 0 | |
} | |
@@ -933,11 +899,19 @@ | |
padding: 6px 10px 8px | |
} | |
+.misc-pub-filename { | |
+ word-wrap: break-word | |
+} | |
+ | |
#minor-publishing-actions { | |
- padding: 10px 10px 0; | |
+ padding: 10px 10px 0 10px; | |
text-align: right | |
} | |
+#save-post { | |
+ float: left | |
+} | |
+ | |
.preview { | |
float: right | |
} | |
@@ -970,6 +944,7 @@ | |
.wp-filter { | |
display: inline-block; | |
position: relative; | |
+ box-sizing: border-box; | |
margin: 12px 0 25px; | |
padding: 0 10px; | |
width: 100%; | |
@@ -1010,22 +985,22 @@ | |
margin-right: 20px | |
} | |
-.filter-links li>a, | |
-.wp-filter .search-form.search-plugins { | |
- display: inline-block | |
-} | |
- | |
.filter-items { | |
float: left | |
} | |
-.filter-links, | |
+.filter-links { | |
+ display: inline-block; | |
+ margin: 0 | |
+} | |
+ | |
.filter-links li { | |
display: inline-block; | |
margin: 0 | |
} | |
.filter-links li>a { | |
+ display: inline-block; | |
margin: 0 10px; | |
padding: 15px 0; | |
border-bottom: 4px solid #fff; | |
@@ -1067,6 +1042,10 @@ | |
vertical-align: top | |
} | |
+.wp-filter .search-form.search-plugins { | |
+ display: inline-block | |
+} | |
+ | |
.wp-filter .button.drawer-toggle { | |
margin: 10px 9px 0; | |
padding: 0 10px 0 6px; | |
@@ -1081,7 +1060,7 @@ | |
content: "\f111"; | |
margin: 0 5px 0 0; | |
color: #72777c; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
vertical-align: text-bottom; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -1140,12 +1119,6 @@ | |
color: #fff | |
} | |
-.filter-group, | |
-.filtered-by .tag { | |
- border: 1px solid #e5e5e5; | |
- box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
-} | |
- | |
.show-filters .wp-filter .drawer-toggle:focus, | |
.show-filters .wp-filter .drawer-toggle:hover { | |
background: #2ea2cc | |
@@ -1156,12 +1129,15 @@ | |
} | |
.filter-group { | |
+ box-sizing: border-box; | |
position: relative; | |
float: left; | |
margin: 0 1% 0 0; | |
padding: 20px 10px 10px; | |
width: 24%; | |
- background: #fff | |
+ background: #fff; | |
+ border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
} | |
.filter-group legend { | |
@@ -1242,6 +1218,8 @@ | |
.filtered-by .tag { | |
margin: 0 5px; | |
padding: 4px 8px; | |
+ border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
background: #fff; | |
font-size: 11px | |
} | |
@@ -1404,7 +1382,7 @@ | |
} | |
.ie8 .notice-dismiss:focus { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.notice-success, | |
@@ -1450,7 +1428,7 @@ | |
.updated-message p:before, | |
.updating-message p:before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
vertical-align: top | |
@@ -1528,7 +1506,6 @@ | |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1) | |
} | |
-#screen-meta, | |
ul#dismissed-updates { | |
display: none | |
} | |
@@ -1540,7 +1517,7 @@ | |
form.upgrade .hint { | |
font-style: italic; | |
font-size: 85%; | |
- margin: -.5em 0 2em | |
+ margin: -.5em 0 2em 0 | |
} | |
.update-php .spinner { | |
@@ -1548,6 +1525,14 @@ | |
margin: -4px 0 | |
} | |
+#ajax-loading, | |
+.ajax-feedback, | |
+.ajax-loading, | |
+.imgedit-wait-spin, | |
+.list-ajax-loading { | |
+ visibility: hidden | |
+} | |
+ | |
#ajax-response.alignleft { | |
margin-left: 2em | |
} | |
@@ -1567,6 +1552,12 @@ | |
color: #66c6e4 | |
} | |
+.button.updated-message { | |
+ transition-property: border, background, color; | |
+ transition-duration: .05s; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
@media aural { | |
.button.installed:before, | |
@@ -1600,6 +1591,7 @@ | |
} | |
#screen-meta { | |
+ display: none; | |
margin: 0 20px -1px 0; | |
position: relative; | |
background-color: #fff; | |
@@ -1648,7 +1640,7 @@ | |
#screen-meta-links .show-settings:after { | |
right: 0; | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0 5px 0 0; | |
@@ -1661,12 +1653,6 @@ | |
color: #72777c | |
} | |
-#templateside ul li a, | |
-.contextual-help-tabs a, | |
-.nav-tab { | |
- text-decoration: none | |
-} | |
- | |
#screen-meta-links .screen-meta-active:after { | |
content: "\f142" | |
} | |
@@ -1693,13 +1679,6 @@ | |
font-weight: 600 | |
} | |
-.hndle a, | |
-.widefat tfoot td, | |
-.widefat th, | |
-.widefat thead td { | |
- font-weight: 400 | |
-} | |
- | |
.ie8 #screen-options-wrap legend { | |
color: inherit | |
} | |
@@ -1807,6 +1786,7 @@ | |
display: block; | |
padding: 5px 5px 5px 12px; | |
line-height: 18px; | |
+ text-decoration: none; | |
border: 1px solid transparent; | |
border-right: none; | |
border-left: none | |
@@ -1857,7 +1837,8 @@ | |
} | |
html.wp-toolbar { | |
- padding-top: 32px | |
+ padding-top: 32px; | |
+ box-sizing: border-box | |
} | |
.widefat td, | |
@@ -1865,13 +1846,16 @@ | |
color: #555 | |
} | |
-.widefat ol, | |
-.widefat p, | |
+.widefat tfoot td, | |
+.widefat th, | |
+.widefat thead td { | |
+ font-weight: 400 | |
+} | |
+ | |
.widefat tfoot tr td, | |
.widefat tfoot tr th, | |
.widefat thead tr td, | |
-.widefat thead tr th, | |
-.widefat ul { | |
+.widefat thead tr th { | |
color: #32373c | |
} | |
@@ -1879,12 +1863,18 @@ | |
margin: 2px 0 .8em | |
} | |
+.widefat ol, | |
+.widefat p, | |
+.widefat ul { | |
+ color: #32373c | |
+} | |
+ | |
.widefat .column-comment p { | |
margin: .6em 0 | |
} | |
.widefat .column-comment ul { | |
- list-style: outside; | |
+ list-style: initial; | |
margin-left: 2em | |
} | |
@@ -1892,6 +1882,10 @@ | |
float: left | |
} | |
+.postbox-container .meta-box-sortables { | |
+ box-sizing: border-box | |
+} | |
+ | |
#wpbody-content .metabox-holder { | |
padding-top: 10px | |
} | |
@@ -1922,7 +1916,7 @@ | |
.columns-2 #postbox-container-4 .empty-container, | |
.columns-3 #postbox-container-4 .empty-container, | |
.metabox-holder.columns-1 .postbox-container .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1945,7 +1939,7 @@ | |
@media only screen and (max-width:799px) { | |
#wpbody-content .metabox-holder .postbox-container .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1957,24 +1951,8 @@ | |
} | |
.hndle a { | |
- font-size: 11px | |
-} | |
- | |
-#adminmenu .wp-submenu li.current, | |
-#adminmenu .wp-submenu li.current a, | |
-#adminmenu .wp-submenu li.current a:hover, | |
-#dashboard_right_now .versions .b, | |
-#ed_reply_toolbar #ed_reply_strong, | |
-#pass-strength-result.short, | |
-#pass-strength-result.strong, | |
-#post-status-display, | |
-#post-visibility-display, | |
-.feature-filter .feature-name, | |
-.item-controls .item-order a, | |
-.media-item .percent, | |
-.nav-tab, | |
-.plugins .name { | |
- font-weight: 600 | |
+ font-size: 11px; | |
+ font-weight: 400 | |
} | |
.postbox .handlediv { | |
@@ -2005,6 +1983,14 @@ | |
line-height: 1 | |
} | |
+.postbox .hndle, | |
+.stuffbox .hndle { | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
+ user-select: none | |
+} | |
+ | |
.postbox .inside, | |
.stuffbox .inside { | |
padding: 0 12px 12px; | |
@@ -2043,6 +2029,22 @@ | |
padding: 0 10px 0 0 | |
} | |
+#adminmenu .wp-submenu li.current, | |
+#adminmenu .wp-submenu li.current a, | |
+#adminmenu .wp-submenu li.current a:hover, | |
+#dashboard_right_now .versions .b, | |
+#ed_reply_toolbar #ed_reply_strong, | |
+#pass-strength-result.short, | |
+#pass-strength-result.strong, | |
+#post-status-display, | |
+#post-visibility-display, | |
+.feature-filter .feature-name, | |
+.item-controls .item-order a, | |
+.media-item .percent, | |
+.plugins .name { | |
+ font-weight: 600 | |
+} | |
+ | |
#wpfooter { | |
position: absolute; | |
bottom: 0; | |
@@ -2070,8 +2072,11 @@ | |
padding: 5px 10px; | |
font-size: 14px; | |
line-height: 24px; | |
+ font-weight: 600; | |
background: #e5e5e5; | |
- color: #555 | |
+ color: #555; | |
+ text-decoration: none; | |
+ white-space: nowrap | |
} | |
.nav-tab-small .nav-tab, | |
@@ -2132,6 +2137,7 @@ | |
background: url(../images/spinner.gif) no-repeat; | |
background-size: 20px 20px; | |
display: inline-block; | |
+ visibility: hidden; | |
float: right; | |
vertical-align: middle; | |
opacity: .7; | |
@@ -2178,6 +2184,10 @@ | |
line-height: 21px | |
} | |
+#templateside ul li a { | |
+ text-decoration: none | |
+} | |
+ | |
.plugin-install #description, | |
.plugin-install-network #description { | |
width: 60% | |
@@ -2203,13 +2213,6 @@ | |
display: none | |
} | |
-#howto, | |
-.importer-action, | |
-.importer-desc, | |
-.importer-title { | |
- display: block | |
-} | |
- | |
.lp-show-latest .lp-error p, | |
.lp-show-latest p:last-child { | |
display: block | |
@@ -2227,7 +2230,8 @@ | |
#howto { | |
font-size: 11px; | |
- margin: 0 5px | |
+ margin: 0 5px; | |
+ display: block | |
} | |
.importers { | |
@@ -2248,9 +2252,10 @@ | |
max-width: 500px | |
} | |
-.post-categories, | |
-.post-categories li { | |
- display: inline | |
+.importer-action, | |
+.importer-desc, | |
+.importer-title { | |
+ display: block | |
} | |
.importer-title { | |
@@ -2289,7 +2294,8 @@ | |
} | |
#namediv td.first { | |
- width: 10px | |
+ width: 10px; | |
+ white-space: nowrap | |
} | |
#namediv input { | |
@@ -2304,18 +2310,12 @@ | |
margin-bottom: 0 !important | |
} | |
-.checkbox, | |
-.post-categories, | |
-.zerosize, | |
-fieldset { | |
- margin: 0; | |
- padding: 0 | |
-} | |
- | |
.zerosize { | |
height: 0; | |
width: 0; | |
+ margin: 0; | |
border: 0; | |
+ padding: 0; | |
overflow: hidden; | |
position: absolute | |
} | |
@@ -2326,26 +2326,44 @@ | |
} | |
.checkbox { | |
- border: none | |
+ border: none; | |
+ margin: 0; | |
+ padding: 0 | |
} | |
fieldset { | |
- border: 0 | |
+ border: 0; | |
+ padding: 0; | |
+ margin: 0 | |
+} | |
+ | |
+.post-categories { | |
+ display: inline; | |
+ margin: 0; | |
+ padding: 0 | |
+} | |
+ | |
+.post-categories li { | |
+ display: inline | |
} | |
div.star-holder { | |
position: relative; | |
height: 17px; | |
width: 100px; | |
- background: url(../images/stars.png?ver=20121108) bottom left repeat-x | |
+ background: url(../images/stars.png?ver=20121108) repeat-x bottom left | |
} | |
div.star-holder .star-rating { | |
- background: url(../images/stars.png?ver=20121108) top left repeat-x; | |
+ background: url(../images/stars.png?ver=20121108) repeat-x top left; | |
height: 17px; | |
float: left | |
} | |
+.star-rating { | |
+ white-space: nowrap | |
+} | |
+ | |
.star-rating .star { | |
display: inline-block; | |
width: 20px; | |
@@ -2525,8 +2543,9 @@ | |
bottom: 0; | |
left: 0; | |
margin-right: 250px; | |
- padding: 10px 26px 99999px; | |
- margin-bottom: -99939px | |
+ padding: 10px 26px; | |
+ margin-bottom: -99939px; | |
+ padding-bottom: 99999px | |
} | |
#section-holder .updated { | |
@@ -2538,8 +2557,9 @@ | |
position: relative; | |
top: 0; | |
right: 0; | |
- padding: 16px 16px 99999px; | |
+ padding: 16px; | |
margin-bottom: -99939px; | |
+ padding-bottom: 99999px; | |
width: 217px; | |
border-left: 1px solid #ddd; | |
background: #f3f3f3; | |
@@ -2615,6 +2635,12 @@ | |
vertical-align: middle | |
} | |
+#plugin-information .fyi ul.contributors li { | |
+ display: inline-block; | |
+ margin-right: 8px; | |
+ vertical-align: middle | |
+} | |
+ | |
#plugin-information .fyi ul.contributors li img { | |
vertical-align: middle; | |
margin-right: 4px | |
@@ -2631,6 +2657,10 @@ | |
background: #f3f3f3 | |
} | |
+#plugin-information .section { | |
+ direction: ltr | |
+} | |
+ | |
#plugin-information .section ol, | |
#plugin-information .section ul { | |
list-style-type: disc; | |
@@ -2727,9 +2757,7 @@ | |
} | |
@media screen and (max-width:771px) { | |
- | |
- #plugin-information-title.with-banner, | |
- #plugin-information-title.with-banner div.vignette { | |
+ #plugin-information-title.with-banner { | |
height: 100px | |
} | |
@@ -2740,6 +2768,10 @@ | |
max-width: 85% | |
} | |
+ #plugin-information-title.with-banner div.vignette { | |
+ height: 100px | |
+ } | |
+ | |
#plugin-information-tabs { | |
overflow: hidden; | |
padding: 0; | |
@@ -2791,22 +2823,12 @@ | |
top: 50%; | |
z-index: -1; | |
margin: -10px 0 0 -10px; | |
- background: url(../images/spinner.gif) center no-repeat #fcfcfc; | |
+ background: #fcfcfc url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
} | |
-.plugin-details-modal #TB_ajaxWindowTitle, | |
-.plugin-details-modal .tb-close-icon { | |
- display: none | |
-} | |
- | |
-.tree-folder, | |
-[role=treeitem] li { | |
- position: relative | |
-} | |
- | |
@media print, | |
(-webkit-min-device-pixel-ratio:1.25), | |
(min-resolution:120dpi) { | |
@@ -2820,6 +2842,10 @@ | |
height: 1px | |
} | |
+.plugin-details-modal #TB_ajaxWindowTitle { | |
+ display: none | |
+} | |
+ | |
.plugin-details-modal #TB_closeWindowButton { | |
left: auto; | |
right: -30px; | |
@@ -2833,9 +2859,13 @@ | |
box-shadow: none | |
} | |
+.plugin-details-modal .tb-close-icon { | |
+ display: none | |
+} | |
+ | |
.plugin-details-modal #TB_closeWindowButton:after { | |
content: "\f335"; | |
- font: 400 32px/29px dashicons; | |
+ font: normal 32px/29px dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2858,7 +2888,7 @@ | |
.sidebar-name .toggle-indicator:before { | |
content: "\f142"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -2879,15 +2909,6 @@ | |
text-indent: -1px | |
} | |
-#template .CodeMirror, | |
-#template textarea, | |
-#templateside>ul { | |
- box-sizing: border-box; | |
- min-height: 60vh; | |
- height: calc(100vh - 295px); | |
- border: 1px solid #ddd | |
-} | |
- | |
.rtl.js .postbox .handlediv .toggle-indicator:before { | |
text-indent: 1px | |
} | |
@@ -2926,7 +2947,11 @@ | |
#template .CodeMirror, | |
#template textarea { | |
- width: 100% | |
+ width: 100%; | |
+ min-height: 60vh; | |
+ height: calc(100vh - 295px); | |
+ border: 1px solid #ddd; | |
+ box-sizing: border-box | |
} | |
#templateside>h2 { | |
@@ -2942,10 +2967,14 @@ | |
} | |
#templateside>ul { | |
+ box-sizing: border-box; | |
margin-top: 0; | |
overflow: auto; | |
padding: 0; | |
+ min-height: 60vh; | |
+ height: calc(100vh - 295px); | |
background-color: #f7f7f7; | |
+ border: 1px solid #ddd; | |
border-left: none | |
} | |
@@ -2998,7 +3027,12 @@ | |
} | |
.tree-folder { | |
- margin: 0 | |
+ margin: 0; | |
+ position: relative | |
+} | |
+ | |
+[role=treeitem] li { | |
+ position: relative | |
} | |
.tree-folder .tree-folder::after { | |
@@ -3063,6 +3097,11 @@ | |
font-weight: 600 | |
} | |
+#docs-list, | |
+#template textarea { | |
+ direction: ltr | |
+} | |
+ | |
.fileedit-sub #plugin, | |
.fileedit-sub #theme { | |
max-width: 40% | |
@@ -3101,7 +3140,8 @@ | |
#templateside { | |
float: right; | |
- width: 16em | |
+ width: 16em; | |
+ word-wrap: break-word | |
} | |
#postcustomstuff p.submit { | |
@@ -3128,7 +3168,7 @@ | |
} | |
#templateside li.howto { | |
- padding: 6px 12px 12px | |
+ padding: 6px 12px 12px 12px | |
} | |
.theme-editor-php .highlight { | |
@@ -3171,7 +3211,7 @@ | |
.nav-menus-php .item-edit:before, | |
.widget-top .widget-action .toggle-indicator:before { | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
@@ -3494,7 +3534,7 @@ | |
div.star-holder, | |
div.star-holder .star-rating { | |
- background: url(../images/stars-2x.png?ver=20121108) bottom left repeat-x; | |
+ background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left; | |
background-size: 21px 37px | |
} | |
@@ -3520,14 +3560,6 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #col-left, | |
- #col-right, | |
- #templateside { | |
- float: none; | |
- width: auto | |
- } | |
- | |
html.wp-toolbar { | |
padding-top: 46px | |
} | |
@@ -3556,6 +3588,12 @@ | |
margin-left: 0 | |
} | |
+ #col-left, | |
+ #col-right { | |
+ float: none; | |
+ width: auto | |
+ } | |
+ | |
#col-left .col-wrap, | |
#col-right .col-wrap { | |
padding: 0 | |
@@ -3568,11 +3606,6 @@ | |
display: none !important | |
} | |
- #documentation label[for=docs-list], | |
- .fileedit-sub .alignright label { | |
- display: block | |
- } | |
- | |
.wrap h1.wp-heading-inline { | |
margin-bottom: .5em | |
} | |
@@ -3590,7 +3623,7 @@ | |
.notice, | |
.wrap div.error, | |
.wrap div.updated { | |
- margin: 20px 0 10px; | |
+ margin: 20px 0 10px 0; | |
padding: 5px 10px; | |
font-size: 14px; | |
line-height: 175% | |
@@ -3637,6 +3670,16 @@ | |
margin-bottom: 15px | |
} | |
+ #template .CodeMirror, | |
+ #template textarea { | |
+ box-sizing: border-box | |
+ } | |
+ | |
+ #templateside { | |
+ float: none; | |
+ width: auto | |
+ } | |
+ | |
#templateside>ul { | |
border-left: 1px solid #ddd | |
} | |
@@ -3669,7 +3712,6 @@ | |
#template .CodeMirror, | |
#template textarea { | |
- box-sizing: border-box; | |
width: 100% | |
} | |
@@ -3682,12 +3724,6 @@ | |
padding: 5px | |
} | |
- #documentation input[type=button], | |
- .fileedit-sub input[type=submit] { | |
- margin-bottom: 0; | |
- padding: 8px 18px | |
- } | |
- | |
.tree-folder .tree-folder::after, | |
.tree-folder>li::after, | |
.tree-folder>li::before { | |
@@ -3722,22 +3758,43 @@ | |
text-align: left | |
} | |
+ .fileedit-sub .alignright label { | |
+ display: block | |
+ } | |
+ | |
.fileedit-sub #plugin, | |
.fileedit-sub #theme { | |
margin-left: 0; | |
max-width: 70% | |
} | |
+ .fileedit-sub input[type=submit] { | |
+ margin-bottom: 0; | |
+ padding: 8px 18px | |
+ } | |
+ | |
+ #documentation label[for=docs-list] { | |
+ display: block | |
+ } | |
+ | |
#documentation select[name=docs-list] { | |
margin-left: 0; | |
max-width: 60% | |
} | |
- #comments-form .checkforspam, | |
+ #documentation input[type=button] { | |
+ margin-bottom: 0; | |
+ padding: 8px 18px | |
+ } | |
+ | |
#wpfooter { | |
display: none | |
} | |
+ #comments-form .checkforspam { | |
+ display: none | |
+ } | |
+ | |
.edit-comment-author { | |
margin: 2px 0 0 | |
} | |
@@ -3759,9 +3816,7 @@ | |
} | |
@media screen and (max-width:600px) { | |
- | |
- #wpwrap.wp-responsive-open, | |
- div#post-body.metabox-holder.columns-1 { | |
+ #wpwrap.wp-responsive-open { | |
overflow-x: hidden | |
} | |
@@ -3773,6 +3828,10 @@ | |
padding-top: 46px | |
} | |
+ div#post-body.metabox-holder.columns-1 { | |
+ overflow-x: hidden | |
+ } | |
+ | |
.nav-tab-wrapper, | |
.wrap h2.nav-tab-wrapper, | |
h1.nav-tab-wrapper { | |
diff -ur build-unminified/wp-admin/css/common-rtl.min.css build-branch-unminified/wp-admin/css/common-rtl.min.css | |
--- build-unminified/wp-admin/css/common-rtl.min.css 2018-10-06 22:35:46.025237684 -0500 | |
+++ build-branch-unminified/wp-admin/css/common-rtl.min.css 2018-10-06 22:33:11.520082051 -0500 | |
@@ -1,37 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.button.updated-message, | |
-a { | |
- transition-property: border, background, color; | |
- transition-duration: .05s; | |
- transition-timing-function: ease-in-out | |
-} | |
- | |
-#ajax-loading, | |
-.ajax-feedback, | |
-.ajax-loading, | |
-.imgedit-wait-spin, | |
-.list-ajax-loading, | |
-.spinner, | |
-.wp-header-end { | |
- visibility: hidden | |
-} | |
- | |
-.filter-group, | |
-.postbox-container .meta-box-sortables, | |
-.wp-filter, | |
-html.wp-toolbar { | |
- box-sizing: border-box | |
-} | |
- | |
-#docs-list, | |
-#plugin-information .section, | |
-#template textarea, | |
-.code, | |
-.ltr, | |
-code { | |
- direction: ltr | |
-} | |
- | |
#wpwrap { | |
height: auto; | |
min-height: 100%; | |
@@ -126,12 +93,6 @@ | |
float: left | |
} | |
-#publishing-action .spinner, | |
-#save-post, | |
-.subsubsub { | |
- float: right | |
-} | |
- | |
.textleft { | |
text-align: right | |
} | |
@@ -166,13 +127,6 @@ | |
word-wrap: normal !important | |
} | |
-#templateside, | |
-.misc-pub-filename, | |
-.pre, | |
-.widefat * { | |
- word-wrap: break-word | |
-} | |
- | |
.screen-reader-shortcut { | |
position: absolute; | |
top: -1000em | |
@@ -282,7 +236,10 @@ | |
} | |
a { | |
- color: #0073aa | |
+ color: #0073aa; | |
+ transition-property: border, background, color; | |
+ transition-duration: .05s; | |
+ transition-timing-function: ease-in-out | |
} | |
a, | |
@@ -302,12 +259,6 @@ | |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8) | |
} | |
-h1, | |
-h2, | |
-h3 { | |
- color: #23282d | |
-} | |
- | |
.ie8 a:focus { | |
outline: #5b9dd9 solid 1px | |
} | |
@@ -357,12 +308,14 @@ | |
} | |
h1 { | |
+ color: #23282d; | |
font-size: 2em; | |
margin: .67em 0 | |
} | |
h2, | |
h3 { | |
+ color: #23282d; | |
font-size: 1.3em; | |
margin: 1em 0 | |
} | |
@@ -403,15 +356,15 @@ | |
} | |
ul.ul-disc { | |
- list-style: disc | |
+ list-style: disc outside | |
} | |
ul.ul-square { | |
- list-style: square | |
+ list-style: square outside | |
} | |
ol.ol-decimal { | |
- list-style: decimal | |
+ list-style: decimal outside | |
} | |
ol.ol-decimal, | |
@@ -426,15 +379,20 @@ | |
margin: 0 0 .5em | |
} | |
+.ltr { | |
+ direction: ltr | |
+} | |
+ | |
.code, | |
code { | |
font-family: Consolas, Monaco, monospace; | |
+ direction: ltr; | |
unicode-bidi: embed | |
} | |
code, | |
kbd { | |
- padding: 3px 5px 2px; | |
+ padding: 3px 5px 2px 5px; | |
margin: 0 1px; | |
background: #eaeaea; | |
background: rgba(0, 0, 0, .07); | |
@@ -446,6 +404,7 @@ | |
margin: 8px 0 0; | |
padding: 0; | |
font-size: 13px; | |
+ float: right; | |
color: #666 | |
} | |
@@ -480,6 +439,10 @@ | |
margin: 0 | |
} | |
+.widefat * { | |
+ word-wrap: break-word | |
+} | |
+ | |
.widefat a, | |
.widefat button.button-link { | |
text-decoration: none | |
@@ -540,6 +503,10 @@ | |
vertical-align: top | |
} | |
+.widefat tbody th.check-column { | |
+ padding: 9px 0 22px | |
+} | |
+ | |
.updates-table tbody td.check-column, | |
.widefat tbody th.check-column, | |
.widefat tfoot td.check-column, | |
@@ -585,7 +552,7 @@ | |
font-size: 23px; | |
font-weight: 400; | |
margin: 0; | |
- padding: 9px 0 4px; | |
+ padding: 9px 0 4px 0; | |
line-height: 29px | |
} | |
@@ -595,6 +562,7 @@ | |
} | |
.wp-header-end { | |
+ visibility: hidden; | |
margin: -2px 0 0 | |
} | |
@@ -635,7 +603,7 @@ | |
.wrap .add-new-h2:hover, | |
.wrap .page-title-action:hover { | |
- border-color: #008EC2; | |
+ border-color: #008ec2; | |
background: #00a0d2; | |
color: #fff | |
} | |
@@ -644,12 +612,6 @@ | |
color: #124964 | |
} | |
-.ac_match, | |
-.highlight, | |
-.subsubsub a.current { | |
- color: #000 | |
-} | |
- | |
.wrap .page-title-action:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
@@ -676,6 +638,11 @@ | |
background-color: #ccf3fa | |
} | |
+.ac_match, | |
+.subsubsub a.current { | |
+ color: #000 | |
+} | |
+ | |
.alternate, | |
.striped>tbody>:nth-child(odd), | |
ul.striped>:nth-child(odd) { | |
@@ -688,7 +655,8 @@ | |
} | |
.highlight { | |
- background-color: #e4f2fd | |
+ background-color: #e4f2fd; | |
+ color: #000 | |
} | |
.wp-ui-primary { | |
@@ -760,11 +728,7 @@ | |
.postbox .hndle, | |
.stuffbox .hndle { | |
- border-bottom: 1px solid #eee; | |
- -webkit-user-select: none; | |
- -moz-user-select: none; | |
- -ms-user-select: none; | |
- user-select: none | |
+ border-bottom: 1px solid #eee | |
} | |
.quicktags, | |
@@ -786,7 +750,7 @@ | |
color: #72777c; | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/20px dashicons; | |
+ font: normal 16px/20px dashicons; | |
speak: none; | |
height: 20px; | |
text-align: center; | |
@@ -837,14 +801,8 @@ | |
} | |
.pre { | |
- white-space: pre-wrap | |
-} | |
- | |
-#namediv td.first, | |
-.nav-tab, | |
-.no-break, | |
-.star-rating { | |
- white-space: nowrap | |
+ white-space: pre-wrap; | |
+ word-wrap: break-word | |
} | |
.howto { | |
@@ -858,6 +816,10 @@ | |
font-style: italic | |
} | |
+.no-break { | |
+ white-space: nowrap | |
+} | |
+ | |
hr { | |
border: 0; | |
border-top: 1px solid #ddd; | |
@@ -925,6 +887,10 @@ | |
line-height: 23px | |
} | |
+#publishing-action .spinner { | |
+ float: right | |
+} | |
+ | |
#misc-publishing-actions { | |
padding: 6px 0 0 | |
} | |
@@ -933,11 +899,19 @@ | |
padding: 6px 10px 8px | |
} | |
+.misc-pub-filename { | |
+ word-wrap: break-word | |
+} | |
+ | |
#minor-publishing-actions { | |
- padding: 10px 10px 0; | |
+ padding: 10px 10px 0 10px; | |
text-align: left | |
} | |
+#save-post { | |
+ float: right | |
+} | |
+ | |
.preview { | |
float: left | |
} | |
@@ -970,6 +944,7 @@ | |
.wp-filter { | |
display: inline-block; | |
position: relative; | |
+ box-sizing: border-box; | |
margin: 12px 0 25px; | |
padding: 0 10px; | |
width: 100%; | |
@@ -1010,22 +985,22 @@ | |
margin-left: 20px | |
} | |
-.filter-links li>a, | |
-.wp-filter .search-form.search-plugins { | |
- display: inline-block | |
-} | |
- | |
.filter-items { | |
float: right | |
} | |
-.filter-links, | |
+.filter-links { | |
+ display: inline-block; | |
+ margin: 0 | |
+} | |
+ | |
.filter-links li { | |
display: inline-block; | |
margin: 0 | |
} | |
.filter-links li>a { | |
+ display: inline-block; | |
margin: 0 10px; | |
padding: 15px 0; | |
border-bottom: 4px solid #fff; | |
@@ -1067,6 +1042,10 @@ | |
vertical-align: top | |
} | |
+.wp-filter .search-form.search-plugins { | |
+ display: inline-block | |
+} | |
+ | |
.wp-filter .button.drawer-toggle { | |
margin: 10px 9px 0; | |
padding: 0 6px 0 10px; | |
@@ -1081,7 +1060,7 @@ | |
content: "\f111"; | |
margin: 0 0 0 5px; | |
color: #72777c; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
vertical-align: text-bottom; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -1140,12 +1119,6 @@ | |
color: #fff | |
} | |
-.filter-group, | |
-.filtered-by .tag { | |
- border: 1px solid #e5e5e5; | |
- box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
-} | |
- | |
.show-filters .wp-filter .drawer-toggle:focus, | |
.show-filters .wp-filter .drawer-toggle:hover { | |
background: #2ea2cc | |
@@ -1156,12 +1129,15 @@ | |
} | |
.filter-group { | |
+ box-sizing: border-box; | |
position: relative; | |
float: right; | |
margin: 0 0 0 1%; | |
padding: 20px 10px 10px; | |
width: 24%; | |
- background: #fff | |
+ background: #fff; | |
+ border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
} | |
.filter-group legend { | |
@@ -1242,6 +1218,8 @@ | |
.filtered-by .tag { | |
margin: 0 5px; | |
padding: 4px 8px; | |
+ border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
background: #fff; | |
font-size: 11px | |
} | |
@@ -1404,7 +1382,7 @@ | |
} | |
.ie8 .notice-dismiss:focus { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.notice-success, | |
@@ -1450,7 +1428,7 @@ | |
.updated-message p:before, | |
.updating-message p:before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
vertical-align: top | |
@@ -1528,7 +1506,6 @@ | |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1) | |
} | |
-#screen-meta, | |
ul#dismissed-updates { | |
display: none | |
} | |
@@ -1540,7 +1517,7 @@ | |
form.upgrade .hint { | |
font-style: italic; | |
font-size: 85%; | |
- margin: -.5em 0 2em | |
+ margin: -.5em 0 2em 0 | |
} | |
.update-php .spinner { | |
@@ -1548,6 +1525,14 @@ | |
margin: -4px 0 | |
} | |
+#ajax-loading, | |
+.ajax-feedback, | |
+.ajax-loading, | |
+.imgedit-wait-spin, | |
+.list-ajax-loading { | |
+ visibility: hidden | |
+} | |
+ | |
#ajax-response.alignleft { | |
margin-right: 2em | |
} | |
@@ -1567,6 +1552,12 @@ | |
color: #66c6e4 | |
} | |
+.button.updated-message { | |
+ transition-property: border, background, color; | |
+ transition-duration: .05s; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
@media aural { | |
.button.installed:before, | |
@@ -1600,6 +1591,7 @@ | |
} | |
#screen-meta { | |
+ display: none; | |
margin: 0 0 -1px 20px; | |
position: relative; | |
background-color: #fff; | |
@@ -1648,7 +1640,7 @@ | |
#screen-meta-links .show-settings:after { | |
left: 0; | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0 0 0 5px; | |
@@ -1661,12 +1653,6 @@ | |
color: #72777c | |
} | |
-#templateside ul li a, | |
-.contextual-help-tabs a, | |
-.nav-tab { | |
- text-decoration: none | |
-} | |
- | |
#screen-meta-links .screen-meta-active:after { | |
content: "\f142" | |
} | |
@@ -1693,13 +1679,6 @@ | |
font-weight: 600 | |
} | |
-.hndle a, | |
-.widefat tfoot td, | |
-.widefat th, | |
-.widefat thead td { | |
- font-weight: 400 | |
-} | |
- | |
.ie8 #screen-options-wrap legend { | |
color: inherit | |
} | |
@@ -1807,6 +1786,7 @@ | |
display: block; | |
padding: 5px 12px 5px 5px; | |
line-height: 18px; | |
+ text-decoration: none; | |
border: 1px solid transparent; | |
border-left: none; | |
border-right: none | |
@@ -1857,7 +1837,8 @@ | |
} | |
html.wp-toolbar { | |
- padding-top: 32px | |
+ padding-top: 32px; | |
+ box-sizing: border-box | |
} | |
.widefat td, | |
@@ -1865,13 +1846,16 @@ | |
color: #555 | |
} | |
-.widefat ol, | |
-.widefat p, | |
+.widefat tfoot td, | |
+.widefat th, | |
+.widefat thead td { | |
+ font-weight: 400 | |
+} | |
+ | |
.widefat tfoot tr td, | |
.widefat tfoot tr th, | |
.widefat thead tr td, | |
-.widefat thead tr th, | |
-.widefat ul { | |
+.widefat thead tr th { | |
color: #32373c | |
} | |
@@ -1879,12 +1863,18 @@ | |
margin: 2px 0 .8em | |
} | |
+.widefat ol, | |
+.widefat p, | |
+.widefat ul { | |
+ color: #32373c | |
+} | |
+ | |
.widefat .column-comment p { | |
margin: .6em 0 | |
} | |
.widefat .column-comment ul { | |
- list-style: outside; | |
+ list-style: initial; | |
margin-right: 2em | |
} | |
@@ -1892,6 +1882,10 @@ | |
float: right | |
} | |
+.postbox-container .meta-box-sortables { | |
+ box-sizing: border-box | |
+} | |
+ | |
#wpbody-content .metabox-holder { | |
padding-top: 10px | |
} | |
@@ -1922,7 +1916,7 @@ | |
.columns-2 #postbox-container-4 .empty-container, | |
.columns-3 #postbox-container-4 .empty-container, | |
.metabox-holder.columns-1 .postbox-container .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1945,7 +1939,7 @@ | |
@media only screen and (max-width:799px) { | |
#wpbody-content .metabox-holder .postbox-container .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1957,24 +1951,8 @@ | |
} | |
.hndle a { | |
- font-size: 11px | |
-} | |
- | |
-#adminmenu .wp-submenu li.current, | |
-#adminmenu .wp-submenu li.current a, | |
-#adminmenu .wp-submenu li.current a:hover, | |
-#dashboard_right_now .versions .b, | |
-#ed_reply_toolbar #ed_reply_strong, | |
-#pass-strength-result.short, | |
-#pass-strength-result.strong, | |
-#post-status-display, | |
-#post-visibility-display, | |
-.feature-filter .feature-name, | |
-.item-controls .item-order a, | |
-.media-item .percent, | |
-.nav-tab, | |
-.plugins .name { | |
- font-weight: 600 | |
+ font-size: 11px; | |
+ font-weight: 400 | |
} | |
.postbox .handlediv { | |
@@ -2005,6 +1983,14 @@ | |
line-height: 1 | |
} | |
+.postbox .hndle, | |
+.stuffbox .hndle { | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
+ user-select: none | |
+} | |
+ | |
.postbox .inside, | |
.stuffbox .inside { | |
padding: 0 12px 12px; | |
@@ -2043,6 +2029,22 @@ | |
padding: 0 0 0 10px | |
} | |
+#adminmenu .wp-submenu li.current, | |
+#adminmenu .wp-submenu li.current a, | |
+#adminmenu .wp-submenu li.current a:hover, | |
+#dashboard_right_now .versions .b, | |
+#ed_reply_toolbar #ed_reply_strong, | |
+#pass-strength-result.short, | |
+#pass-strength-result.strong, | |
+#post-status-display, | |
+#post-visibility-display, | |
+.feature-filter .feature-name, | |
+.item-controls .item-order a, | |
+.media-item .percent, | |
+.plugins .name { | |
+ font-weight: 600 | |
+} | |
+ | |
#wpfooter { | |
position: absolute; | |
bottom: 0; | |
@@ -2070,8 +2072,11 @@ | |
padding: 5px 10px; | |
font-size: 14px; | |
line-height: 24px; | |
+ font-weight: 600; | |
background: #e5e5e5; | |
- color: #555 | |
+ color: #555; | |
+ text-decoration: none; | |
+ white-space: nowrap | |
} | |
.nav-tab-small .nav-tab, | |
@@ -2132,6 +2137,7 @@ | |
background: url(../images/spinner.gif) no-repeat; | |
background-size: 20px 20px; | |
display: inline-block; | |
+ visibility: hidden; | |
float: left; | |
vertical-align: middle; | |
opacity: .7; | |
@@ -2178,6 +2184,10 @@ | |
line-height: 21px | |
} | |
+#templateside ul li a { | |
+ text-decoration: none | |
+} | |
+ | |
.plugin-install #description, | |
.plugin-install-network #description { | |
width: 60% | |
@@ -2203,13 +2213,6 @@ | |
display: none | |
} | |
-#howto, | |
-.importer-action, | |
-.importer-desc, | |
-.importer-title { | |
- display: block | |
-} | |
- | |
.lp-show-latest .lp-error p, | |
.lp-show-latest p:last-child { | |
display: block | |
@@ -2227,7 +2230,8 @@ | |
#howto { | |
font-size: 11px; | |
- margin: 0 5px | |
+ margin: 0 5px; | |
+ display: block | |
} | |
.importers { | |
@@ -2248,9 +2252,10 @@ | |
max-width: 500px | |
} | |
-.post-categories, | |
-.post-categories li { | |
- display: inline | |
+.importer-action, | |
+.importer-desc, | |
+.importer-title { | |
+ display: block | |
} | |
.importer-title { | |
@@ -2289,7 +2294,8 @@ | |
} | |
#namediv td.first { | |
- width: 10px | |
+ width: 10px; | |
+ white-space: nowrap | |
} | |
#namediv input { | |
@@ -2304,18 +2310,12 @@ | |
margin-bottom: 0 !important | |
} | |
-.checkbox, | |
-.post-categories, | |
-.zerosize, | |
-fieldset { | |
- margin: 0; | |
- padding: 0 | |
-} | |
- | |
.zerosize { | |
height: 0; | |
width: 0; | |
+ margin: 0; | |
border: 0; | |
+ padding: 0; | |
overflow: hidden; | |
position: absolute | |
} | |
@@ -2326,26 +2326,44 @@ | |
} | |
.checkbox { | |
- border: none | |
+ border: none; | |
+ margin: 0; | |
+ padding: 0 | |
} | |
fieldset { | |
- border: 0 | |
+ border: 0; | |
+ padding: 0; | |
+ margin: 0 | |
+} | |
+ | |
+.post-categories { | |
+ display: inline; | |
+ margin: 0; | |
+ padding: 0 | |
+} | |
+ | |
+.post-categories li { | |
+ display: inline | |
} | |
div.star-holder { | |
position: relative; | |
height: 17px; | |
width: 100px; | |
- background: url(../images/stars.png?ver=20121108) bottom left repeat-x | |
+ background: url(../images/stars.png?ver=20121108) repeat-x bottom left | |
} | |
div.star-holder .star-rating { | |
- background: url(../images/stars.png?ver=20121108) top left repeat-x; | |
+ background: url(../images/stars.png?ver=20121108) repeat-x top left; | |
height: 17px; | |
float: right | |
} | |
+.star-rating { | |
+ white-space: nowrap | |
+} | |
+ | |
.star-rating .star { | |
display: inline-block; | |
width: 20px; | |
@@ -2525,8 +2543,9 @@ | |
bottom: 0; | |
right: 0; | |
margin-left: 250px; | |
- padding: 10px 26px 99999px; | |
- margin-bottom: -99939px | |
+ padding: 10px 26px; | |
+ margin-bottom: -99939px; | |
+ padding-bottom: 99999px | |
} | |
#section-holder .updated { | |
@@ -2538,8 +2557,9 @@ | |
position: relative; | |
top: 0; | |
left: 0; | |
- padding: 16px 16px 99999px; | |
+ padding: 16px; | |
margin-bottom: -99939px; | |
+ padding-bottom: 99999px; | |
width: 217px; | |
border-right: 1px solid #ddd; | |
background: #f3f3f3; | |
@@ -2615,6 +2635,12 @@ | |
vertical-align: middle | |
} | |
+#plugin-information .fyi ul.contributors li { | |
+ display: inline-block; | |
+ margin-left: 8px; | |
+ vertical-align: middle | |
+} | |
+ | |
#plugin-information .fyi ul.contributors li img { | |
vertical-align: middle; | |
margin-left: 4px | |
@@ -2631,6 +2657,10 @@ | |
background: #f3f3f3 | |
} | |
+#plugin-information .section { | |
+ direction: ltr | |
+} | |
+ | |
#plugin-information .section ol, | |
#plugin-information .section ul { | |
list-style-type: disc; | |
@@ -2727,9 +2757,7 @@ | |
} | |
@media screen and (max-width:771px) { | |
- | |
- #plugin-information-title.with-banner, | |
- #plugin-information-title.with-banner div.vignette { | |
+ #plugin-information-title.with-banner { | |
height: 100px | |
} | |
@@ -2740,6 +2768,10 @@ | |
max-width: 85% | |
} | |
+ #plugin-information-title.with-banner div.vignette { | |
+ height: 100px | |
+ } | |
+ | |
#plugin-information-tabs { | |
overflow: hidden; | |
padding: 0; | |
@@ -2791,22 +2823,12 @@ | |
top: 50%; | |
z-index: -1; | |
margin: -10px -10px 0 0; | |
- background: url(../images/spinner.gif) center no-repeat #fcfcfc; | |
+ background: #fcfcfc url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
} | |
-.plugin-details-modal #TB_ajaxWindowTitle, | |
-.plugin-details-modal .tb-close-icon { | |
- display: none | |
-} | |
- | |
-.tree-folder, | |
-[role=treeitem] li { | |
- position: relative | |
-} | |
- | |
@media print, | |
(-webkit-min-device-pixel-ratio:1.25), | |
(min-resolution:120dpi) { | |
@@ -2820,6 +2842,10 @@ | |
height: 1px | |
} | |
+.plugin-details-modal #TB_ajaxWindowTitle { | |
+ display: none | |
+} | |
+ | |
.plugin-details-modal #TB_closeWindowButton { | |
right: auto; | |
left: -30px; | |
@@ -2833,9 +2859,13 @@ | |
box-shadow: none | |
} | |
+.plugin-details-modal .tb-close-icon { | |
+ display: none | |
+} | |
+ | |
.plugin-details-modal #TB_closeWindowButton:after { | |
content: "\f335"; | |
- font: 400 32px/29px dashicons; | |
+ font: normal 32px/29px dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2858,7 +2888,7 @@ | |
.sidebar-name .toggle-indicator:before { | |
content: "\f142"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -2879,15 +2909,6 @@ | |
text-indent: -1px | |
} | |
-#template .CodeMirror, | |
-#template textarea, | |
-#templateside>ul { | |
- box-sizing: border-box; | |
- min-height: 60vh; | |
- height: calc(100vh - 295px); | |
- border: 1px solid #ddd | |
-} | |
- | |
.rtl.js .postbox .handlediv .toggle-indicator:before { | |
text-indent: 1px | |
} | |
@@ -2926,7 +2947,11 @@ | |
#template .CodeMirror, | |
#template textarea { | |
- width: 100% | |
+ width: 100%; | |
+ min-height: 60vh; | |
+ height: calc(100vh - 295px); | |
+ border: 1px solid #ddd; | |
+ box-sizing: border-box | |
} | |
#templateside>h2 { | |
@@ -2942,10 +2967,14 @@ | |
} | |
#templateside>ul { | |
+ box-sizing: border-box; | |
margin-top: 0; | |
overflow: auto; | |
padding: 0; | |
+ min-height: 60vh; | |
+ height: calc(100vh - 295px); | |
background-color: #f7f7f7; | |
+ border: 1px solid #ddd; | |
border-right: none | |
} | |
@@ -2998,7 +3027,12 @@ | |
} | |
.tree-folder { | |
- margin: 0 | |
+ margin: 0; | |
+ position: relative | |
+} | |
+ | |
+[role=treeitem] li { | |
+ position: relative | |
} | |
.tree-folder .tree-folder::after { | |
@@ -3063,6 +3097,11 @@ | |
font-weight: 600 | |
} | |
+#docs-list, | |
+#template textarea { | |
+ direction: ltr | |
+} | |
+ | |
.fileedit-sub #plugin, | |
.fileedit-sub #theme { | |
max-width: 40% | |
@@ -3101,7 +3140,8 @@ | |
#templateside { | |
float: left; | |
- width: 16em | |
+ width: 16em; | |
+ word-wrap: break-word | |
} | |
#postcustomstuff p.submit { | |
@@ -3128,7 +3168,7 @@ | |
} | |
#templateside li.howto { | |
- padding: 6px 12px 12px | |
+ padding: 6px 12px 12px 12px | |
} | |
.theme-editor-php .highlight { | |
@@ -3171,7 +3211,7 @@ | |
.nav-menus-php .item-edit:before, | |
.widget-top .widget-action .toggle-indicator:before { | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
@@ -3494,7 +3534,7 @@ | |
div.star-holder, | |
div.star-holder .star-rating { | |
- background: url(../images/stars-2x.png?ver=20121108) bottom left repeat-x; | |
+ background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left; | |
background-size: 21px 37px | |
} | |
@@ -3520,14 +3560,6 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #col-left, | |
- #col-right, | |
- #templateside { | |
- float: none; | |
- width: auto | |
- } | |
- | |
html.wp-toolbar { | |
padding-top: 46px | |
} | |
@@ -3556,6 +3588,12 @@ | |
margin-right: 0 | |
} | |
+ #col-left, | |
+ #col-right { | |
+ float: none; | |
+ width: auto | |
+ } | |
+ | |
#col-left .col-wrap, | |
#col-right .col-wrap { | |
padding: 0 | |
@@ -3568,11 +3606,6 @@ | |
display: none !important | |
} | |
- #documentation label[for=docs-list], | |
- .fileedit-sub .alignright label { | |
- display: block | |
- } | |
- | |
.wrap h1.wp-heading-inline { | |
margin-bottom: .5em | |
} | |
@@ -3590,7 +3623,7 @@ | |
.notice, | |
.wrap div.error, | |
.wrap div.updated { | |
- margin: 20px 0 10px; | |
+ margin: 20px 0 10px 0; | |
padding: 5px 10px; | |
font-size: 14px; | |
line-height: 175% | |
@@ -3637,6 +3670,16 @@ | |
margin-bottom: 15px | |
} | |
+ #template .CodeMirror, | |
+ #template textarea { | |
+ box-sizing: border-box | |
+ } | |
+ | |
+ #templateside { | |
+ float: none; | |
+ width: auto | |
+ } | |
+ | |
#templateside>ul { | |
border-right: 1px solid #ddd | |
} | |
@@ -3669,7 +3712,6 @@ | |
#template .CodeMirror, | |
#template textarea { | |
- box-sizing: border-box; | |
width: 100% | |
} | |
@@ -3682,12 +3724,6 @@ | |
padding: 5px | |
} | |
- #documentation input[type=button], | |
- .fileedit-sub input[type=submit] { | |
- margin-bottom: 0; | |
- padding: 8px 18px | |
- } | |
- | |
.tree-folder .tree-folder::after, | |
.tree-folder>li::after, | |
.tree-folder>li::before { | |
@@ -3722,22 +3758,43 @@ | |
text-align: right | |
} | |
+ .fileedit-sub .alignright label { | |
+ display: block | |
+ } | |
+ | |
.fileedit-sub #plugin, | |
.fileedit-sub #theme { | |
margin-right: 0; | |
max-width: 70% | |
} | |
+ .fileedit-sub input[type=submit] { | |
+ margin-bottom: 0; | |
+ padding: 8px 18px | |
+ } | |
+ | |
+ #documentation label[for=docs-list] { | |
+ display: block | |
+ } | |
+ | |
#documentation select[name=docs-list] { | |
margin-right: 0; | |
max-width: 60% | |
} | |
- #comments-form .checkforspam, | |
+ #documentation input[type=button] { | |
+ margin-bottom: 0; | |
+ padding: 8px 18px | |
+ } | |
+ | |
#wpfooter { | |
display: none | |
} | |
+ #comments-form .checkforspam { | |
+ display: none | |
+ } | |
+ | |
.edit-comment-author { | |
margin: 2px 0 0 | |
} | |
@@ -3759,9 +3816,7 @@ | |
} | |
@media screen and (max-width:600px) { | |
- | |
- #wpwrap.wp-responsive-open, | |
- div#post-body.metabox-holder.columns-1 { | |
+ #wpwrap.wp-responsive-open { | |
overflow-x: hidden | |
} | |
@@ -3773,6 +3828,10 @@ | |
padding-top: 46px | |
} | |
+ div#post-body.metabox-holder.columns-1 { | |
+ overflow-x: hidden | |
+ } | |
+ | |
.nav-tab-wrapper, | |
.wrap h2.nav-tab-wrapper, | |
h1.nav-tab-wrapper { | |
diff -ur build-unminified/wp-admin/css/customize-controls.min.css build-branch-unminified/wp-admin/css/customize-controls.min.css | |
--- build-unminified/wp-admin/css/customize-controls.min.css 2018-10-06 22:35:53.149290970 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-controls.min.css 2018-10-06 22:33:17.244124863 -0500 | |
@@ -1,16 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#customize-controls .wp-full-overlay-sidebar-content, | |
-#customize-sidebar-outer-content { | |
- overflow-x: hidden; | |
- overflow-y: auto | |
-} | |
- | |
-.customize-control-checkbox label, | |
-.customize-control-radio label, | |
-.customize-control-site_icon .favicon-preview .browser-preview { | |
- vertical-align: top | |
-} | |
- | |
body { | |
overflow: hidden; | |
-webkit-text-size-adjust: 100% | |
@@ -109,6 +97,8 @@ | |
bottom: 0; | |
left: 0; | |
visibility: hidden; | |
+ overflow-x: hidden; | |
+ overflow-y: auto; | |
width: 100%; | |
margin: 0; | |
z-index: -1; | |
@@ -196,6 +186,11 @@ | |
border-bottom: 1px solid #ddd | |
} | |
+#customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow-y: auto; | |
+ overflow-x: hidden | |
+} | |
+ | |
.outer-section-open #customize-controls .wp-full-overlay-sidebar-content { | |
background: #eee | |
} | |
@@ -229,7 +224,7 @@ | |
#customize-control-trash_changeset .button-link:before { | |
content: "\f182"; | |
- font: 400 22px dashicons; | |
+ font: normal 22px dashicons; | |
text-decoration: none; | |
position: absolute; | |
left: 0; | |
@@ -415,12 +410,6 @@ | |
margin-top: 15px | |
} | |
-#customize-controls .customize-info .customize-panel-description p:first-child, | |
-#customize-controls .customize-info .customize-section-description p:first-child, | |
-.no-widget-areas-rendered-notice p:first-child { | |
- margin-top: 0 | |
-} | |
- | |
#customize-controls .customize-info.is-sticky, | |
#customize-controls .customize-section-title.is-sticky { | |
position: fixed; | |
@@ -517,6 +506,10 @@ | |
font-style: italic | |
} | |
+.no-widget-areas-rendered-notice p:first-child { | |
+ margin-top: 0 | |
+} | |
+ | |
.no-widget-areas-rendered-notice p:last-child { | |
margin-bottom: 0 | |
} | |
@@ -525,6 +518,11 @@ | |
margin-bottom: 15px | |
} | |
+#customize-controls .customize-info .customize-panel-description p:first-child, | |
+#customize-controls .customize-info .customize-section-description p:first-child { | |
+ margin-top: 0 | |
+} | |
+ | |
#customize-controls .customize-info .customize-panel-description p:last-child, | |
#customize-controls .customize-info .customize-section-description p:last-child { | |
margin-bottom: 0 | |
@@ -638,6 +636,7 @@ | |
#customize-info, | |
#customize-theme-controls .customize-pane-child, | |
#customize-theme-controls .customize-pane-parent { | |
+ overflow: visible; | |
width: 100%; | |
margin: 0; | |
padding: 0; | |
@@ -731,7 +730,7 @@ | |
} | |
.customize-section-title { | |
- margin: -12px -12px 0; | |
+ margin: -12px -12px 0 -12px; | |
border-bottom: 1px solid #ddd; | |
background: #fff | |
} | |
@@ -740,7 +739,10 @@ | |
margin-top: 22px | |
} | |
-.customize-info div.customize-section-description, | |
+.customize-info div.customize-section-description { | |
+ margin-top: 0 | |
+} | |
+ | |
div.customize-section-description p:first-child { | |
margin-top: 0 | |
} | |
@@ -751,11 +753,11 @@ | |
#customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { | |
border-bottom: 1px solid #ddd; | |
- padding: 12px | |
+ padding: 12px 12px 12px 12px | |
} | |
.ios #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { | |
- padding: 12px 12px 13px | |
+ padding: 12px 12px 13px 12px | |
} | |
.customize-section-title h3, | |
@@ -864,7 +866,7 @@ | |
} | |
.customize-controls-close:before { | |
- font: 400 22px/45px dashicons; | |
+ font: normal 22px/45px dashicons; | |
content: "\f335"; | |
position: relative; | |
top: -3px; | |
@@ -873,7 +875,7 @@ | |
.customize-panel-back:before, | |
.customize-section-back:before { | |
- font: 400 20px/72px dashicons; | |
+ font: normal 20px/72px dashicons; | |
content: "\f341"; | |
position: relative; | |
left: 9px | |
@@ -918,19 +920,19 @@ | |
margin-bottom: 12px | |
} | |
-.customize-control input[type=radio], | |
.customize-control input[type=checkbox], | |
+.customize-control input[type=radio], | |
.customize-control select { | |
line-height: 28px | |
} | |
+.customize-control input[type=email], | |
.customize-control input[type=number], | |
+.customize-control input[type=password], | |
.customize-control input[type=search], | |
.customize-control input[type=tel], | |
-.customize-control input[type=url], | |
.customize-control input[type=text], | |
-.customize-control input[type=password], | |
-.customize-control input[type=email] { | |
+.customize-control input[type=url] { | |
width: 100%; | |
line-height: 18px; | |
margin: 0 | |
@@ -1014,6 +1016,11 @@ | |
margin-top: 7px | |
} | |
+.customize-control-checkbox label, | |
+.customize-control-radio label { | |
+ vertical-align: top | |
+} | |
+ | |
.customize-control .attachment-thumb.type-icon { | |
float: left; | |
margin: 10px; | |
@@ -1044,6 +1051,10 @@ | |
line-height: 0 | |
} | |
+.customize-control-site_icon .favicon-preview .browser-preview { | |
+ vertical-align: top | |
+} | |
+ | |
.customize-control .thumbnail-image img { | |
cursor: pointer | |
} | |
@@ -1112,7 +1123,7 @@ | |
} | |
#customize-controls .customize-control-notifications-container { | |
- margin: 4px 0 8px; | |
+ margin: 4px 0 8px 0; | |
padding: 0; | |
cursor: default | |
} | |
@@ -1125,7 +1136,7 @@ | |
#customize-controls .customize-control-notifications-container li.notice { | |
list-style: none; | |
- margin: 0 0 6px; | |
+ margin: 0 0 6px 0; | |
padding: 9px 14px; | |
overflow: hidden | |
} | |
@@ -1147,7 +1158,7 @@ | |
} | |
.customize-control-text.has-error input { | |
- outline: #dc3232 solid 2px | |
+ outline: 2px solid #dc3232 | |
} | |
#customize-controls #customize-notifications-area { | |
@@ -1250,15 +1261,14 @@ | |
position: relative | |
} | |
-#customize-control-show_on_front.has-error .customize-control-notifications-container, | |
-.customize-control .actions .button { | |
- margin-top: 12px | |
-} | |
- | |
#customize-control-show_on_front.has-error { | |
margin-bottom: 0 | |
} | |
+#customize-control-show_on_front.has-error .customize-control-notifications-container { | |
+ margin-top: 12px | |
+} | |
+ | |
.accordion-section .dropdown { | |
float: left; | |
display: block; | |
@@ -1292,7 +1302,7 @@ | |
.customize-control .dropdown-arrow:after { | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: block; | |
padding: 0; | |
@@ -1334,6 +1344,10 @@ | |
-webkit-overflow-scrolling: touch | |
} | |
+.customize-control .actions .button { | |
+ margin-top: 12px | |
+} | |
+ | |
.customize-control-header .actions, | |
.customize-control-header .uploaded { | |
margin-bottom: 18px | |
@@ -1436,11 +1450,6 @@ | |
border: 0 | |
} | |
-#customize-controls .customize-section-description-container.section-meta.customize-info, | |
-#customize-theme-controls .control-panel-themes { | |
- border-bottom: none | |
-} | |
- | |
.customize-control-header .uploaded .header-view .close { | |
font-size: 20px; | |
color: #fff; | |
@@ -1462,7 +1471,7 @@ | |
} | |
.customize-control-header .header-view .close:focus { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.customize-control-header .random.placeholder { | |
@@ -1601,6 +1610,10 @@ | |
height: 14em | |
} | |
+#customize-controls .customize-section-description-container.section-meta.customize-info { | |
+ border-bottom: none | |
+} | |
+ | |
#sub-accordion-section-custom_css .customize-control-notifications-container { | |
margin-bottom: 15px | |
} | |
@@ -1658,6 +1671,10 @@ | |
} | |
} | |
+#customize-theme-controls .control-panel-themes { | |
+ border-bottom: none | |
+} | |
+ | |
#customize-theme-controls .control-panel-themes>.accordion-section-title, | |
#customize-theme-controls .control-panel-themes>.accordion-section-title:hover { | |
cursor: default; | |
@@ -1667,7 +1684,7 @@ | |
border-bottom: 1px solid #ddd; | |
border-left: none; | |
border-right: none; | |
- margin: 0 0 15px; | |
+ margin: 0 0 15px 0; | |
padding-right: 100px | |
} | |
@@ -1699,11 +1716,6 @@ | |
font-weight: 400 | |
} | |
-.in-themes-panel.animating .control-panel-themes .filter-themes-count, | |
-.themes-filter-bar .feature-filter-toggle .filter-count-filters { | |
- display: none | |
-} | |
- | |
#customize-theme-controls .control-panel-themes .accordion-section-title .change-theme { | |
position: absolute; | |
right: 10px; | |
@@ -1776,6 +1788,10 @@ | |
bottom: -45px | |
} | |
+.in-themes-panel.animating .control-panel-themes .filter-themes-count { | |
+ display: none | |
+} | |
+ | |
.in-themes-panel.wp-full-overlay .wp-full-overlay-sidebar-content { | |
bottom: 0 | |
} | |
@@ -1788,7 +1804,7 @@ | |
.themes-filter-bar .feature-filter-toggle:before { | |
content: "\f111"; | |
margin: 0 5px 0 0; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
vertical-align: text-bottom; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -1802,6 +1818,10 @@ | |
transform: translateY(1px) | |
} | |
+.themes-filter-bar .feature-filter-toggle .filter-count-filters { | |
+ display: none | |
+} | |
+ | |
.filter-drawer { | |
box-sizing: border-box; | |
width: 100%; | |
@@ -1823,8 +1843,10 @@ | |
} | |
@-webkit-keyframes themes-fade-in { | |
+ 0% { | |
+ opacity: 0 | |
+ } | |
- 0%, | |
50% { | |
opacity: 0 | |
} | |
@@ -1835,8 +1857,10 @@ | |
} | |
@keyframes themes-fade-in { | |
+ 0% { | |
+ opacity: 0 | |
+ } | |
- 0%, | |
50% { | |
opacity: 0 | |
} | |
@@ -1872,7 +1896,7 @@ | |
} | |
.control-panel-themes .customize-themes-notifications .notice { | |
- margin: 0 0 25px | |
+ margin: 0 0 25px 0 | |
} | |
.customize-themes-full-container .customize-themes-section { | |
@@ -1886,7 +1910,7 @@ | |
.control-section .customize-section-text-before { | |
padding: 0 0 8px 15px; | |
- margin: 15px 0 0; | |
+ margin: 15px 0 0 0; | |
line-height: 16px; | |
border-bottom: 1px solid #ddd; | |
color: #555d66 | |
@@ -1978,7 +2002,6 @@ | |
margin-top: 50px | |
} | |
-.control-panel-themes .customize-themes-mobile-back, | |
.customize-themes-section .no-themes, | |
.customize-themes-section .no-themes-local { | |
display: none | |
@@ -2102,7 +2125,7 @@ | |
position: relative; | |
left: 0; | |
width: 100%; | |
- margin: 0 0 25px | |
+ margin: 0 0 25px 0 | |
} | |
.filter-drawer { | |
@@ -2155,6 +2178,10 @@ | |
} | |
} | |
+.control-panel-themes .customize-themes-mobile-back { | |
+ display: none | |
+} | |
+ | |
@media screen and (max-width:600px) { | |
.filter-drawer { | |
top: 132px | |
@@ -2208,7 +2235,7 @@ | |
width: 26px; | |
display: block; | |
line-height: 46px; | |
- padding: 0 8px; | |
+ padding: 0 8px 0 8px; | |
border-right: 1px solid #ddd | |
} | |
@@ -2230,11 +2257,6 @@ | |
} | |
} | |
-.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content, | |
-.wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content { | |
- overflow: visible | |
-} | |
- | |
.wp-customizer .theme-overlay { | |
display: none | |
} | |
@@ -2254,6 +2276,10 @@ | |
z-index: -1 | |
} | |
+.wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow: visible | |
+} | |
+ | |
.wp-customizer .theme-overlay .theme-backdrop { | |
background: rgba(238, 238, 238, .75); | |
position: fixed; | |
@@ -2295,6 +2321,10 @@ | |
position: absolute | |
} | |
+.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow: visible | |
+} | |
+ | |
.wp-customizer .theme-header { | |
background: #eee | |
} | |
@@ -2359,8 +2389,9 @@ | |
color: #555d66; | |
font-size: 24px; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
- margin: 30px 0 0; | |
- padding: 0 0 7px | |
+ margin: 30px 0 0 0; | |
+ padding: 0; | |
+ padding-bottom: 7px | |
} | |
body.cheatin p { | |
@@ -2373,7 +2404,8 @@ | |
#customize-theme-controls .add-new-widget { | |
cursor: pointer; | |
float: right; | |
- margin: 0 0 0 10px; | |
+ margin: 0; | |
+ margin-left: 10px; | |
transition: all .2s; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
@@ -2397,7 +2429,7 @@ | |
position: relative; | |
left: -2px; | |
top: 0; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
transition: all .2s; | |
-webkit-font-smoothing: antialiased; | |
@@ -2453,7 +2485,7 @@ | |
right: 0; | |
width: 100%; | |
height: 100%; | |
- font: 400 20px/43px dashicons; | |
+ font: normal 20px/43px dashicons; | |
text-align: center; | |
text-indent: 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -2619,7 +2651,7 @@ | |
#available-menu-items-search .clear-results:before, | |
#available-widgets-filter .clear-results:before { | |
content: "\f335"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2641,7 +2673,7 @@ | |
#available-widgets-filter .search-icon:after, | |
.themes-filter-bar .search-icon:after { | |
content: "\f179"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2727,8 +2759,8 @@ | |
margin-left: -32px | |
} | |
- .customize-control input[type=radio]+label+br, | |
- .customize-control input[type=checkbox]+label+br { | |
+ .customize-control input[type=checkbox]+label+br, | |
+ .customize-control input[type=radio]+label+br { | |
line-height: 32px | |
} | |
@@ -2822,7 +2854,7 @@ | |
.customize-controls-preview-toggle .controls:before, | |
.customize-controls-preview-toggle .preview:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f177"; | |
position: relative; | |
top: 4px; | |
diff -ur build-unminified/wp-admin/css/customize-controls-rtl.min.css build-branch-unminified/wp-admin/css/customize-controls-rtl.min.css | |
--- build-unminified/wp-admin/css/customize-controls-rtl.min.css 2018-10-06 22:35:47.085245612 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-controls-rtl.min.css 2018-10-06 22:33:12.288087795 -0500 | |
@@ -1,16 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#customize-controls .wp-full-overlay-sidebar-content, | |
-#customize-sidebar-outer-content { | |
- overflow-x: hidden; | |
- overflow-y: auto | |
-} | |
- | |
-.customize-control-checkbox label, | |
-.customize-control-radio label, | |
-.customize-control-site_icon .favicon-preview .browser-preview { | |
- vertical-align: top | |
-} | |
- | |
body { | |
overflow: hidden; | |
-webkit-text-size-adjust: 100% | |
@@ -109,6 +97,8 @@ | |
bottom: 0; | |
right: 0; | |
visibility: hidden; | |
+ overflow-x: hidden; | |
+ overflow-y: auto; | |
width: 100%; | |
margin: 0; | |
z-index: -1; | |
@@ -196,6 +186,11 @@ | |
border-bottom: 1px solid #ddd | |
} | |
+#customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow-y: auto; | |
+ overflow-x: hidden | |
+} | |
+ | |
.outer-section-open #customize-controls .wp-full-overlay-sidebar-content { | |
background: #eee | |
} | |
@@ -229,7 +224,7 @@ | |
#customize-control-trash_changeset .button-link:before { | |
content: "\f182"; | |
- font: 400 22px dashicons; | |
+ font: normal 22px dashicons; | |
text-decoration: none; | |
position: absolute; | |
right: 0; | |
@@ -415,12 +410,6 @@ | |
margin-top: 15px | |
} | |
-#customize-controls .customize-info .customize-panel-description p:first-child, | |
-#customize-controls .customize-info .customize-section-description p:first-child, | |
-.no-widget-areas-rendered-notice p:first-child { | |
- margin-top: 0 | |
-} | |
- | |
#customize-controls .customize-info.is-sticky, | |
#customize-controls .customize-section-title.is-sticky { | |
position: fixed; | |
@@ -517,6 +506,10 @@ | |
font-style: italic | |
} | |
+.no-widget-areas-rendered-notice p:first-child { | |
+ margin-top: 0 | |
+} | |
+ | |
.no-widget-areas-rendered-notice p:last-child { | |
margin-bottom: 0 | |
} | |
@@ -525,6 +518,11 @@ | |
margin-bottom: 15px | |
} | |
+#customize-controls .customize-info .customize-panel-description p:first-child, | |
+#customize-controls .customize-info .customize-section-description p:first-child { | |
+ margin-top: 0 | |
+} | |
+ | |
#customize-controls .customize-info .customize-panel-description p:last-child, | |
#customize-controls .customize-info .customize-section-description p:last-child { | |
margin-bottom: 0 | |
@@ -638,6 +636,7 @@ | |
#customize-info, | |
#customize-theme-controls .customize-pane-child, | |
#customize-theme-controls .customize-pane-parent { | |
+ overflow: visible; | |
width: 100%; | |
margin: 0; | |
padding: 0; | |
@@ -731,7 +730,7 @@ | |
} | |
.customize-section-title { | |
- margin: -12px -12px 0; | |
+ margin: -12px -12px 0 -12px; | |
border-bottom: 1px solid #ddd; | |
background: #fff | |
} | |
@@ -740,7 +739,10 @@ | |
margin-top: 22px | |
} | |
-.customize-info div.customize-section-description, | |
+.customize-info div.customize-section-description { | |
+ margin-top: 0 | |
+} | |
+ | |
div.customize-section-description p:first-child { | |
margin-top: 0 | |
} | |
@@ -751,11 +753,11 @@ | |
#customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { | |
border-bottom: 1px solid #ddd; | |
- padding: 12px | |
+ padding: 12px 12px 12px 12px | |
} | |
.ios #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { | |
- padding: 12px 12px 13px | |
+ padding: 12px 12px 13px 12px | |
} | |
.customize-section-title h3, | |
@@ -864,7 +866,7 @@ | |
} | |
.customize-controls-close:before { | |
- font: 400 22px/45px dashicons; | |
+ font: normal 22px/45px dashicons; | |
content: "\f335"; | |
position: relative; | |
top: -3px; | |
@@ -873,7 +875,7 @@ | |
.customize-panel-back:before, | |
.customize-section-back:before { | |
- font: 400 20px/72px dashicons; | |
+ font: normal 20px/72px dashicons; | |
content: "\f345"; | |
position: relative; | |
right: 9px | |
@@ -918,19 +920,19 @@ | |
margin-bottom: 12px | |
} | |
-.customize-control input[type=radio], | |
.customize-control input[type=checkbox], | |
+.customize-control input[type=radio], | |
.customize-control select { | |
line-height: 28px | |
} | |
+.customize-control input[type=email], | |
.customize-control input[type=number], | |
+.customize-control input[type=password], | |
.customize-control input[type=search], | |
.customize-control input[type=tel], | |
-.customize-control input[type=url], | |
.customize-control input[type=text], | |
-.customize-control input[type=password], | |
-.customize-control input[type=email] { | |
+.customize-control input[type=url] { | |
width: 100%; | |
line-height: 18px; | |
margin: 0 | |
@@ -1014,6 +1016,11 @@ | |
margin-top: 7px | |
} | |
+.customize-control-checkbox label, | |
+.customize-control-radio label { | |
+ vertical-align: top | |
+} | |
+ | |
.customize-control .attachment-thumb.type-icon { | |
float: right; | |
margin: 10px; | |
@@ -1044,6 +1051,10 @@ | |
line-height: 0 | |
} | |
+.customize-control-site_icon .favicon-preview .browser-preview { | |
+ vertical-align: top | |
+} | |
+ | |
.customize-control .thumbnail-image img { | |
cursor: pointer | |
} | |
@@ -1112,7 +1123,7 @@ | |
} | |
#customize-controls .customize-control-notifications-container { | |
- margin: 4px 0 8px; | |
+ margin: 4px 0 8px 0; | |
padding: 0; | |
cursor: default | |
} | |
@@ -1125,7 +1136,7 @@ | |
#customize-controls .customize-control-notifications-container li.notice { | |
list-style: none; | |
- margin: 0 0 6px; | |
+ margin: 0 0 6px 0; | |
padding: 9px 14px; | |
overflow: hidden | |
} | |
@@ -1147,7 +1158,7 @@ | |
} | |
.customize-control-text.has-error input { | |
- outline: #dc3232 solid 2px | |
+ outline: 2px solid #dc3232 | |
} | |
#customize-controls #customize-notifications-area { | |
@@ -1250,15 +1261,14 @@ | |
position: relative | |
} | |
-#customize-control-show_on_front.has-error .customize-control-notifications-container, | |
-.customize-control .actions .button { | |
- margin-top: 12px | |
-} | |
- | |
#customize-control-show_on_front.has-error { | |
margin-bottom: 0 | |
} | |
+#customize-control-show_on_front.has-error .customize-control-notifications-container { | |
+ margin-top: 12px | |
+} | |
+ | |
.accordion-section .dropdown { | |
float: right; | |
display: block; | |
@@ -1292,7 +1302,7 @@ | |
.customize-control .dropdown-arrow:after { | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: block; | |
padding: 0; | |
@@ -1334,6 +1344,10 @@ | |
-webkit-overflow-scrolling: touch | |
} | |
+.customize-control .actions .button { | |
+ margin-top: 12px | |
+} | |
+ | |
.customize-control-header .actions, | |
.customize-control-header .uploaded { | |
margin-bottom: 18px | |
@@ -1436,11 +1450,6 @@ | |
border: 0 | |
} | |
-#customize-controls .customize-section-description-container.section-meta.customize-info, | |
-#customize-theme-controls .control-panel-themes { | |
- border-bottom: none | |
-} | |
- | |
.customize-control-header .uploaded .header-view .close { | |
font-size: 20px; | |
color: #fff; | |
@@ -1462,7 +1471,7 @@ | |
} | |
.customize-control-header .header-view .close:focus { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.customize-control-header .random.placeholder { | |
@@ -1601,6 +1610,10 @@ | |
height: 14em | |
} | |
+#customize-controls .customize-section-description-container.section-meta.customize-info { | |
+ border-bottom: none | |
+} | |
+ | |
#sub-accordion-section-custom_css .customize-control-notifications-container { | |
margin-bottom: 15px | |
} | |
@@ -1658,6 +1671,10 @@ | |
} | |
} | |
+#customize-theme-controls .control-panel-themes { | |
+ border-bottom: none | |
+} | |
+ | |
#customize-theme-controls .control-panel-themes>.accordion-section-title, | |
#customize-theme-controls .control-panel-themes>.accordion-section-title:hover { | |
cursor: default; | |
@@ -1667,7 +1684,7 @@ | |
border-bottom: 1px solid #ddd; | |
border-right: none; | |
border-left: none; | |
- margin: 0 0 15px; | |
+ margin: 0 0 15px 0; | |
padding-left: 100px | |
} | |
@@ -1699,11 +1716,6 @@ | |
font-weight: 400 | |
} | |
-.in-themes-panel.animating .control-panel-themes .filter-themes-count, | |
-.themes-filter-bar .feature-filter-toggle .filter-count-filters { | |
- display: none | |
-} | |
- | |
#customize-theme-controls .control-panel-themes .accordion-section-title .change-theme { | |
position: absolute; | |
left: 10px; | |
@@ -1776,6 +1788,10 @@ | |
bottom: -45px | |
} | |
+.in-themes-panel.animating .control-panel-themes .filter-themes-count { | |
+ display: none | |
+} | |
+ | |
.in-themes-panel.wp-full-overlay .wp-full-overlay-sidebar-content { | |
bottom: 0 | |
} | |
@@ -1788,7 +1804,7 @@ | |
.themes-filter-bar .feature-filter-toggle:before { | |
content: "\f111"; | |
margin: 0 0 0 5px; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
vertical-align: text-bottom; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -1802,6 +1818,10 @@ | |
transform: translateY(1px) | |
} | |
+.themes-filter-bar .feature-filter-toggle .filter-count-filters { | |
+ display: none | |
+} | |
+ | |
.filter-drawer { | |
box-sizing: border-box; | |
width: 100%; | |
@@ -1823,8 +1843,10 @@ | |
} | |
@-webkit-keyframes themes-fade-in { | |
+ 0% { | |
+ opacity: 0 | |
+ } | |
- 0%, | |
50% { | |
opacity: 0 | |
} | |
@@ -1835,8 +1857,10 @@ | |
} | |
@keyframes themes-fade-in { | |
+ 0% { | |
+ opacity: 0 | |
+ } | |
- 0%, | |
50% { | |
opacity: 0 | |
} | |
@@ -1872,7 +1896,7 @@ | |
} | |
.control-panel-themes .customize-themes-notifications .notice { | |
- margin: 0 0 25px | |
+ margin: 0 0 25px 0 | |
} | |
.customize-themes-full-container .customize-themes-section { | |
@@ -1886,7 +1910,7 @@ | |
.control-section .customize-section-text-before { | |
padding: 0 15px 8px 0; | |
- margin: 15px 0 0; | |
+ margin: 15px 0 0 0; | |
line-height: 16px; | |
border-bottom: 1px solid #ddd; | |
color: #555d66 | |
@@ -1978,7 +2002,6 @@ | |
margin-top: 50px | |
} | |
-.control-panel-themes .customize-themes-mobile-back, | |
.customize-themes-section .no-themes, | |
.customize-themes-section .no-themes-local { | |
display: none | |
@@ -2102,7 +2125,7 @@ | |
position: relative; | |
right: 0; | |
width: 100%; | |
- margin: 0 0 25px | |
+ margin: 0 0 25px 0 | |
} | |
.filter-drawer { | |
@@ -2155,6 +2178,10 @@ | |
} | |
} | |
+.control-panel-themes .customize-themes-mobile-back { | |
+ display: none | |
+} | |
+ | |
@media screen and (max-width:600px) { | |
.filter-drawer { | |
top: 132px | |
@@ -2208,7 +2235,7 @@ | |
width: 26px; | |
display: block; | |
line-height: 46px; | |
- padding: 0 8px; | |
+ padding: 0 8px 0 8px; | |
border-left: 1px solid #ddd | |
} | |
@@ -2230,11 +2257,6 @@ | |
} | |
} | |
-.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content, | |
-.wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content { | |
- overflow: visible | |
-} | |
- | |
.wp-customizer .theme-overlay { | |
display: none | |
} | |
@@ -2254,6 +2276,10 @@ | |
z-index: -1 | |
} | |
+.wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow: visible | |
+} | |
+ | |
.wp-customizer .theme-overlay .theme-backdrop { | |
background: rgba(238, 238, 238, .75); | |
position: fixed; | |
@@ -2295,6 +2321,10 @@ | |
position: absolute | |
} | |
+.modal-open .in-themes-panel #customize-controls .wp-full-overlay-sidebar-content { | |
+ overflow: visible | |
+} | |
+ | |
.wp-customizer .theme-header { | |
background: #eee | |
} | |
@@ -2359,8 +2389,9 @@ | |
color: #555d66; | |
font-size: 24px; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
- margin: 30px 0 0; | |
- padding: 0 0 7px | |
+ margin: 30px 0 0 0; | |
+ padding: 0; | |
+ padding-bottom: 7px | |
} | |
body.cheatin p { | |
@@ -2373,7 +2404,8 @@ | |
#customize-theme-controls .add-new-widget { | |
cursor: pointer; | |
float: left; | |
- margin: 0 10px 0 0; | |
+ margin: 0; | |
+ margin-right: 10px; | |
transition: all .2s; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
@@ -2397,7 +2429,7 @@ | |
position: relative; | |
right: -2px; | |
top: 0; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
transition: all .2s; | |
-webkit-font-smoothing: antialiased; | |
@@ -2453,7 +2485,7 @@ | |
left: 0; | |
width: 100%; | |
height: 100%; | |
- font: 400 20px/43px dashicons; | |
+ font: normal 20px/43px dashicons; | |
text-align: center; | |
text-indent: 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -2619,7 +2651,7 @@ | |
#available-menu-items-search .clear-results:before, | |
#available-widgets-filter .clear-results:before { | |
content: "\f335"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2641,7 +2673,7 @@ | |
#available-widgets-filter .search-icon:after, | |
.themes-filter-bar .search-icon:after { | |
content: "\f179"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -2727,8 +2759,8 @@ | |
margin-right: -32px | |
} | |
- .customize-control input[type=radio]+label+br, | |
- .customize-control input[type=checkbox]+label+br { | |
+ .customize-control input[type=checkbox]+label+br, | |
+ .customize-control input[type=radio]+label+br { | |
line-height: 32px | |
} | |
@@ -2822,7 +2854,7 @@ | |
.customize-controls-preview-toggle .controls:before, | |
.customize-controls-preview-toggle .preview:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f177"; | |
position: relative; | |
top: 4px; | |
diff -ur build-unminified/wp-admin/css/customize-nav-menus.min.css build-branch-unminified/wp-admin/css/customize-nav-menus.min.css | |
--- build-unminified/wp-admin/css/customize-nav-menus.min.css 2018-10-06 22:35:52.445285705 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-nav-menus.min.css 2018-10-06 22:33:16.744121124 -0500 | |
@@ -1,9 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description, | |
-.wp-customizer .menu-item-settings p.description { | |
- font-style: normal | |
-} | |
- | |
#customize-theme-controls #accordion-section-menu_locations { | |
position: relative; | |
margin-top: 30px | |
@@ -17,7 +12,11 @@ | |
#customize-theme-controls .customize-section-title-menu_locations-description, | |
#customize-theme-controls .customize-section-title-menu_locations-heading, | |
#customize-theme-controls .customize-section-title-nav_menus-heading { | |
- padding: 0 12px | |
+ padding: 0 12px 0 12px | |
+} | |
+ | |
+#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description { | |
+ font-style: normal | |
} | |
.menu-in-location, | |
@@ -99,7 +98,7 @@ | |
.wp-customizer .menu-item-settings .description-thin { | |
width: 100%; | |
height: auto; | |
- margin: 0 0 8px | |
+ margin: 0 0 8px 0 | |
} | |
.wp-customizer .menu-item-settings input[type=text] { | |
@@ -147,7 +146,6 @@ | |
display: none | |
} | |
-.menu-location-settings .new-menu-locations-widget-note, | |
.reordering .menu-item-reorder-nav { | |
display: block | |
} | |
@@ -175,8 +173,12 @@ | |
content: "\f142" | |
} | |
+.wp-customizer .menu-item-settings p.description { | |
+ font-style: normal | |
+} | |
+ | |
.wp-customizer .menu-settings dl { | |
- margin: 12px 0 0; | |
+ margin: 12px 0 0 0; | |
padding: 0 | |
} | |
@@ -216,6 +218,10 @@ | |
vertical-align: top | |
} | |
+.menu-location-settings .new-menu-locations-widget-note { | |
+ display: block | |
+} | |
+ | |
.customize-control-menu { | |
margin-top: 4px | |
} | |
@@ -310,7 +316,7 @@ | |
speak: none; | |
border-radius: 50%; | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-decoration: none !important | |
@@ -623,7 +629,7 @@ | |
top: 9px; | |
left: 5px; | |
border-radius: 50%; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
@@ -732,8 +738,8 @@ | |
} | |
#available-menu-items .accordion-section-content .available-menu-items-list { | |
- margin: 0 0 45px; | |
- padding: 1px 15px 15px | |
+ margin: 0 0 45px 0; | |
+ padding: 1px 15px 15px 15px | |
} | |
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { | |
@@ -741,7 +747,7 @@ | |
} | |
#new-custom-menu-item .accordion-section-content { | |
- padding: 0 15px 15px | |
+ padding: 0 15px 15px 15px | |
} | |
#available-menu-items .menu-item-tpl { | |
@@ -767,7 +773,10 @@ | |
} | |
#available-menu-items .menu-item-handle { | |
- cursor: pointer; | |
+ cursor: pointer | |
+} | |
+ | |
+#available-menu-items .menu-item-handle { | |
box-shadow: none; | |
margin-top: -1px | |
} | |
@@ -806,7 +815,7 @@ | |
display: inline-block; | |
height: 20px; | |
border-radius: 50%; | |
- font: 400 20px/1.05 dashicons | |
+ font: normal 20px/1.05 dashicons | |
} | |
#available-menu-items .menu-item-handle.item-added .item-add:focus, | |
@@ -938,7 +947,7 @@ | |
#create-new-menu-submit { | |
float: right; | |
- margin: 0 0 12px | |
+ margin: 0 0 12px 0 | |
} | |
.menu-delete-item { | |
@@ -948,7 +957,7 @@ | |
} | |
.assigned-menu-locations-title p { | |
- margin: 0 0 8px | |
+ margin: 0 0 8px 0 | |
} | |
li.assigned-to-menu-location .menu-delete-item { | |
diff -ur build-unminified/wp-admin/css/customize-nav-menus-rtl.min.css build-branch-unminified/wp-admin/css/customize-nav-menus-rtl.min.css | |
--- build-unminified/wp-admin/css/customize-nav-menus-rtl.min.css 2018-10-06 22:35:46.633242231 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-nav-menus-rtl.min.css 2018-10-06 22:33:12.032085880 -0500 | |
@@ -1,9 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description, | |
-.wp-customizer .menu-item-settings p.description { | |
- font-style: normal | |
-} | |
- | |
#customize-theme-controls #accordion-section-menu_locations { | |
position: relative; | |
margin-top: 30px | |
@@ -17,7 +12,11 @@ | |
#customize-theme-controls .customize-section-title-menu_locations-description, | |
#customize-theme-controls .customize-section-title-menu_locations-heading, | |
#customize-theme-controls .customize-section-title-nav_menus-heading { | |
- padding: 0 12px | |
+ padding: 0 12px 0 12px | |
+} | |
+ | |
+#customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description { | |
+ font-style: normal | |
} | |
.menu-in-location, | |
@@ -99,7 +98,7 @@ | |
.wp-customizer .menu-item-settings .description-thin { | |
width: 100%; | |
height: auto; | |
- margin: 0 0 8px | |
+ margin: 0 0 8px 0 | |
} | |
.wp-customizer .menu-item-settings input[type=text] { | |
@@ -147,7 +146,6 @@ | |
display: none | |
} | |
-.menu-location-settings .new-menu-locations-widget-note, | |
.reordering .menu-item-reorder-nav { | |
display: block | |
} | |
@@ -175,8 +173,12 @@ | |
content: "\f142" | |
} | |
+.wp-customizer .menu-item-settings p.description { | |
+ font-style: normal | |
+} | |
+ | |
.wp-customizer .menu-settings dl { | |
- margin: 12px 0 0; | |
+ margin: 12px 0 0 0; | |
padding: 0 | |
} | |
@@ -216,6 +218,10 @@ | |
vertical-align: top | |
} | |
+.menu-location-settings .new-menu-locations-widget-note { | |
+ display: block | |
+} | |
+ | |
.customize-control-menu { | |
margin-top: 4px | |
} | |
@@ -310,7 +316,7 @@ | |
speak: none; | |
border-radius: 50%; | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-decoration: none !important | |
@@ -623,7 +629,7 @@ | |
top: 9px; | |
right: 5px; | |
border-radius: 50%; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
@@ -732,8 +738,8 @@ | |
} | |
#available-menu-items .accordion-section-content .available-menu-items-list { | |
- margin: 0 0 45px; | |
- padding: 1px 15px 15px | |
+ margin: 0 0 45px 0; | |
+ padding: 1px 15px 15px 15px | |
} | |
#available-menu-items .accordion-section-content .available-menu-items-list:only-child { | |
@@ -741,7 +747,7 @@ | |
} | |
#new-custom-menu-item .accordion-section-content { | |
- padding: 0 15px 15px | |
+ padding: 0 15px 15px 15px | |
} | |
#available-menu-items .menu-item-tpl { | |
@@ -767,7 +773,10 @@ | |
} | |
#available-menu-items .menu-item-handle { | |
- cursor: pointer; | |
+ cursor: pointer | |
+} | |
+ | |
+#available-menu-items .menu-item-handle { | |
box-shadow: none; | |
margin-top: -1px | |
} | |
@@ -806,7 +815,7 @@ | |
display: inline-block; | |
height: 20px; | |
border-radius: 50%; | |
- font: 400 20px/1.05 dashicons | |
+ font: normal 20px/1.05 dashicons | |
} | |
#available-menu-items .menu-item-handle.item-added .item-add:focus, | |
@@ -938,7 +947,7 @@ | |
#create-new-menu-submit { | |
float: left; | |
- margin: 0 0 12px | |
+ margin: 0 0 12px 0 | |
} | |
.menu-delete-item { | |
@@ -948,7 +957,7 @@ | |
} | |
.assigned-menu-locations-title p { | |
- margin: 0 0 8px | |
+ margin: 0 0 8px 0 | |
} | |
li.assigned-to-menu-location .menu-delete-item { | |
diff -ur build-unminified/wp-admin/css/customize-widgets.min.css build-branch-unminified/wp-admin/css/customize-widgets.min.css | |
--- build-unminified/wp-admin/css/customize-widgets.min.css 2018-10-06 22:35:52.021282533 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-widgets.min.css 2018-10-06 22:33:16.424118730 -0500 | |
@@ -1,5 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.control-section.control-section-sidebar .accordion-section-content.ui-sortable, | |
.wp-full-overlay-sidebar { | |
overflow: visible | |
} | |
@@ -10,6 +9,10 @@ | |
display: none | |
} | |
+.control-section.control-section-sidebar .accordion-section-content.ui-sortable { | |
+ overflow: visible | |
+} | |
+ | |
.customize-control-widget_form .widget-top { | |
background: #fff; | |
transition: opacity .5s | |
@@ -76,7 +79,7 @@ | |
} | |
.widget-inside { | |
- padding: 1px 10px 10px; | |
+ padding: 1px 10px 10px 10px; | |
border-top: none; | |
line-height: 16px | |
} | |
@@ -167,7 +170,7 @@ | |
position: absolute; | |
top: 12px; | |
left: 10px; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
@@ -277,7 +280,7 @@ | |
width: 20px; | |
height: 20px; | |
color: #32373c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
text-align: center; | |
box-sizing: border-box; | |
-webkit-font-smoothing: antialiased; | |
@@ -289,8 +292,8 @@ | |
top: -4px | |
} | |
-#available-widgets [class*=super] .widget-title:before, | |
-#available-widgets [class*=like] .widget-title:before { | |
+#available-widgets [class*=like] .widget-title:before, | |
+#available-widgets [class*=super] .widget-title:before { | |
content: "\f155"; | |
top: -4px | |
} | |
@@ -309,9 +312,9 @@ | |
top: -4px | |
} | |
+#available-widgets [class*=chat] .widget-title:before, | |
#available-widgets [class*=comment] .widget-title:before, | |
-#available-widgets [class*=testimonial] .widget-title:before, | |
-#available-widgets [class*=chat] .widget-title:before { | |
+#available-widgets [class*=testimonial] .widget-title:before { | |
content: "\f101" | |
} | |
@@ -349,16 +352,16 @@ | |
top: -6px | |
} | |
-#available-widgets [class*=event] .widget-title:before, | |
-#available-widgets [class*=calendar] .widget-title:before { | |
+#available-widgets [class*=calendar] .widget-title:before, | |
+#available-widgets [class*=event] .widget-title:before { | |
content: "\f145"; | |
top: -4px | |
} | |
#available-widgets [class*=image] .widget-title:before, | |
+#available-widgets [class*=instagram] .widget-title:before, | |
#available-widgets [class*=photo] .widget-title:before, | |
-#available-widgets [class*=slide] .widget-title:before, | |
-#available-widgets [class*=instagram] .widget-title:before { | |
+#available-widgets [class*=slide] .widget-title:before { | |
content: "\f128" | |
} | |
@@ -367,42 +370,42 @@ | |
content: "\f161" | |
} | |
-#available-widgets [class*=video] .widget-title:before, | |
-#available-widgets [class*=tube] .widget-title:before { | |
+#available-widgets [class*=tube] .widget-title:before, | |
+#available-widgets [class*=video] .widget-title:before { | |
content: "\f126" | |
} | |
+#available-widgets [class*=audio] .widget-title:before, | |
#available-widgets [class*=music] .widget-title:before, | |
-#available-widgets [class*=radio] .widget-title:before, | |
-#available-widgets [class*=audio] .widget-title:before { | |
+#available-widgets [class*=radio] .widget-title:before { | |
content: "\f127" | |
} | |
+#available-widgets [class*=avatar] .widget-title:before, | |
+#available-widgets [class*=grofile] .widget-title:before, | |
#available-widgets [class*=login] .widget-title:before, | |
-#available-widgets [class*=user] .widget-title:before, | |
#available-widgets [class*=member] .widget-title:before, | |
-#available-widgets [class*=avatar] .widget-title:before, | |
-#available-widgets [class*=subscriber] .widget-title:before, | |
#available-widgets [class*=profile] .widget-title:before, | |
-#available-widgets [class*=grofile] .widget-title:before { | |
+#available-widgets [class*=subscriber] .widget-title:before, | |
+#available-widgets [class*=user] .widget-title:before { | |
content: "\f110" | |
} | |
+#available-widgets [class*=cart] .widget-title:before, | |
#available-widgets [class*=commerce] .widget-title:before, | |
-#available-widgets [class*=shop] .widget-title:before, | |
-#available-widgets [class*=cart] .widget-title:before { | |
+#available-widgets [class*=shop] .widget-title:before { | |
content: "\f174"; | |
top: -4px | |
} | |
-#available-widgets [class*=secur] .widget-title:before, | |
-#available-widgets [class*=firewall] .widget-title:before { | |
+#available-widgets [class*=firewall] .widget-title:before, | |
+#available-widgets [class*=secur] .widget-title:before { | |
content: "\f332" | |
} | |
#available-widgets [class*=analytic] .widget-title:before, | |
-#available-widgets [class*=stat] .widget-title:before, | |
-#available-widgets [class*=poll] .widget-title:before { | |
+#available-widgets [class*=poll] .widget-title:before, | |
+#available-widgets [class*=stat] .widget-title:before { | |
content: "\f185" | |
} | |
@@ -410,10 +413,10 @@ | |
content: "\f175" | |
} | |
-#available-widgets [class*=subscribe] .widget-title:before, | |
-#available-widgets [class*=news] .widget-title:before, | |
#available-widgets [class*=contact] .widget-title:before, | |
-#available-widgets [class*=mail] .widget-title:before { | |
+#available-widgets [class*=mail] .widget-title:before, | |
+#available-widgets [class*=news] .widget-title:before, | |
+#available-widgets [class*=subscribe] .widget-title:before { | |
content: "\f466" | |
} | |
diff -ur build-unminified/wp-admin/css/customize-widgets-rtl.min.css build-branch-unminified/wp-admin/css/customize-widgets-rtl.min.css | |
--- build-unminified/wp-admin/css/customize-widgets-rtl.min.css 2018-10-06 22:35:50.509271224 -0500 | |
+++ build-branch-unminified/wp-admin/css/customize-widgets-rtl.min.css 2018-10-06 22:33:15.052108468 -0500 | |
@@ -1,5 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.control-section.control-section-sidebar .accordion-section-content.ui-sortable, | |
.wp-full-overlay-sidebar { | |
overflow: visible | |
} | |
@@ -10,6 +9,10 @@ | |
display: none | |
} | |
+.control-section.control-section-sidebar .accordion-section-content.ui-sortable { | |
+ overflow: visible | |
+} | |
+ | |
.customize-control-widget_form .widget-top { | |
background: #fff; | |
transition: opacity .5s | |
@@ -76,7 +79,7 @@ | |
} | |
.widget-inside { | |
- padding: 1px 10px 10px; | |
+ padding: 1px 10px 10px 10px; | |
border-top: none; | |
line-height: 16px | |
} | |
@@ -167,7 +170,7 @@ | |
position: absolute; | |
top: 12px; | |
right: 10px; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
@@ -277,7 +280,7 @@ | |
width: 20px; | |
height: 20px; | |
color: #32373c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
text-align: center; | |
box-sizing: border-box; | |
-webkit-font-smoothing: antialiased; | |
@@ -289,8 +292,8 @@ | |
top: -4px | |
} | |
-#available-widgets [class*=super] .widget-title:before, | |
-#available-widgets [class*=like] .widget-title:before { | |
+#available-widgets [class*=like] .widget-title:before, | |
+#available-widgets [class*=super] .widget-title:before { | |
content: "\f155"; | |
top: -4px | |
} | |
@@ -309,9 +312,9 @@ | |
top: -4px | |
} | |
+#available-widgets [class*=chat] .widget-title:before, | |
#available-widgets [class*=comment] .widget-title:before, | |
-#available-widgets [class*=testimonial] .widget-title:before, | |
-#available-widgets [class*=chat] .widget-title:before { | |
+#available-widgets [class*=testimonial] .widget-title:before { | |
content: "\f101" | |
} | |
@@ -349,16 +352,16 @@ | |
top: -6px | |
} | |
-#available-widgets [class*=event] .widget-title:before, | |
-#available-widgets [class*=calendar] .widget-title:before { | |
+#available-widgets [class*=calendar] .widget-title:before, | |
+#available-widgets [class*=event] .widget-title:before { | |
content: "\f145"; | |
top: -4px | |
} | |
#available-widgets [class*=image] .widget-title:before, | |
+#available-widgets [class*=instagram] .widget-title:before, | |
#available-widgets [class*=photo] .widget-title:before, | |
-#available-widgets [class*=slide] .widget-title:before, | |
-#available-widgets [class*=instagram] .widget-title:before { | |
+#available-widgets [class*=slide] .widget-title:before { | |
content: "\f128" | |
} | |
@@ -367,42 +370,42 @@ | |
content: "\f161" | |
} | |
-#available-widgets [class*=video] .widget-title:before, | |
-#available-widgets [class*=tube] .widget-title:before { | |
+#available-widgets [class*=tube] .widget-title:before, | |
+#available-widgets [class*=video] .widget-title:before { | |
content: "\f126" | |
} | |
+#available-widgets [class*=audio] .widget-title:before, | |
#available-widgets [class*=music] .widget-title:before, | |
-#available-widgets [class*=radio] .widget-title:before, | |
-#available-widgets [class*=audio] .widget-title:before { | |
+#available-widgets [class*=radio] .widget-title:before { | |
content: "\f127" | |
} | |
+#available-widgets [class*=avatar] .widget-title:before, | |
+#available-widgets [class*=grofile] .widget-title:before, | |
#available-widgets [class*=login] .widget-title:before, | |
-#available-widgets [class*=user] .widget-title:before, | |
#available-widgets [class*=member] .widget-title:before, | |
-#available-widgets [class*=avatar] .widget-title:before, | |
-#available-widgets [class*=subscriber] .widget-title:before, | |
#available-widgets [class*=profile] .widget-title:before, | |
-#available-widgets [class*=grofile] .widget-title:before { | |
+#available-widgets [class*=subscriber] .widget-title:before, | |
+#available-widgets [class*=user] .widget-title:before { | |
content: "\f110" | |
} | |
+#available-widgets [class*=cart] .widget-title:before, | |
#available-widgets [class*=commerce] .widget-title:before, | |
-#available-widgets [class*=shop] .widget-title:before, | |
-#available-widgets [class*=cart] .widget-title:before { | |
+#available-widgets [class*=shop] .widget-title:before { | |
content: "\f174"; | |
top: -4px | |
} | |
-#available-widgets [class*=secur] .widget-title:before, | |
-#available-widgets [class*=firewall] .widget-title:before { | |
+#available-widgets [class*=firewall] .widget-title:before, | |
+#available-widgets [class*=secur] .widget-title:before { | |
content: "\f332" | |
} | |
#available-widgets [class*=analytic] .widget-title:before, | |
-#available-widgets [class*=stat] .widget-title:before, | |
-#available-widgets [class*=poll] .widget-title:before { | |
+#available-widgets [class*=poll] .widget-title:before, | |
+#available-widgets [class*=stat] .widget-title:before { | |
content: "\f185" | |
} | |
@@ -410,10 +413,10 @@ | |
content: "\f175" | |
} | |
-#available-widgets [class*=subscribe] .widget-title:before, | |
-#available-widgets [class*=news] .widget-title:before, | |
#available-widgets [class*=contact] .widget-title:before, | |
-#available-widgets [class*=mail] .widget-title:before { | |
+#available-widgets [class*=mail] .widget-title:before, | |
+#available-widgets [class*=news] .widget-title:before, | |
+#available-widgets [class*=subscribe] .widget-title:before { | |
content: "\f466" | |
} | |
diff -ur build-unminified/wp-admin/css/dashboard.min.css build-branch-unminified/wp-admin/css/dashboard.min.css | |
--- build-unminified/wp-admin/css/dashboard.min.css 2018-10-06 22:35:47.309247288 -0500 | |
+++ build-branch-unminified/wp-admin/css/dashboard.min.css 2018-10-06 22:33:12.408088693 -0500 | |
@@ -1,10 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#dashboard_quick_press .draft-title, | |
-#the-comment-list td.comment, | |
-.dashboard-comment-wrap { | |
- word-wrap: break-word | |
-} | |
- | |
#wpbody-content #dashboard-widgets.columns-1 .postbox-container { | |
width: 100% | |
} | |
@@ -33,11 +27,14 @@ | |
float: right | |
} | |
-#dashboard-widgets .postbox-container, | |
#wpbody-content #dashboard-widgets.columns-4 .postbox-container { | |
width: 25% | |
} | |
+#dashboard-widgets .postbox-container { | |
+ width: 25% | |
+} | |
+ | |
#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { | |
border: none !important | |
} | |
@@ -55,7 +52,7 @@ | |
.ie8 #dashboard-widgets #postbox-container-3 .empty-container, | |
.ie8 #dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -92,6 +89,10 @@ | |
vertical-align: top | |
} | |
+#the-comment-list td.comment { | |
+ word-wrap: break-word | |
+} | |
+ | |
#the-comment-list td.comment img { | |
max-width: 100% | |
} | |
@@ -108,13 +109,6 @@ | |
line-height: 2.1em | |
} | |
-#dashboard_right_now .sub, | |
-.community-events li:first-child, | |
-.community-events li~li, | |
-.community-events-footer { | |
- border-top: 1px solid #eee | |
-} | |
- | |
.welcome-panel h2 { | |
margin: 0; | |
font-size: 21px; | |
@@ -225,7 +219,7 @@ | |
#dashboard_right_now li span:before, | |
.welcome-panel .welcome-icon:before { | |
color: #82878c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0 10px 0 0; | |
@@ -388,6 +382,14 @@ | |
color: #72777c | |
} | |
+.community-events li:first-child { | |
+ border-top: 1px solid #eee | |
+} | |
+ | |
+.community-events li~li { | |
+ border-top: 1px solid #eee | |
+} | |
+ | |
.community-events .activity-block.last { | |
border-bottom: 1px solid #eee; | |
padding-top: 0; | |
@@ -406,7 +408,7 @@ | |
} | |
.event-icon:before { | |
- color: #82878C; | |
+ color: #82878c; | |
font-size: 18px | |
} | |
@@ -432,15 +434,10 @@ | |
margin-top: 0; | |
margin-bottom: 0; | |
padding: 12px; | |
+ border-top: 1px solid #eee; | |
color: #ddd | |
} | |
-#dashboard_primary .rss-widget span, | |
-#dashboard_primary .rss-widget span.rss-date, | |
-.rssSummary { | |
- color: #72777c | |
-} | |
- | |
.community-events-footer .screen-reader-text { | |
height: inherit; | |
white-space: nowrap | |
@@ -456,7 +453,10 @@ | |
margin-bottom: 1em !important | |
} | |
-#dashboard_primary .inside .notice, | |
+#dashboard_primary .inside .notice { | |
+ margin: 0 | |
+} | |
+ | |
body #dashboard-widgets .postbox form .submit { | |
margin: 0 | |
} | |
@@ -466,12 +466,13 @@ | |
} | |
.rssSummary { | |
+ color: #72777c; | |
margin-top: 4px | |
} | |
#dashboard_primary .rss-widget { | |
font-size: 13px; | |
- padding: 0 12px | |
+ padding: 0 12px 0 | |
} | |
#dashboard_primary .rss-widget:last-child { | |
@@ -483,6 +484,11 @@ | |
font-weight: 400 | |
} | |
+#dashboard_primary .rss-widget span, | |
+#dashboard_primary .rss-widget span.rss-date { | |
+ color: #72777c | |
+} | |
+ | |
#dashboard_primary .rss-widget span.rss-date { | |
margin-left: 12px | |
} | |
@@ -537,7 +543,8 @@ | |
#dashboard_right_now .sub { | |
color: #555d66; | |
background: #f5f5f5; | |
- padding: 10px 12px 6px | |
+ border-top: 1px solid #eee; | |
+ padding: 10px 12px 6px 12px | |
} | |
#dashboard_right_now .sub h3 { | |
@@ -553,12 +560,6 @@ | |
color: #d54e21 | |
} | |
-#dashboard_quick_press .drafts li time, | |
-#title-wrap #title-prompt-text, | |
-.textarea-wrap #content-prompt-text { | |
- color: #72777c | |
-} | |
- | |
#dashboard_quick_press .inside { | |
margin: 0; | |
padding: 0 | |
@@ -601,10 +602,25 @@ | |
resize: vertical | |
} | |
+#dashboard-widgets .postbox form .submit { | |
+ margin: -39px 0; | |
+ float: right | |
+} | |
+ | |
#description-wrap { | |
margin-top: 12px | |
} | |
+#title-wrap #title-prompt-text, | |
+.textarea-wrap #content-prompt-text { | |
+ color: #72777c | |
+} | |
+ | |
+#title-wrap #title-prompt-text { | |
+ font-size: 1.1em; | |
+ padding: 7px 8px | |
+} | |
+ | |
.input-text-wrap, | |
.textarea-wrap { | |
position: relative | |
@@ -656,11 +672,19 @@ | |
margin-bottom: 1em | |
} | |
+#dashboard_quick_press .drafts li time { | |
+ color: #72777c | |
+} | |
+ | |
#dashboard_quick_press .drafts p { | |
margin: 0; | |
word-wrap: break-word | |
} | |
+#dashboard_quick_press .draft-title { | |
+ word-wrap: break-word | |
+} | |
+ | |
#dashboard_quick_press .draft-title a, | |
#dashboard_quick_press .draft-title time { | |
margin: 0 5px 0 0 | |
@@ -718,7 +742,7 @@ | |
#dashboard_activity .no-activity .smiley:before { | |
content: "\f328"; | |
- font: 400 120px/1 dashicons; | |
+ font: normal 120px/1 dashicons; | |
speak: none; | |
display: block; | |
margin: 0 5px 0 0; | |
@@ -802,7 +826,7 @@ | |
} | |
#activity-widget #the-comment-list .comment-item p.row-actions { | |
- margin: 4px 0 0 | |
+ margin: 4px 0 0 0 | |
} | |
#activity-widget #the-comment-list .comment-item:first-child { | |
@@ -847,7 +871,10 @@ | |
opacity: 1 | |
} | |
-#dashboard-widgets form .input-text-wrap input, | |
+#dashboard-widgets form .input-text-wrap input { | |
+ width: 100% | |
+} | |
+ | |
#dashboard-widgets form .textarea-wrap textarea { | |
width: 100% | |
} | |
@@ -868,8 +895,7 @@ | |
text-decoration: none | |
} | |
-#dashboard-widgets h2 a, | |
-#dashboard_browser_nag a { | |
+#dashboard-widgets h2 a { | |
text-decoration: underline | |
} | |
@@ -984,13 +1010,17 @@ | |
content: "\2014" | |
} | |
+.dashboard-comment-wrap { | |
+ word-wrap: break-word | |
+} | |
+ | |
#dashboard_browser_nag a.update-browser-link { | |
font-size: 1.2em; | |
font-weight: 600 | |
} | |
#dashboard_browser_nag a { | |
- color: #fff | |
+ text-decoration: underline | |
} | |
#dashboard_browser_nag p.browser-update-nag.has-browser-icon { | |
@@ -1021,11 +1051,15 @@ | |
#dashboard_browser_nag.postbox h2 { | |
border-bottom-color: #f6e2ac; | |
- background: 0 0; | |
+ background: transparent none; | |
color: #fff; | |
box-shadow: none | |
} | |
+#dashboard_browser_nag a { | |
+ color: #fff | |
+} | |
+ | |
#dashboard_browser_nag h2.hndle { | |
border: none; | |
font-weight: 600; | |
@@ -1050,15 +1084,6 @@ | |
} | |
@media only screen and (min-width:800px) and (max-width:1499px) { | |
- | |
- #dashboard-widgets #postbox-container-3 .empty-container, | |
- #dashboard-widgets #postbox-container-4 .empty-container, | |
- #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { | |
- border: 0; | |
- height: 0; | |
- min-height: 0 | |
- } | |
- | |
#wpbody-content #dashboard-widgets .postbox-container { | |
width: 49.5% | |
} | |
@@ -1070,6 +1095,13 @@ | |
width: 50.5% | |
} | |
+ #dashboard-widgets #postbox-container-3 .empty-container, | |
+ #dashboard-widgets #postbox-container-4 .empty-container { | |
+ border: 0 none; | |
+ height: 0; | |
+ min-height: 0 | |
+ } | |
+ | |
#dashboard-widgets #postbox-container-3 .empty-container:after, | |
#dashboard-widgets #postbox-container-4 .empty-container:after { | |
display: none | |
@@ -1079,6 +1111,12 @@ | |
width: 100% | |
} | |
+ #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { | |
+ border: 0 none; | |
+ height: 0; | |
+ min-height: 0 | |
+ } | |
+ | |
.index-php .columns-prefs, | |
.index-php .screen-layout { | |
display: block | |
@@ -1109,7 +1147,7 @@ | |
} | |
#dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1204,7 +1242,10 @@ | |
} | |
.event-icon, | |
- .event-icon[aria-hidden=true], | |
+ .event-icon[aria-hidden=true] { | |
+ display: table-cell | |
+ } | |
+ | |
.event-info-inner { | |
display: table-cell | |
} | |
diff -ur build-unminified/wp-admin/css/dashboard-rtl.min.css build-branch-unminified/wp-admin/css/dashboard-rtl.min.css | |
--- build-unminified/wp-admin/css/dashboard-rtl.min.css 2018-10-06 22:35:45.853236396 -0500 | |
+++ build-branch-unminified/wp-admin/css/dashboard-rtl.min.css 2018-10-06 22:33:11.312080495 -0500 | |
@@ -1,10 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#dashboard_quick_press .draft-title, | |
-#the-comment-list td.comment, | |
-.dashboard-comment-wrap { | |
- word-wrap: break-word | |
-} | |
- | |
#wpbody-content #dashboard-widgets.columns-1 .postbox-container { | |
width: 100% | |
} | |
@@ -33,11 +27,14 @@ | |
float: left | |
} | |
-#dashboard-widgets .postbox-container, | |
#wpbody-content #dashboard-widgets.columns-4 .postbox-container { | |
width: 25% | |
} | |
+#dashboard-widgets .postbox-container { | |
+ width: 25% | |
+} | |
+ | |
#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { | |
border: none !important | |
} | |
@@ -55,7 +52,7 @@ | |
.ie8 #dashboard-widgets #postbox-container-3 .empty-container, | |
.ie8 #dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -92,6 +89,10 @@ | |
vertical-align: top | |
} | |
+#the-comment-list td.comment { | |
+ word-wrap: break-word | |
+} | |
+ | |
#the-comment-list td.comment img { | |
max-width: 100% | |
} | |
@@ -108,13 +109,6 @@ | |
line-height: 2.1em | |
} | |
-#dashboard_right_now .sub, | |
-.community-events li:first-child, | |
-.community-events li~li, | |
-.community-events-footer { | |
- border-top: 1px solid #eee | |
-} | |
- | |
.welcome-panel h2 { | |
margin: 0; | |
font-size: 21px; | |
@@ -225,7 +219,7 @@ | |
#dashboard_right_now li span:before, | |
.welcome-panel .welcome-icon:before { | |
color: #82878c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0 0 0 10px; | |
@@ -388,6 +382,14 @@ | |
color: #72777c | |
} | |
+.community-events li:first-child { | |
+ border-top: 1px solid #eee | |
+} | |
+ | |
+.community-events li~li { | |
+ border-top: 1px solid #eee | |
+} | |
+ | |
.community-events .activity-block.last { | |
border-bottom: 1px solid #eee; | |
padding-top: 0; | |
@@ -406,7 +408,7 @@ | |
} | |
.event-icon:before { | |
- color: #82878C; | |
+ color: #82878c; | |
font-size: 18px | |
} | |
@@ -432,15 +434,10 @@ | |
margin-top: 0; | |
margin-bottom: 0; | |
padding: 12px; | |
+ border-top: 1px solid #eee; | |
color: #ddd | |
} | |
-#dashboard_primary .rss-widget span, | |
-#dashboard_primary .rss-widget span.rss-date, | |
-.rssSummary { | |
- color: #72777c | |
-} | |
- | |
.community-events-footer .screen-reader-text { | |
height: inherit; | |
white-space: nowrap | |
@@ -456,7 +453,10 @@ | |
margin-bottom: 1em !important | |
} | |
-#dashboard_primary .inside .notice, | |
+#dashboard_primary .inside .notice { | |
+ margin: 0 | |
+} | |
+ | |
body #dashboard-widgets .postbox form .submit { | |
margin: 0 | |
} | |
@@ -466,12 +466,13 @@ | |
} | |
.rssSummary { | |
+ color: #72777c; | |
margin-top: 4px | |
} | |
#dashboard_primary .rss-widget { | |
font-size: 13px; | |
- padding: 0 12px | |
+ padding: 0 12px 0 | |
} | |
#dashboard_primary .rss-widget:last-child { | |
@@ -483,6 +484,11 @@ | |
font-weight: 400 | |
} | |
+#dashboard_primary .rss-widget span, | |
+#dashboard_primary .rss-widget span.rss-date { | |
+ color: #72777c | |
+} | |
+ | |
#dashboard_primary .rss-widget span.rss-date { | |
margin-right: 12px | |
} | |
@@ -537,7 +543,8 @@ | |
#dashboard_right_now .sub { | |
color: #555d66; | |
background: #f5f5f5; | |
- padding: 10px 12px 6px | |
+ border-top: 1px solid #eee; | |
+ padding: 10px 12px 6px 12px | |
} | |
#dashboard_right_now .sub h3 { | |
@@ -553,12 +560,6 @@ | |
color: #d54e21 | |
} | |
-#dashboard_quick_press .drafts li time, | |
-#title-wrap #title-prompt-text, | |
-.textarea-wrap #content-prompt-text { | |
- color: #72777c | |
-} | |
- | |
#dashboard_quick_press .inside { | |
margin: 0; | |
padding: 0 | |
@@ -601,10 +602,25 @@ | |
resize: vertical | |
} | |
+#dashboard-widgets .postbox form .submit { | |
+ margin: -39px 0; | |
+ float: left | |
+} | |
+ | |
#description-wrap { | |
margin-top: 12px | |
} | |
+#title-wrap #title-prompt-text, | |
+.textarea-wrap #content-prompt-text { | |
+ color: #72777c | |
+} | |
+ | |
+#title-wrap #title-prompt-text { | |
+ font-size: 1.1em; | |
+ padding: 7px 8px | |
+} | |
+ | |
.input-text-wrap, | |
.textarea-wrap { | |
position: relative | |
@@ -656,11 +672,19 @@ | |
margin-bottom: 1em | |
} | |
+#dashboard_quick_press .drafts li time { | |
+ color: #72777c | |
+} | |
+ | |
#dashboard_quick_press .drafts p { | |
margin: 0; | |
word-wrap: break-word | |
} | |
+#dashboard_quick_press .draft-title { | |
+ word-wrap: break-word | |
+} | |
+ | |
#dashboard_quick_press .draft-title a, | |
#dashboard_quick_press .draft-title time { | |
margin: 0 0 0 5px | |
@@ -718,7 +742,7 @@ | |
#dashboard_activity .no-activity .smiley:before { | |
content: "\f328"; | |
- font: 400 120px/1 dashicons; | |
+ font: normal 120px/1 dashicons; | |
speak: none; | |
display: block; | |
margin: 0 0 0 5px; | |
@@ -802,7 +826,7 @@ | |
} | |
#activity-widget #the-comment-list .comment-item p.row-actions { | |
- margin: 4px 0 0 | |
+ margin: 4px 0 0 0 | |
} | |
#activity-widget #the-comment-list .comment-item:first-child { | |
@@ -847,7 +871,10 @@ | |
opacity: 1 | |
} | |
-#dashboard-widgets form .input-text-wrap input, | |
+#dashboard-widgets form .input-text-wrap input { | |
+ width: 100% | |
+} | |
+ | |
#dashboard-widgets form .textarea-wrap textarea { | |
width: 100% | |
} | |
@@ -868,8 +895,7 @@ | |
text-decoration: none | |
} | |
-#dashboard-widgets h2 a, | |
-#dashboard_browser_nag a { | |
+#dashboard-widgets h2 a { | |
text-decoration: underline | |
} | |
@@ -984,13 +1010,17 @@ | |
content: "\2014" | |
} | |
+.dashboard-comment-wrap { | |
+ word-wrap: break-word | |
+} | |
+ | |
#dashboard_browser_nag a.update-browser-link { | |
font-size: 1.2em; | |
font-weight: 600 | |
} | |
#dashboard_browser_nag a { | |
- color: #fff | |
+ text-decoration: underline | |
} | |
#dashboard_browser_nag p.browser-update-nag.has-browser-icon { | |
@@ -1021,11 +1051,15 @@ | |
#dashboard_browser_nag.postbox h2 { | |
border-bottom-color: #f6e2ac; | |
- background: 0 0; | |
+ background: transparent none; | |
color: #fff; | |
box-shadow: none | |
} | |
+#dashboard_browser_nag a { | |
+ color: #fff | |
+} | |
+ | |
#dashboard_browser_nag h2.hndle { | |
border: none; | |
font-weight: 600; | |
@@ -1050,15 +1084,6 @@ | |
} | |
@media only screen and (min-width:800px) and (max-width:1499px) { | |
- | |
- #dashboard-widgets #postbox-container-3 .empty-container, | |
- #dashboard-widgets #postbox-container-4 .empty-container, | |
- #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { | |
- border: 0; | |
- height: 0; | |
- min-height: 0 | |
- } | |
- | |
#wpbody-content #dashboard-widgets .postbox-container { | |
width: 49.5% | |
} | |
@@ -1070,6 +1095,13 @@ | |
width: 50.5% | |
} | |
+ #dashboard-widgets #postbox-container-3 .empty-container, | |
+ #dashboard-widgets #postbox-container-4 .empty-container { | |
+ border: 0 none; | |
+ height: 0; | |
+ min-height: 0 | |
+ } | |
+ | |
#dashboard-widgets #postbox-container-3 .empty-container:after, | |
#dashboard-widgets #postbox-container-4 .empty-container:after { | |
display: none | |
@@ -1079,6 +1111,12 @@ | |
width: 100% | |
} | |
+ #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { | |
+ border: 0 none; | |
+ height: 0; | |
+ min-height: 0 | |
+ } | |
+ | |
.index-php .columns-prefs, | |
.index-php .screen-layout { | |
display: block | |
@@ -1109,7 +1147,7 @@ | |
} | |
#dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1204,7 +1242,10 @@ | |
} | |
.event-icon, | |
- .event-icon[aria-hidden=true], | |
+ .event-icon[aria-hidden=true] { | |
+ display: table-cell | |
+ } | |
+ | |
.event-info-inner { | |
display: table-cell | |
} | |
diff -ur build-unminified/wp-admin/css/deprecated-media.min.css build-branch-unminified/wp-admin/css/deprecated-media.min.css | |
--- build-unminified/wp-admin/css/deprecated-media.min.css 2018-10-06 22:35:45.597234482 -0500 | |
+++ build-branch-unminified/wp-admin/css/deprecated-media.min.css 2018-10-06 22:33:10.968077923 -0500 | |
@@ -1,14 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#sidemenu, | |
-th { | |
- position: relative | |
-} | |
- | |
-#sidemenu a, | |
-#sort-buttons a { | |
- text-decoration: none | |
-} | |
- | |
div#media-upload-header { | |
margin: 0; | |
padding: 5px 5px 0; | |
@@ -21,6 +11,7 @@ | |
#sidemenu { | |
overflow: hidden; | |
float: none; | |
+ position: relative; | |
left: 0; | |
bottom: -1px; | |
margin: 0 5px; | |
@@ -38,6 +29,7 @@ | |
border-top: 1px solid #f9f9f9; | |
border-bottom: 1px solid #ddd; | |
background-color: #f9f9f9; | |
+ text-decoration: none; | |
transition: none | |
} | |
@@ -77,10 +69,7 @@ | |
.media-upload-form label.form-help, | |
td.help { | |
- color: #72777c; | |
- font-family: sans-serif; | |
- font-style: italic; | |
- font-weight: 400 | |
+ color: #72777c | |
} | |
form { | |
@@ -91,6 +80,17 @@ | |
text-align: right | |
} | |
+th { | |
+ position: relative | |
+} | |
+ | |
+.media-upload-form label.form-help, | |
+td.help { | |
+ font-family: sans-serif; | |
+ font-style: italic; | |
+ font-weight: 400 | |
+} | |
+ | |
.media-upload-form p.help { | |
margin: 0; | |
padding: 0 | |
@@ -100,24 +100,24 @@ | |
width: 100%; | |
border: none; | |
text-align: justify; | |
- margin: 0 0 1em; | |
+ margin: 0 0 1em 0; | |
padding: 0 | |
} | |
.image-align-none-label { | |
- background: url(../images/align-none.png) center left no-repeat | |
+ background: url(../images/align-none.png) no-repeat center left | |
} | |
.image-align-left-label { | |
- background: url(../images/align-left.png) center left no-repeat | |
+ background: url(../images/align-left.png) no-repeat center left | |
} | |
.image-align-center-label { | |
- background: url(../images/align-center.png) center left no-repeat | |
+ background: url(../images/align-center.png) no-repeat center left | |
} | |
.image-align-right-label { | |
- background: url(../images/align-right.png) center left no-repeat | |
+ background: url(../images/align-right.png) no-repeat center left | |
} | |
tr.image-size td { | |
@@ -267,15 +267,11 @@ | |
padding: 5px 5px 5px 0 | |
} | |
-#gallery-settings .title, | |
-h4.media-sub-title { | |
- border-bottom: 1px solid #ddd; | |
- padding: 0 0 3px | |
-} | |
- | |
#gallery-settings .title { | |
clear: both; | |
- font-size: 1.6em | |
+ padding: 0 0 3px; | |
+ font-size: 1.6em; | |
+ border-bottom: 1px solid #ddd | |
} | |
h3.media-title { | |
@@ -283,8 +279,10 @@ | |
} | |
h4.media-sub-title { | |
+ border-bottom: 1px solid #ddd; | |
font-size: 1.3em; | |
- margin: 12px | |
+ margin: 12px; | |
+ padding: 0 0 3px | |
} | |
#gallery-settings .title, | |
@@ -292,7 +290,7 @@ | |
h4.media-sub-title { | |
font-family: Georgia, "Times New Roman", Times, serif; | |
font-weight: 400; | |
- color: #5A5A5A | |
+ color: #5a5a5a | |
} | |
#gallery-settings .describe td { | |
@@ -348,6 +346,10 @@ | |
max-width: 625px | |
} | |
+#sort-buttons a { | |
+ text-decoration: none | |
+} | |
+ | |
#sort-buttons #asc, | |
#sort-buttons #showall { | |
padding-left: 5px | |
diff -ur build-unminified/wp-admin/css/deprecated-media-rtl.min.css build-branch-unminified/wp-admin/css/deprecated-media-rtl.min.css | |
--- build-unminified/wp-admin/css/deprecated-media-rtl.min.css 2018-10-06 22:35:50.397270386 -0500 | |
+++ build-branch-unminified/wp-admin/css/deprecated-media-rtl.min.css 2018-10-06 22:33:14.932107571 -0500 | |
@@ -1,14 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#sidemenu, | |
-th { | |
- position: relative | |
-} | |
- | |
-#sidemenu a, | |
-#sort-buttons a { | |
- text-decoration: none | |
-} | |
- | |
div#media-upload-header { | |
margin: 0; | |
padding: 5px 5px 0; | |
@@ -21,6 +11,7 @@ | |
#sidemenu { | |
overflow: hidden; | |
float: none; | |
+ position: relative; | |
right: 0; | |
bottom: -1px; | |
margin: 0 5px; | |
@@ -38,6 +29,7 @@ | |
border-top: 1px solid #f9f9f9; | |
border-bottom: 1px solid #ddd; | |
background-color: #f9f9f9; | |
+ text-decoration: none; | |
transition: none | |
} | |
@@ -77,10 +69,7 @@ | |
.media-upload-form label.form-help, | |
td.help { | |
- color: #72777c; | |
- font-family: sans-serif; | |
- font-style: italic; | |
- font-weight: 400 | |
+ color: #72777c | |
} | |
form { | |
@@ -91,6 +80,17 @@ | |
text-align: left | |
} | |
+th { | |
+ position: relative | |
+} | |
+ | |
+.media-upload-form label.form-help, | |
+td.help { | |
+ font-family: sans-serif; | |
+ font-style: italic; | |
+ font-weight: 400 | |
+} | |
+ | |
.media-upload-form p.help { | |
margin: 0; | |
padding: 0 | |
@@ -100,24 +100,24 @@ | |
width: 100%; | |
border: none; | |
text-align: justify; | |
- margin: 0 0 1em; | |
+ margin: 0 0 1em 0; | |
padding: 0 | |
} | |
.image-align-none-label { | |
- background: url(../images/align-none.png) center left no-repeat | |
+ background: url(../images/align-none.png) no-repeat center left | |
} | |
.image-align-left-label { | |
- background: url(../images/align-left.png) center left no-repeat | |
+ background: url(../images/align-left.png) no-repeat center left | |
} | |
.image-align-center-label { | |
- background: url(../images/align-center.png) center left no-repeat | |
+ background: url(../images/align-center.png) no-repeat center left | |
} | |
.image-align-right-label { | |
- background: url(../images/align-right.png) center left no-repeat | |
+ background: url(../images/align-right.png) no-repeat center left | |
} | |
tr.image-size td { | |
@@ -267,15 +267,11 @@ | |
padding: 5px 0 5px 5px | |
} | |
-#gallery-settings .title, | |
-h4.media-sub-title { | |
- border-bottom: 1px solid #ddd; | |
- padding: 0 0 3px | |
-} | |
- | |
#gallery-settings .title { | |
clear: both; | |
- font-size: 1.6em | |
+ padding: 0 0 3px; | |
+ font-size: 1.6em; | |
+ border-bottom: 1px solid #ddd | |
} | |
h3.media-title { | |
@@ -283,8 +279,10 @@ | |
} | |
h4.media-sub-title { | |
+ border-bottom: 1px solid #ddd; | |
font-size: 1.3em; | |
- margin: 12px | |
+ margin: 12px; | |
+ padding: 0 0 3px | |
} | |
#gallery-settings .title, | |
@@ -292,7 +290,7 @@ | |
h4.media-sub-title { | |
font-family: Georgia, "Times New Roman", Times, serif; | |
font-weight: 400; | |
- color: #5A5A5A | |
+ color: #5a5a5a | |
} | |
#gallery-settings .describe td { | |
@@ -348,6 +346,10 @@ | |
max-width: 625px | |
} | |
+#sort-buttons a { | |
+ text-decoration: none | |
+} | |
+ | |
#sort-buttons #asc, | |
#sort-buttons #showall { | |
padding-right: 5px | |
diff -ur build-unminified/wp-admin/css/edit.min.css build-branch-unminified/wp-admin/css/edit.min.css | |
--- build-unminified/wp-admin/css/edit.min.css 2018-10-06 22:35:46.149238610 -0500 | |
+++ build-branch-unminified/wp-admin/css/edit.min.css 2018-10-06 22:33:11.644082978 -0500 | |
@@ -1,37 +1,13 @@ | |
/*! This file is auto-generated */ | |
-#pending, | |
-#poststuff #titlewrap { | |
- border: 0; | |
- padding: 0 | |
+#poststuff { | |
+ padding-top: 10px; | |
+ min-width: 763px | |
} | |
-#pending, | |
#poststuff #post-body { | |
padding: 0 | |
} | |
-#editable-post-name-full, | |
-body.post-new-php .submitbox .submitdelete { | |
- display: none | |
-} | |
- | |
-#post-status-info, | |
-.postbox { | |
- box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
-} | |
- | |
-#titlediv, | |
-#wp-content-editor-container, | |
-.postbox, | |
-form#tags-filter { | |
- position: relative | |
-} | |
- | |
-#poststuff { | |
- padding-top: 10px; | |
- min-width: 763px | |
-} | |
- | |
#poststuff .postbox-container { | |
width: 100% | |
} | |
@@ -60,6 +36,10 @@ | |
margin: 0 5px 0 0 | |
} | |
+#titlediv { | |
+ position: relative | |
+} | |
+ | |
#titlediv label { | |
cursor: text | |
} | |
@@ -68,6 +48,11 @@ | |
margin: 0 | |
} | |
+#poststuff #titlewrap { | |
+ border: 0; | |
+ padding: 0 | |
+} | |
+ | |
#titlediv #title { | |
padding: 3px 8px; | |
font-size: 1.7em; | |
@@ -93,6 +78,8 @@ | |
#pending { | |
background: 0 none; | |
+ border: 0 none; | |
+ padding: 0; | |
font-size: 11px; | |
margin-top: -1px | |
} | |
@@ -117,6 +104,10 @@ | |
padding: 0 5px | |
} | |
+#editable-post-name-full { | |
+ display: none | |
+} | |
+ | |
#editable-post-name { | |
font-weight: 600 | |
} | |
@@ -133,6 +124,10 @@ | |
float: left | |
} | |
+body.post-new-php .submitbox .submitdelete { | |
+ display: none | |
+} | |
+ | |
.submitbox .submit a:hover { | |
text-decoration: underline | |
} | |
@@ -152,8 +147,10 @@ | |
} | |
.postbox { | |
+ position: relative; | |
min-width: 255px; | |
border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
background: #fff | |
} | |
@@ -162,8 +159,8 @@ | |
} | |
#normal-sortables .postbox .submit { | |
- background: 0 0; | |
- border: 0; | |
+ background: transparent none; | |
+ border: 0 none; | |
float: right; | |
padding: 0 12px; | |
margin: 0 | |
@@ -235,7 +232,7 @@ | |
#side-sortables .submitbox .submit .preview, | |
#side-sortables .submitbox .submit a.preview:hover, | |
#side-sortables .submitbox .submit input { | |
- border: 0 | |
+ border: 0 none | |
} | |
ul.add-menu-item-tabs, | |
@@ -246,7 +243,7 @@ | |
ul.add-menu-item-tabs li, | |
ul.category-tabs li { | |
- border: 1px solid transparent; | |
+ border: solid 1px transparent; | |
position: relative | |
} | |
@@ -269,12 +266,6 @@ | |
max-width: 100% | |
} | |
-.ui-tabs-hide, | |
-.wp-editor-expand #content-resize-handle, | |
-.wp-hidden-children .wp-hidden-child { | |
- display: none | |
-} | |
- | |
#postimagediv .inside img { | |
max-width: 100%; | |
height: auto; | |
@@ -285,6 +276,15 @@ | |
background-size: 20px 20px | |
} | |
+form#tags-filter { | |
+ position: relative | |
+} | |
+ | |
+.ui-tabs-hide, | |
+.wp-hidden-children .wp-hidden-child { | |
+ display: none | |
+} | |
+ | |
#post-body .tagsdiv #newtag { | |
margin-right: 5px; | |
width: 16em | |
@@ -304,6 +304,7 @@ | |
border: 1px solid #e5e5e5; | |
border-top: none; | |
background-color: #f7f7f7; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
z-index: 999 | |
} | |
@@ -321,7 +322,7 @@ | |
} | |
#content-resize-handle { | |
- background: url(../images/resize.gif) right bottom no-repeat; | |
+ background: transparent url(../images/resize.gif) no-repeat scroll right bottom; | |
width: 12px; | |
cursor: row-resize | |
} | |
@@ -331,6 +332,10 @@ | |
background-position: left bottom | |
} | |
+.wp-editor-expand #content-resize-handle { | |
+ display: none | |
+} | |
+ | |
#postdivrich #content { | |
resize: none | |
} | |
@@ -340,6 +345,10 @@ | |
padding: 2px 10px | |
} | |
+#wp-content-editor-container { | |
+ position: relative | |
+} | |
+ | |
.wp-editor-expand #wp-content-editor-tools { | |
z-index: 1000; | |
border-bottom: 1px solid #e5e5e5 | |
@@ -347,7 +356,10 @@ | |
.wp-editor-expand #wp-content-editor-container { | |
box-shadow: none; | |
- margin-top: -1px; | |
+ margin-top: -1px | |
+} | |
+ | |
+.wp-editor-expand #wp-content-editor-container { | |
border-bottom: 0 none | |
} | |
@@ -376,7 +388,10 @@ | |
visibility: visible !important | |
} | |
-.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw, | |
+.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw { | |
+ display: none | |
+} | |
+ | |
.mce-fullscreen #wp-content-wrap .mce-wp-dfw, | |
.post-php.mce-fullscreen #wpadminbar { | |
display: none | |
@@ -418,7 +433,7 @@ | |
} | |
.curtime #timestamp { | |
- padding: 2px 0 1px; | |
+ padding: 2px 0 1px 0; | |
display: inline !important; | |
height: auto !important | |
} | |
@@ -435,7 +450,7 @@ | |
#post-body .misc-pub-post-status:before, | |
#post-body .misc-pub-revisions:before, | |
.curtime #timestamp:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
margin-left: -1px; | |
@@ -445,11 +460,6 @@ | |
-moz-osx-font-smoothing: grayscale | |
} | |
-.suggested-policy-content, | |
-.wp-suggested-text p { | |
- font-style: italic | |
-} | |
- | |
#post-body .misc-pub-post-status:before { | |
content: "\f173" | |
} | |
@@ -592,7 +602,7 @@ | |
} | |
#poststuff .inside { | |
- margin: 6px 0 0 | |
+ margin: 6px 0 0 0 | |
} | |
#poststuff .inside #page_template, | |
@@ -690,6 +700,10 @@ | |
padding: 0 | |
} | |
+.suggested-policy-content { | |
+ font-style: italic | |
+} | |
+ | |
.privacy-text-section a.return-to-top { | |
float: right; | |
margin-right: -250px; | |
@@ -700,6 +714,10 @@ | |
visibility: hidden | |
} | |
+.wp-suggested-text p { | |
+ font-style: italic | |
+} | |
+ | |
.wp-suggested-text p.privacy-policy-tutorial { | |
font-style: normal | |
} | |
@@ -714,7 +732,7 @@ | |
} | |
#postcustom #postcustomstuff .submit { | |
- border: 0; | |
+ border: 0 none; | |
float: none; | |
padding: 0 8px 8px | |
} | |
@@ -831,7 +849,7 @@ | |
display: block; | |
height: 20px; | |
width: 20px; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -862,14 +880,14 @@ | |
label.post-format-icon { | |
margin-left: 0; | |
- padding: 2px 0 | |
+ padding: 2px 0 2px 0 | |
} | |
.post-format-icon:before { | |
position: relative; | |
display: inline-block; | |
margin-right: 7px; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -957,7 +975,7 @@ | |
max-height: 200px; | |
overflow: auto; | |
padding: 0 .9em; | |
- border: 1px solid #ddd; | |
+ border: solid 1px #ddd; | |
background-color: #fdfdfd | |
} | |
@@ -1000,12 +1018,12 @@ | |
padding: 2px 0 | |
} | |
-.form-field input[type=text], | |
-.form-field input[type=password], | |
.form-field input[type=email], | |
.form-field input[type=number], | |
+.form-field input[type=password], | |
.form-field input[type=search], | |
.form-field input[type=tel], | |
+.form-field input[type=text], | |
.form-field input[type=url], | |
.form-field textarea { | |
border-style: solid; | |
@@ -1050,7 +1068,7 @@ | |
} | |
#poststuff .tagsdiv .howto { | |
- margin: 0 0 6px | |
+ margin: 0 0 6px 0 | |
} | |
.ajaxtag .newtag { | |
@@ -1156,7 +1174,7 @@ | |
} | |
.comment-ays .comment-content ul { | |
- list-style: outside; | |
+ list-style: initial; | |
margin-left: 2em | |
} | |
@@ -1164,7 +1182,7 @@ | |
content: '('attr(href) ')'; | |
display: inline-block; | |
padding: 0 4px; | |
- color: #72777C; | |
+ color: #72777c; | |
font-size: 13px; | |
word-break: break-all | |
} | |
@@ -1178,12 +1196,6 @@ | |
padding: 0 | |
} | |
-#comment-status-radio label, | |
-.links-table td, | |
-.links-table th { | |
- padding: 5px 0 | |
-} | |
- | |
.comment-ays-submit .button-cancel { | |
margin-left: 1em | |
} | |
@@ -1215,6 +1227,10 @@ | |
vertical-align: middle | |
} | |
+#comment-status-radio label { | |
+ padding: 5px 0 | |
+} | |
+ | |
table.links-table { | |
width: 100%; | |
border-spacing: 0 | |
@@ -1229,6 +1245,11 @@ | |
word-wrap: break-word | |
} | |
+.links-table td, | |
+.links-table th { | |
+ padding: 5px 0 | |
+} | |
+ | |
.links-table td label { | |
margin-right: 8px | |
} | |
@@ -1300,7 +1321,11 @@ | |
transition-property: -webkit-transform; | |
transition-property: transform; | |
transition-property: transform, -webkit-transform; | |
- transition-timing-function: ease-in-out; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
+.focus-on #adminmenuback, | |
+.focus-on #adminmenuwrap { | |
-webkit-transform: translateX(-100%); | |
transform: translateX(-100%) | |
} | |
@@ -1322,7 +1347,7 @@ | |
#content-resize-handle, | |
#post-body .wp_themeSkin .mceStatusbar a.mceResize { | |
- background: url(../images/resize-2x.gif) right bottom no-repeat; | |
+ background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom; | |
background-size: 11px 11px | |
} | |
@@ -1349,7 +1374,7 @@ | |
#poststuff #postbox-container-1 #side-sortables:empty, | |
#poststuff #postbox-container-1 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1375,7 +1400,7 @@ | |
} | |
#titlediv #title-prompt-text { | |
- padding: 10px | |
+ padding: 10px 10px | |
} | |
#poststuff .stuffbox>h3, | |
@@ -1438,15 +1463,14 @@ | |
margin: 30px 0 15px | |
} | |
- .tagsdiv .newtag, | |
- ul.categorychecklist li { | |
- margin-bottom: 15px | |
- } | |
- | |
ul.category-tabs li.tabs { | |
padding: 15px | |
} | |
+ ul.categorychecklist li { | |
+ margin-bottom: 15px | |
+ } | |
+ | |
ul.categorychecklist ul { | |
margin-top: 15px | |
} | |
@@ -1459,7 +1483,8 @@ | |
.tagsdiv .newtag { | |
width: 100%; | |
- height: auto | |
+ height: auto; | |
+ margin-bottom: 15px | |
} | |
.tagchecklist { | |
@@ -1499,7 +1524,10 @@ | |
} | |
.wp_themeSkin .mceSplitButton td a.mceAction { | |
- padding: 6px 3px 6px 6px | |
+ padding-top: 6px; | |
+ padding-bottom: 6px; | |
+ padding-left: 6px; | |
+ padding-right: 3px | |
} | |
.wp_themeSkin .mceSplitButton td a.mceOpen, | |
@@ -1545,7 +1573,7 @@ | |
} | |
.misc-pub-section { | |
- padding: 20px 10px | |
+ padding: 20px 10px 20px | |
} | |
.misc-pub-section>a { | |
diff -ur build-unminified/wp-admin/css/edit-rtl.min.css build-branch-unminified/wp-admin/css/edit-rtl.min.css | |
--- build-unminified/wp-admin/css/edit-rtl.min.css 2018-10-06 22:35:54.089298001 -0500 | |
+++ build-branch-unminified/wp-admin/css/edit-rtl.min.css 2018-10-06 22:33:17.868129529 -0500 | |
@@ -1,37 +1,13 @@ | |
/*! This file is auto-generated */ | |
-#pending, | |
-#poststuff #titlewrap { | |
- border: 0; | |
- padding: 0 | |
+#poststuff { | |
+ padding-top: 10px; | |
+ min-width: 763px | |
} | |
-#pending, | |
#poststuff #post-body { | |
padding: 0 | |
} | |
-#editable-post-name-full, | |
-body.post-new-php .submitbox .submitdelete { | |
- display: none | |
-} | |
- | |
-#post-status-info, | |
-.postbox { | |
- box-shadow: 0 1px 1px rgba(0, 0, 0, .04) | |
-} | |
- | |
-#titlediv, | |
-#wp-content-editor-container, | |
-.postbox, | |
-form#tags-filter { | |
- position: relative | |
-} | |
- | |
-#poststuff { | |
- padding-top: 10px; | |
- min-width: 763px | |
-} | |
- | |
#poststuff .postbox-container { | |
width: 100% | |
} | |
@@ -60,6 +36,10 @@ | |
margin: 0 0 0 5px | |
} | |
+#titlediv { | |
+ position: relative | |
+} | |
+ | |
#titlediv label { | |
cursor: text | |
} | |
@@ -68,6 +48,11 @@ | |
margin: 0 | |
} | |
+#poststuff #titlewrap { | |
+ border: 0; | |
+ padding: 0 | |
+} | |
+ | |
#titlediv #title { | |
padding: 3px 8px; | |
font-size: 1.7em; | |
@@ -93,6 +78,8 @@ | |
#pending { | |
background: 100% none; | |
+ border: 0 none; | |
+ padding: 0; | |
font-size: 11px; | |
margin-top: -1px | |
} | |
@@ -117,6 +104,10 @@ | |
padding: 0 5px | |
} | |
+#editable-post-name-full { | |
+ display: none | |
+} | |
+ | |
#editable-post-name { | |
font-weight: 600 | |
} | |
@@ -133,6 +124,10 @@ | |
float: right | |
} | |
+body.post-new-php .submitbox .submitdelete { | |
+ display: none | |
+} | |
+ | |
.submitbox .submit a:hover { | |
text-decoration: underline | |
} | |
@@ -152,8 +147,10 @@ | |
} | |
.postbox { | |
+ position: relative; | |
min-width: 255px; | |
border: 1px solid #e5e5e5; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
background: #fff | |
} | |
@@ -162,8 +159,8 @@ | |
} | |
#normal-sortables .postbox .submit { | |
- background: 0 0; | |
- border: 0; | |
+ background: transparent none; | |
+ border: 0 none; | |
float: left; | |
padding: 0 12px; | |
margin: 0 | |
@@ -235,7 +232,7 @@ | |
#side-sortables .submitbox .submit .preview, | |
#side-sortables .submitbox .submit a.preview:hover, | |
#side-sortables .submitbox .submit input { | |
- border: 0 | |
+ border: 0 none | |
} | |
ul.add-menu-item-tabs, | |
@@ -246,7 +243,7 @@ | |
ul.add-menu-item-tabs li, | |
ul.category-tabs li { | |
- border: 1px solid transparent; | |
+ border: solid 1px transparent; | |
position: relative | |
} | |
@@ -269,12 +266,6 @@ | |
max-width: 100% | |
} | |
-.ui-tabs-hide, | |
-.wp-editor-expand #content-resize-handle, | |
-.wp-hidden-children .wp-hidden-child { | |
- display: none | |
-} | |
- | |
#postimagediv .inside img { | |
max-width: 100%; | |
height: auto; | |
@@ -285,6 +276,15 @@ | |
background-size: 20px 20px | |
} | |
+form#tags-filter { | |
+ position: relative | |
+} | |
+ | |
+.ui-tabs-hide, | |
+.wp-hidden-children .wp-hidden-child { | |
+ display: none | |
+} | |
+ | |
#post-body .tagsdiv #newtag { | |
margin-left: 5px; | |
width: 16em | |
@@ -304,6 +304,7 @@ | |
border: 1px solid #e5e5e5; | |
border-top: none; | |
background-color: #f7f7f7; | |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .04); | |
z-index: 999 | |
} | |
@@ -321,7 +322,7 @@ | |
} | |
#content-resize-handle { | |
- background: url(../images/resize.gif) left bottom no-repeat; | |
+ background: transparent url(../images/resize.gif) no-repeat scroll left bottom; | |
width: 12px; | |
cursor: row-resize | |
} | |
@@ -331,6 +332,10 @@ | |
background-position: left bottom | |
} | |
+.wp-editor-expand #content-resize-handle { | |
+ display: none | |
+} | |
+ | |
#postdivrich #content { | |
resize: none | |
} | |
@@ -340,6 +345,10 @@ | |
padding: 2px 10px | |
} | |
+#wp-content-editor-container { | |
+ position: relative | |
+} | |
+ | |
.wp-editor-expand #wp-content-editor-tools { | |
z-index: 1000; | |
border-bottom: 1px solid #e5e5e5 | |
@@ -347,7 +356,10 @@ | |
.wp-editor-expand #wp-content-editor-container { | |
box-shadow: none; | |
- margin-top: -1px; | |
+ margin-top: -1px | |
+} | |
+ | |
+.wp-editor-expand #wp-content-editor-container { | |
border-bottom: 0 none | |
} | |
@@ -376,7 +388,10 @@ | |
visibility: visible !important | |
} | |
-.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw, | |
+.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw { | |
+ display: none | |
+} | |
+ | |
.mce-fullscreen #wp-content-wrap .mce-wp-dfw, | |
.post-php.mce-fullscreen #wpadminbar { | |
display: none | |
@@ -418,7 +433,7 @@ | |
} | |
.curtime #timestamp { | |
- padding: 2px 0 1px; | |
+ padding: 2px 0 1px 0; | |
display: inline !important; | |
height: auto !important | |
} | |
@@ -435,7 +450,7 @@ | |
#post-body .misc-pub-post-status:before, | |
#post-body .misc-pub-revisions:before, | |
.curtime #timestamp:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
margin-right: -1px; | |
@@ -445,11 +460,6 @@ | |
-moz-osx-font-smoothing: grayscale | |
} | |
-.suggested-policy-content, | |
-.wp-suggested-text p { | |
- font-style: italic | |
-} | |
- | |
#post-body .misc-pub-post-status:before { | |
content: "\f173" | |
} | |
@@ -592,7 +602,7 @@ | |
} | |
#poststuff .inside { | |
- margin: 6px 0 0 | |
+ margin: 6px 0 0 0 | |
} | |
#poststuff .inside #page_template, | |
@@ -690,6 +700,10 @@ | |
padding: 0 | |
} | |
+.suggested-policy-content { | |
+ font-style: italic | |
+} | |
+ | |
.privacy-text-section a.return-to-top { | |
float: left; | |
margin-left: -250px; | |
@@ -700,6 +714,10 @@ | |
visibility: hidden | |
} | |
+.wp-suggested-text p { | |
+ font-style: italic | |
+} | |
+ | |
.wp-suggested-text p.privacy-policy-tutorial { | |
font-style: normal | |
} | |
@@ -714,7 +732,7 @@ | |
} | |
#postcustom #postcustomstuff .submit { | |
- border: 0; | |
+ border: 0 none; | |
float: none; | |
padding: 0 8px 8px | |
} | |
@@ -831,7 +849,7 @@ | |
display: block; | |
height: 20px; | |
width: 20px; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -862,14 +880,14 @@ | |
label.post-format-icon { | |
margin-right: 0; | |
- padding: 2px 0 | |
+ padding: 2px 0 2px 0 | |
} | |
.post-format-icon:before { | |
position: relative; | |
display: inline-block; | |
margin-left: 7px; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -957,7 +975,7 @@ | |
max-height: 200px; | |
overflow: auto; | |
padding: 0 .9em; | |
- border: 1px solid #ddd; | |
+ border: solid 1px #ddd; | |
background-color: #fdfdfd | |
} | |
@@ -1000,12 +1018,12 @@ | |
padding: 2px 0 | |
} | |
-.form-field input[type=text], | |
-.form-field input[type=password], | |
.form-field input[type=email], | |
.form-field input[type=number], | |
+.form-field input[type=password], | |
.form-field input[type=search], | |
.form-field input[type=tel], | |
+.form-field input[type=text], | |
.form-field input[type=url], | |
.form-field textarea { | |
border-style: solid; | |
@@ -1050,7 +1068,7 @@ | |
} | |
#poststuff .tagsdiv .howto { | |
- margin: 0 0 6px | |
+ margin: 0 0 6px 0 | |
} | |
.ajaxtag .newtag { | |
@@ -1156,7 +1174,7 @@ | |
} | |
.comment-ays .comment-content ul { | |
- list-style: outside; | |
+ list-style: initial; | |
margin-right: 2em | |
} | |
@@ -1164,7 +1182,7 @@ | |
content: '('attr(href) ')'; | |
display: inline-block; | |
padding: 0 4px; | |
- color: #72777C; | |
+ color: #72777c; | |
font-size: 13px; | |
word-break: break-all | |
} | |
@@ -1178,12 +1196,6 @@ | |
padding: 0 | |
} | |
-#comment-status-radio label, | |
-.links-table td, | |
-.links-table th { | |
- padding: 5px 0 | |
-} | |
- | |
.comment-ays-submit .button-cancel { | |
margin-right: 1em | |
} | |
@@ -1215,6 +1227,10 @@ | |
vertical-align: middle | |
} | |
+#comment-status-radio label { | |
+ padding: 5px 0 | |
+} | |
+ | |
table.links-table { | |
width: 100%; | |
border-spacing: 0 | |
@@ -1229,6 +1245,11 @@ | |
word-wrap: break-word | |
} | |
+.links-table td, | |
+.links-table th { | |
+ padding: 5px 0 | |
+} | |
+ | |
.links-table td label { | |
margin-left: 8px | |
} | |
@@ -1300,7 +1321,11 @@ | |
transition-property: -webkit-transform; | |
transition-property: transform; | |
transition-property: transform, -webkit-transform; | |
- transition-timing-function: ease-in-out; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
+.focus-on #adminmenuback, | |
+.focus-on #adminmenuwrap { | |
-webkit-transform: translateX(100%); | |
transform: translateX(100%) | |
} | |
@@ -1322,7 +1347,7 @@ | |
#content-resize-handle, | |
#post-body .wp_themeSkin .mceStatusbar a.mceResize { | |
- background: url(../images/resize-2x.gif) left bottom no-repeat; | |
+ background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom; | |
background-size: 11px 11px | |
} | |
@@ -1349,7 +1374,7 @@ | |
#poststuff #postbox-container-1 #side-sortables:empty, | |
#poststuff #postbox-container-1 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -1375,7 +1400,7 @@ | |
} | |
#titlediv #title-prompt-text { | |
- padding: 10px | |
+ padding: 10px 10px | |
} | |
#poststuff .stuffbox>h3, | |
@@ -1438,15 +1463,14 @@ | |
margin: 30px 0 15px | |
} | |
- .tagsdiv .newtag, | |
- ul.categorychecklist li { | |
- margin-bottom: 15px | |
- } | |
- | |
ul.category-tabs li.tabs { | |
padding: 15px | |
} | |
+ ul.categorychecklist li { | |
+ margin-bottom: 15px | |
+ } | |
+ | |
ul.categorychecklist ul { | |
margin-top: 15px | |
} | |
@@ -1459,7 +1483,8 @@ | |
.tagsdiv .newtag { | |
width: 100%; | |
- height: auto | |
+ height: auto; | |
+ margin-bottom: 15px | |
} | |
.tagchecklist { | |
@@ -1499,7 +1524,10 @@ | |
} | |
.wp_themeSkin .mceSplitButton td a.mceAction { | |
- padding: 6px 6px 6px 3px | |
+ padding-top: 6px; | |
+ padding-bottom: 6px; | |
+ padding-right: 6px; | |
+ padding-left: 3px | |
} | |
.wp_themeSkin .mceSplitButton td a.mceOpen, | |
@@ -1545,7 +1573,7 @@ | |
} | |
.misc-pub-section { | |
- padding: 20px 10px | |
+ padding: 20px 10px 20px | |
} | |
.misc-pub-section>a { | |
diff -ur build-unminified/wp-admin/css/forms.min.css build-branch-unminified/wp-admin/css/forms.min.css | |
--- build-unminified/wp-admin/css/forms.min.css 2018-10-06 22:35:45.249231879 -0500 | |
+++ build-branch-unminified/wp-admin/css/forms.min.css 2018-10-06 22:33:10.500074422 -0500 | |
@@ -1,39 +1,25 @@ | |
/*! This file is auto-generated */ | |
-#your-profile label+a, | |
-.wp-admin select, | |
-fieldset label, | |
-label { | |
- vertical-align: middle | |
-} | |
- | |
-#pass-strength-result, | |
-.color-option, | |
input, | |
textarea { | |
box-sizing: border-box | |
} | |
-#pressthis-code-wrap, | |
-textarea { | |
- overflow: auto | |
-} | |
- | |
-input[type=text], | |
-input[type=search], | |
-input[type=radio], | |
-input[type=tel], | |
-input[type=time], | |
-input[type=url], | |
-input[type=week], | |
-input[type=password], | |
input[type=checkbox], | |
input[type=color], | |
input[type=date], | |
-input[type=datetime], | |
input[type=datetime-local], | |
+input[type=datetime], | |
input[type=email], | |
input[type=month], | |
input[type=number], | |
+input[type=password], | |
+input[type=radio], | |
+input[type=search], | |
+input[type=tel], | |
+input[type=text], | |
+input[type=time], | |
+input[type=url], | |
+input[type=week], | |
select, | |
textarea { | |
border: 1px solid #ddd; | |
@@ -44,30 +30,30 @@ | |
transition: 50ms border-color ease-in-out | |
} | |
-input[type=text]:focus, | |
-input[type=search]:focus, | |
-input[type=radio]:focus, | |
-input[type=tel]:focus, | |
-input[type=time]:focus, | |
-input[type=url]:focus, | |
-input[type=week]:focus, | |
-input[type=password]:focus, | |
input[type=checkbox]:focus, | |
input[type=color]:focus, | |
input[type=date]:focus, | |
-input[type=datetime]:focus, | |
input[type=datetime-local]:focus, | |
+input[type=datetime]:focus, | |
input[type=email]:focus, | |
input[type=month]:focus, | |
input[type=number]:focus, | |
+input[type=password]:focus, | |
+input[type=radio]:focus, | |
+input[type=search]:focus, | |
+input[type=tel]:focus, | |
+input[type=text]:focus, | |
+input[type=time]:focus, | |
+input[type=url]:focus, | |
+input[type=week]:focus, | |
select:focus, | |
textarea:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
} | |
-input[type=url], | |
-input[type=email] { | |
+input[type=email], | |
+input[type=url] { | |
direction: ltr | |
} | |
@@ -76,8 +62,8 @@ | |
line-height: 1 | |
} | |
-input[type=radio], | |
-input[type=checkbox] { | |
+input[type=checkbox], | |
+input[type=radio] { | |
border: 1px solid #b4b9be; | |
background: #fff; | |
color: #555; | |
@@ -107,8 +93,8 @@ | |
color: #00a0d2 | |
} | |
-.wp-admin p input[type=radio], | |
.wp-admin p input[type=checkbox], | |
+.wp-admin p input[type=radio], | |
td>input[type=checkbox] { | |
margin-top: 0 | |
} | |
@@ -127,24 +113,18 @@ | |
line-height: 10px | |
} | |
-input[type=radio]:checked:before, | |
-input[type=checkbox]:checked:before { | |
+input[type=checkbox]:checked:before, | |
+input[type=radio]:checked:before { | |
float: left; | |
display: inline-block; | |
vertical-align: middle; | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
input[type=checkbox]:checked:before { | |
content: "\f147"; | |
margin: -3px 0 0 -4px; | |
@@ -166,8 +146,8 @@ | |
@-moz-document url-prefix() { | |
.form-table input.tog, | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
margin-bottom: -1px | |
} | |
} | |
@@ -197,10 +177,12 @@ | |
select, | |
textarea { | |
font-size: 14px; | |
+ padding: 3px 5px; | |
border-radius: 0 | |
} | |
textarea { | |
+ overflow: auto; | |
padding: 2px 6px; | |
line-height: 1.4; | |
resize: vertical | |
@@ -227,7 +209,7 @@ | |
textarea.code { | |
line-height: 1.4; | |
- padding: 4px 6px 1px | |
+ padding: 4px 6px 1px 6px | |
} | |
input.readonly, | |
@@ -260,7 +242,7 @@ | |
.form-table .form-required.form-invalid td:after { | |
content: "\f534"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin-left: -25px; | |
vertical-align: middle | |
@@ -272,7 +254,7 @@ | |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { | |
content: '\f534'; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin: 0 6px 0 -29px; | |
vertical-align: middle | |
@@ -303,21 +285,22 @@ | |
cursor: default | |
} | |
-input[type=radio].disabled, | |
-input[type=radio].disabled:checked:before, | |
-input[type=radio]:disabled, | |
-input[type=radio]:disabled:checked:before, | |
input[type=checkbox].disabled, | |
input[type=checkbox].disabled:checked:before, | |
input[type=checkbox]:disabled, | |
-input[type=checkbox]:disabled:checked:before { | |
+input[type=checkbox]:disabled:checked:before, | |
+input[type=radio].disabled, | |
+input[type=radio].disabled:checked:before, | |
+input[type=radio]:disabled, | |
+input[type=radio]:disabled:checked:before { | |
opacity: .7 | |
} | |
.wp-admin select { | |
padding: 2px; | |
line-height: 28px; | |
- height: 28px | |
+ height: 28px; | |
+ vertical-align: middle | |
} | |
.wp-admin .button-cancel { | |
@@ -437,6 +420,16 @@ | |
top: 3px | |
} | |
+#your-profile label+a, | |
+label { | |
+ vertical-align: middle | |
+} | |
+ | |
+#your-profile label+a, | |
+fieldset label { | |
+ vertical-align: middle | |
+} | |
+ | |
.options-media-php [for*="_size_"] { | |
min-width: 10em; | |
vertical-align: baseline | |
@@ -458,6 +451,7 @@ | |
padding: 3px 5px; | |
text-align: center; | |
width: 25em; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -505,10 +499,19 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.indicator-hint { | |
padding-top: 8px | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -544,8 +547,8 @@ | |
height: 32px | |
} | |
-input[type=text].ui-autocomplete-loading, | |
-input[type=email].ui-autocomplete-loading { | |
+input[type=email].ui-autocomplete-loading, | |
+input[type=text].ui-autocomplete-loading { | |
background-image: url(../images/loading.gif); | |
background-repeat: no-repeat; | |
background-position: right center; | |
@@ -704,8 +707,8 @@ | |
display: inline-block; | |
width: 24%; | |
padding: 5px 15px 15px; | |
- margin-bottom: 3px; | |
- cursor: pointer | |
+ box-sizing: border-box; | |
+ margin-bottom: 3px | |
} | |
.color-option.selected, | |
@@ -725,6 +728,10 @@ | |
border: none | |
} | |
+.color-option { | |
+ cursor: pointer | |
+} | |
+ | |
.tool-box .title { | |
margin: 8px 0; | |
font-size: 18px; | |
@@ -764,6 +771,10 @@ | |
font-size: 1em | |
} | |
+#pressthis-code-wrap { | |
+ overflow: auto | |
+} | |
+ | |
.pressthis-bookmarklet-wrapper { | |
margin: 20px 0 8px; | |
vertical-align: top; | |
@@ -788,12 +799,6 @@ | |
text-decoration: none | |
} | |
-.privacy_requests tbody th, | |
-.privacy_requests tfoot td:first-child, | |
-.privacy_requests thead td:first-child { | |
- border-left: 4px solid #fff | |
-} | |
- | |
.pressthis-bookmarklet:active { | |
outline: 0 | |
} | |
@@ -820,13 +825,13 @@ | |
.pressthis-bookmarklet span { | |
display: inline-block; | |
- margin: 0; | |
+ margin: 0 0 0; | |
padding: 0 12px 8px 9px | |
} | |
.pressthis-bookmarklet span:before { | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f157"; | |
position: relative; | |
display: inline-block; | |
@@ -834,7 +839,13 @@ | |
margin-right: 4px | |
} | |
-.pressthis-js-toggle, | |
+.pressthis-js-toggle { | |
+ margin-left: 10px; | |
+ padding: 0; | |
+ height: auto; | |
+ vertical-align: top | |
+} | |
+ | |
.pressthis-js-toggle.button.button { | |
margin-left: 10px; | |
padding: 0; | |
@@ -933,17 +944,17 @@ | |
.request-filesystem-credentials-form legend { | |
font-size: 1em; | |
- padding: 1.33em 0 0; | |
+ padding: 1.33em 0; | |
font-weight: 600 | |
} | |
-.request-filesystem-credentials-form input[type=text], | |
-.request-filesystem-credentials-form input[type=password] { | |
+.request-filesystem-credentials-form input[type=password], | |
+.request-filesystem-credentials-form input[type=text] { | |
display: block | |
} | |
-.request-filesystem-credentials-dialog input[type=text], | |
-.request-filesystem-credentials-dialog input[type=password] { | |
+.request-filesystem-credentials-dialog input[type=password], | |
+.request-filesystem-credentials-dialog input[type=text] { | |
width: 100% | |
} | |
@@ -952,12 +963,22 @@ | |
} | |
.request-filesystem-credentials-dialog label[for=hostname], | |
-.request-filesystem-credentials-dialog label[for=public_key], | |
-.request-filesystem-credentials-dialog label[for=private_key] { | |
+.request-filesystem-credentials-dialog label[for=private_key], | |
+.request-filesystem-credentials-dialog label[for=public_key] { | |
display: block; | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-dialog .ftp-password, | |
+.request-filesystem-credentials-dialog .ftp-username { | |
+ float: left; | |
+ width: 48% | |
+} | |
+ | |
+.request-filesystem-credentials-dialog .ftp-password { | |
+ margin-left: 4% | |
+} | |
+ | |
.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
text-align: right | |
} | |
@@ -1006,12 +1027,16 @@ | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-form legend { | |
+ padding-bottom: 0 | |
+} | |
+ | |
.request-filesystem-credentials-form #ssh-keys legend { | |
font-size: 1.3em | |
} | |
.request-filesystem-credentials-form .notice { | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
clear: both | |
} | |
@@ -1040,7 +1065,13 @@ | |
text-align: center | |
} | |
+.privacy_requests tfoot td:first-child, | |
+.privacy_requests thead td:first-child { | |
+ border-left: 4px solid #fff | |
+} | |
+ | |
.privacy_requests tbody th { | |
+ border-left: 4px solid #fff; | |
background: #fff; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
@@ -1123,7 +1154,7 @@ | |
.email-personal-data::before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px 5px 0 -2px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1144,21 +1175,15 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #pass-strength-result, | |
- .form-table { | |
- box-sizing: border-box | |
- } | |
- | |
textarea { | |
-webkit-appearance: none | |
} | |
- input[type=text], | |
- input[type=search], | |
- input[type=password], | |
input[type=email], | |
- input[type=number] { | |
+ input[type=number], | |
+ input[type=password], | |
+ input[type=search], | |
+ input[type=text] { | |
-webkit-appearance: none; | |
padding: 6px 10px | |
} | |
@@ -1190,18 +1215,18 @@ | |
.widefat th input[type=checkbox]:before, | |
.widefat thead td input[type=checkbox]:before, | |
input[type=checkbox]:checked:before { | |
- font: 400 30px/1 dashicons; | |
+ font: normal 30px/1 dashicons; | |
margin: -3px -5px | |
} | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
height: 25px; | |
width: 25px | |
} | |
- .wp-admin p input[type=radio], | |
- .wp-admin p input[type=checkbox] { | |
+ .wp-admin p input[type=checkbox], | |
+ .wp-admin p input[type=radio] { | |
margin-top: -3px | |
} | |
@@ -1232,6 +1257,10 @@ | |
width: 100% | |
} | |
+ .form-table { | |
+ box-sizing: border-box | |
+ } | |
+ | |
.form-table td, | |
.form-table th, | |
.label-responsive { | |
@@ -1264,9 +1293,9 @@ | |
#profile-page .form-table textarea, | |
.form-table span.description, | |
- .form-table td input[type=text], | |
- .form-table td input[type=password], | |
.form-table td input[type=email], | |
+ .form-table td input[type=password], | |
+ .form-table td input[type=text], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -1288,10 +1317,10 @@ | |
} | |
.form-table input[type=text].small-text, | |
- input[type=text].small-text, | |
- input[type=search].small-text, | |
+ input[type=number].small-text, | |
input[type=password].small-text, | |
- input[type=number].small-text { | |
+ input[type=search].small-text, | |
+ input[type=text].small-text { | |
width: auto; | |
max-width: 4.375em; | |
display: inline; | |
@@ -1301,6 +1330,7 @@ | |
#pass-strength-result { | |
width: 100%; | |
+ box-sizing: border-box; | |
padding: 8px | |
} | |
@@ -1383,8 +1413,8 @@ | |
position: relative | |
} | |
- .wp-pwd [type=text], | |
- .wp-pwd [type=password] { | |
+ .wp-pwd [type=password], | |
+ .wp-pwd [type=text] { | |
padding-right: 40px | |
} | |
@@ -1445,9 +1475,9 @@ | |
@media only screen and (max-width:768px) { | |
- .form-field input[type=text], | |
- .form-field input[type=password], | |
.form-field input[type=email], | |
+ .form-field input[type=password], | |
+ .form-field input[type=text], | |
.form-field select, | |
.form-field textarea { | |
width: 99% | |
diff -ur build-unminified/wp-admin/css/forms-rtl.min.css build-branch-unminified/wp-admin/css/forms-rtl.min.css | |
--- build-unminified/wp-admin/css/forms-rtl.min.css 2018-10-06 22:35:52.869288876 -0500 | |
+++ build-branch-unminified/wp-admin/css/forms-rtl.min.css 2018-10-06 22:33:17.080123636 -0500 | |
@@ -1,39 +1,25 @@ | |
/*! This file is auto-generated */ | |
-#your-profile label+a, | |
-.wp-admin select, | |
-fieldset label, | |
-label { | |
- vertical-align: middle | |
-} | |
- | |
-#pass-strength-result, | |
-.color-option, | |
input, | |
textarea { | |
box-sizing: border-box | |
} | |
-#pressthis-code-wrap, | |
-textarea { | |
- overflow: auto | |
-} | |
- | |
-input[type=text], | |
-input[type=search], | |
-input[type=radio], | |
-input[type=tel], | |
-input[type=time], | |
-input[type=url], | |
-input[type=week], | |
-input[type=password], | |
input[type=checkbox], | |
input[type=color], | |
input[type=date], | |
-input[type=datetime], | |
input[type=datetime-local], | |
+input[type=datetime], | |
input[type=email], | |
input[type=month], | |
input[type=number], | |
+input[type=password], | |
+input[type=radio], | |
+input[type=search], | |
+input[type=tel], | |
+input[type=text], | |
+input[type=time], | |
+input[type=url], | |
+input[type=week], | |
select, | |
textarea { | |
border: 1px solid #ddd; | |
@@ -44,30 +30,30 @@ | |
transition: 50ms border-color ease-in-out | |
} | |
-input[type=text]:focus, | |
-input[type=search]:focus, | |
-input[type=radio]:focus, | |
-input[type=tel]:focus, | |
-input[type=time]:focus, | |
-input[type=url]:focus, | |
-input[type=week]:focus, | |
-input[type=password]:focus, | |
input[type=checkbox]:focus, | |
input[type=color]:focus, | |
input[type=date]:focus, | |
-input[type=datetime]:focus, | |
input[type=datetime-local]:focus, | |
+input[type=datetime]:focus, | |
input[type=email]:focus, | |
input[type=month]:focus, | |
input[type=number]:focus, | |
+input[type=password]:focus, | |
+input[type=radio]:focus, | |
+input[type=search]:focus, | |
+input[type=tel]:focus, | |
+input[type=text]:focus, | |
+input[type=time]:focus, | |
+input[type=url]:focus, | |
+input[type=week]:focus, | |
select:focus, | |
textarea:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
} | |
-input[type=url], | |
-input[type=email] { | |
+input[type=email], | |
+input[type=url] { | |
direction: ltr | |
} | |
@@ -76,8 +62,8 @@ | |
line-height: 1 | |
} | |
-input[type=radio], | |
-input[type=checkbox] { | |
+input[type=checkbox], | |
+input[type=radio] { | |
border: 1px solid #b4b9be; | |
background: #fff; | |
color: #555; | |
@@ -107,8 +93,8 @@ | |
color: #00a0d2 | |
} | |
-.wp-admin p input[type=radio], | |
.wp-admin p input[type=checkbox], | |
+.wp-admin p input[type=radio], | |
td>input[type=checkbox] { | |
margin-top: 0 | |
} | |
@@ -127,24 +113,18 @@ | |
line-height: 10px | |
} | |
-input[type=radio]:checked:before, | |
-input[type=checkbox]:checked:before { | |
+input[type=checkbox]:checked:before, | |
+input[type=radio]:checked:before { | |
float: right; | |
display: inline-block; | |
vertical-align: middle; | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
input[type=checkbox]:checked:before { | |
content: "\f147"; | |
margin: -3px -4px 0 0; | |
@@ -166,8 +146,8 @@ | |
@-moz-document url-prefix() { | |
.form-table input.tog, | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
margin-bottom: -1px | |
} | |
} | |
@@ -197,10 +177,12 @@ | |
select, | |
textarea { | |
font-size: 14px; | |
+ padding: 3px 5px; | |
border-radius: 0 | |
} | |
textarea { | |
+ overflow: auto; | |
padding: 2px 6px; | |
line-height: 1.4; | |
resize: vertical | |
@@ -227,7 +209,7 @@ | |
textarea.code { | |
line-height: 1.4; | |
- padding: 4px 6px 1px | |
+ padding: 4px 6px 1px 6px | |
} | |
input.readonly, | |
@@ -260,7 +242,7 @@ | |
.form-table .form-required.form-invalid td:after { | |
content: "\f534"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin-right: -25px; | |
vertical-align: middle | |
@@ -272,7 +254,7 @@ | |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { | |
content: '\f534'; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin: 0 -29px 0 6px; | |
vertical-align: middle | |
@@ -303,21 +285,22 @@ | |
cursor: default | |
} | |
-input[type=radio].disabled, | |
-input[type=radio].disabled:checked:before, | |
-input[type=radio]:disabled, | |
-input[type=radio]:disabled:checked:before, | |
input[type=checkbox].disabled, | |
input[type=checkbox].disabled:checked:before, | |
input[type=checkbox]:disabled, | |
-input[type=checkbox]:disabled:checked:before { | |
+input[type=checkbox]:disabled:checked:before, | |
+input[type=radio].disabled, | |
+input[type=radio].disabled:checked:before, | |
+input[type=radio]:disabled, | |
+input[type=radio]:disabled:checked:before { | |
opacity: .7 | |
} | |
.wp-admin select { | |
padding: 2px; | |
line-height: 28px; | |
- height: 28px | |
+ height: 28px; | |
+ vertical-align: middle | |
} | |
.wp-admin .button-cancel { | |
@@ -437,6 +420,16 @@ | |
top: 3px | |
} | |
+#your-profile label+a, | |
+label { | |
+ vertical-align: middle | |
+} | |
+ | |
+#your-profile label+a, | |
+fieldset label { | |
+ vertical-align: middle | |
+} | |
+ | |
.options-media-php [for*="_size_"] { | |
min-width: 10em; | |
vertical-align: baseline | |
@@ -458,6 +451,7 @@ | |
padding: 3px 5px; | |
text-align: center; | |
width: 25em; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -505,10 +499,19 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.indicator-hint { | |
padding-top: 8px | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -544,8 +547,8 @@ | |
height: 32px | |
} | |
-input[type=text].ui-autocomplete-loading, | |
-input[type=email].ui-autocomplete-loading { | |
+input[type=email].ui-autocomplete-loading, | |
+input[type=text].ui-autocomplete-loading { | |
background-image: url(../images/loading.gif); | |
background-repeat: no-repeat; | |
background-position: left center; | |
@@ -704,8 +707,8 @@ | |
display: inline-block; | |
width: 24%; | |
padding: 5px 15px 15px; | |
- margin-bottom: 3px; | |
- cursor: pointer | |
+ box-sizing: border-box; | |
+ margin-bottom: 3px | |
} | |
.color-option.selected, | |
@@ -725,6 +728,10 @@ | |
border: none | |
} | |
+.color-option { | |
+ cursor: pointer | |
+} | |
+ | |
.tool-box .title { | |
margin: 8px 0; | |
font-size: 18px; | |
@@ -764,6 +771,10 @@ | |
font-size: 1em | |
} | |
+#pressthis-code-wrap { | |
+ overflow: auto | |
+} | |
+ | |
.pressthis-bookmarklet-wrapper { | |
margin: 20px 0 8px; | |
vertical-align: top; | |
@@ -788,12 +799,6 @@ | |
text-decoration: none | |
} | |
-.privacy_requests tbody th, | |
-.privacy_requests tfoot td:first-child, | |
-.privacy_requests thead td:first-child { | |
- border-right: 4px solid #fff | |
-} | |
- | |
.pressthis-bookmarklet:active { | |
outline: 0 | |
} | |
@@ -820,13 +825,13 @@ | |
.pressthis-bookmarklet span { | |
display: inline-block; | |
- margin: 0; | |
+ margin: 0 0 0; | |
padding: 0 9px 8px 12px | |
} | |
.pressthis-bookmarklet span:before { | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f157"; | |
position: relative; | |
display: inline-block; | |
@@ -834,7 +839,13 @@ | |
margin-left: 4px | |
} | |
-.pressthis-js-toggle, | |
+.pressthis-js-toggle { | |
+ margin-right: 10px; | |
+ padding: 0; | |
+ height: auto; | |
+ vertical-align: top | |
+} | |
+ | |
.pressthis-js-toggle.button.button { | |
margin-right: 10px; | |
padding: 0; | |
@@ -933,17 +944,17 @@ | |
.request-filesystem-credentials-form legend { | |
font-size: 1em; | |
- padding: 1.33em 0 0; | |
+ padding: 1.33em 0; | |
font-weight: 600 | |
} | |
-.request-filesystem-credentials-form input[type=text], | |
-.request-filesystem-credentials-form input[type=password] { | |
+.request-filesystem-credentials-form input[type=password], | |
+.request-filesystem-credentials-form input[type=text] { | |
display: block | |
} | |
-.request-filesystem-credentials-dialog input[type=text], | |
-.request-filesystem-credentials-dialog input[type=password] { | |
+.request-filesystem-credentials-dialog input[type=password], | |
+.request-filesystem-credentials-dialog input[type=text] { | |
width: 100% | |
} | |
@@ -952,12 +963,22 @@ | |
} | |
.request-filesystem-credentials-dialog label[for=hostname], | |
-.request-filesystem-credentials-dialog label[for=public_key], | |
-.request-filesystem-credentials-dialog label[for=private_key] { | |
+.request-filesystem-credentials-dialog label[for=private_key], | |
+.request-filesystem-credentials-dialog label[for=public_key] { | |
display: block; | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-dialog .ftp-password, | |
+.request-filesystem-credentials-dialog .ftp-username { | |
+ float: right; | |
+ width: 48% | |
+} | |
+ | |
+.request-filesystem-credentials-dialog .ftp-password { | |
+ margin-right: 4% | |
+} | |
+ | |
.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
text-align: left | |
} | |
@@ -1006,12 +1027,16 @@ | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-form legend { | |
+ padding-bottom: 0 | |
+} | |
+ | |
.request-filesystem-credentials-form #ssh-keys legend { | |
font-size: 1.3em | |
} | |
.request-filesystem-credentials-form .notice { | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
clear: both | |
} | |
@@ -1040,7 +1065,13 @@ | |
text-align: center | |
} | |
+.privacy_requests tfoot td:first-child, | |
+.privacy_requests thead td:first-child { | |
+ border-right: 4px solid #fff | |
+} | |
+ | |
.privacy_requests tbody th { | |
+ border-right: 4px solid #fff; | |
background: #fff; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
@@ -1123,7 +1154,7 @@ | |
.email-personal-data::before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px -2px 0 5px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1144,21 +1175,15 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #pass-strength-result, | |
- .form-table { | |
- box-sizing: border-box | |
- } | |
- | |
textarea { | |
-webkit-appearance: none | |
} | |
- input[type=text], | |
- input[type=search], | |
- input[type=password], | |
input[type=email], | |
- input[type=number] { | |
+ input[type=number], | |
+ input[type=password], | |
+ input[type=search], | |
+ input[type=text] { | |
-webkit-appearance: none; | |
padding: 6px 10px | |
} | |
@@ -1190,18 +1215,18 @@ | |
.widefat th input[type=checkbox]:before, | |
.widefat thead td input[type=checkbox]:before, | |
input[type=checkbox]:checked:before { | |
- font: 400 30px/1 dashicons; | |
+ font: normal 30px/1 dashicons; | |
margin: -3px -5px | |
} | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
height: 25px; | |
width: 25px | |
} | |
- .wp-admin p input[type=radio], | |
- .wp-admin p input[type=checkbox] { | |
+ .wp-admin p input[type=checkbox], | |
+ .wp-admin p input[type=radio] { | |
margin-top: -3px | |
} | |
@@ -1232,6 +1257,10 @@ | |
width: 100% | |
} | |
+ .form-table { | |
+ box-sizing: border-box | |
+ } | |
+ | |
.form-table td, | |
.form-table th, | |
.label-responsive { | |
@@ -1264,9 +1293,9 @@ | |
#profile-page .form-table textarea, | |
.form-table span.description, | |
- .form-table td input[type=text], | |
- .form-table td input[type=password], | |
.form-table td input[type=email], | |
+ .form-table td input[type=password], | |
+ .form-table td input[type=text], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -1288,10 +1317,10 @@ | |
} | |
.form-table input[type=text].small-text, | |
- input[type=text].small-text, | |
- input[type=search].small-text, | |
+ input[type=number].small-text, | |
input[type=password].small-text, | |
- input[type=number].small-text { | |
+ input[type=search].small-text, | |
+ input[type=text].small-text { | |
width: auto; | |
max-width: 4.375em; | |
display: inline; | |
@@ -1301,6 +1330,7 @@ | |
#pass-strength-result { | |
width: 100%; | |
+ box-sizing: border-box; | |
padding: 8px | |
} | |
@@ -1383,8 +1413,8 @@ | |
position: relative | |
} | |
- .wp-pwd [type=text], | |
- .wp-pwd [type=password] { | |
+ .wp-pwd [type=password], | |
+ .wp-pwd [type=text] { | |
padding-left: 40px | |
} | |
@@ -1445,9 +1475,9 @@ | |
@media only screen and (max-width:768px) { | |
- .form-field input[type=text], | |
- .form-field input[type=password], | |
.form-field input[type=email], | |
+ .form-field input[type=password], | |
+ .form-field input[type=text], | |
.form-field select, | |
.form-field textarea { | |
width: 99% | |
diff -ur build-unminified/wp-admin/css/ie.min.css build-branch-unminified/wp-admin/css/ie.min.css | |
--- build-unminified/wp-admin/css/ie.min.css 2018-10-06 22:35:50.741272959 -0500 | |
+++ build-branch-unminified/wp-admin/css/ie.min.css 2018-10-06 22:33:15.276110143 -0500 | |
@@ -21,7 +21,7 @@ | |
#dashboard-widgets #postbox-container-3 .empty-container, | |
#dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -54,12 +54,6 @@ | |
background-image: none | |
} | |
-#adminmenu .wp-submenu, | |
-.folded #adminmenu .opensub .wp-submenu, | |
-.folded #adminmenu .wp-submenu.sub-open { | |
- left: 110px | |
-} | |
- | |
#adminmenuwrap { | |
position: static | |
} | |
@@ -89,6 +83,10 @@ | |
line-height: 1px | |
} | |
+#adminmenu .wp-submenu { | |
+ left: 110px | |
+} | |
+ | |
#adminmenu .wp-submenu ul { | |
margin: 0 | |
} | |
@@ -113,6 +111,11 @@ | |
display: block | |
} | |
+.folded #adminmenu .opensub .wp-submenu, | |
+.folded #adminmenu .wp-submenu.sub-open { | |
+ left: 110px | |
+} | |
+ | |
.folded #adminmenu .wp-has-current-submenu .wp-submenu, | |
.folded #adminmenu a.wp-has-current-submenu:focus+.wp-submenu { | |
top: -1px; | |
@@ -127,14 +130,6 @@ | |
border-top-color: #ddd | |
} | |
-#wpbody-content .postbox, | |
-* html .stuffbox, | |
-* html .stuffbox input, | |
-* html .stuffbox textarea, | |
-* html input { | |
- border: 1px solid #ddd | |
-} | |
- | |
.folded #adminmenu .wp-submenu ul { | |
margin-left: 5px | |
} | |
@@ -214,7 +209,10 @@ | |
} | |
.plugins td, | |
-.plugins th, | |
+.plugins th { | |
+ border-top: 1px solid #ddd | |
+} | |
+ | |
table.fixed td, | |
table.fixed th { | |
border-top: 1px solid #ddd | |
@@ -242,6 +240,10 @@ | |
vertical-align: middle | |
} | |
+#wpbody-content .postbox { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
#wpbody-content .postbox .hndle { | |
margin-bottom: -1px | |
} | |
@@ -312,8 +314,8 @@ | |
} | |
.button, | |
-input[type=reset], | |
input[type=button], | |
+input[type=reset], | |
input[type=submit] { | |
padding: 0 8px; | |
line-height: 20px; | |
@@ -321,8 +323,8 @@ | |
} | |
.button.button-large, | |
-input[type=reset].button-large, | |
input[type=button].button-large, | |
+input[type=reset].button-large, | |
input[type=submit].button-large { | |
padding: 0 10px; | |
line-height: 24px; | |
@@ -330,8 +332,8 @@ | |
} | |
.button.button-small, | |
-input[type=reset].button-small, | |
input[type=button].button-small, | |
+input[type=reset].button-small, | |
input[type=submit].button-small { | |
padding: 0 6px; | |
line-height: 16px; | |
@@ -389,15 +391,6 @@ | |
margin: -3px 0 4px | |
} | |
-#submitdiv a.button, | |
-#submitdiv input, | |
-#submitdiv select, | |
-.inactive-sidebar .widget, | |
-.revisions.pinned .revisions-controls, | |
-.widget-liquid-right .widget { | |
- position: relative | |
-} | |
- | |
#widget-list .widget { | |
display: inline | |
} | |
@@ -428,6 +421,12 @@ | |
width: 250px | |
} | |
+#submitdiv a.button, | |
+#submitdiv input, | |
+#submitdiv select { | |
+ position: relative | |
+} | |
+ | |
#bh { | |
margin: 7px 10px 0 0; | |
float: right | |
@@ -444,7 +443,7 @@ | |
} | |
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.nav .button, | |
@@ -524,14 +523,19 @@ | |
padding-bottom: 10px | |
} | |
+.inactive-sidebar .widget, | |
+.widget-liquid-right .widget { | |
+ position: relative | |
+} | |
+ | |
.inactive-sidebar .widget { | |
display: block; | |
float: left | |
} | |
#wpcontent .button-primary-disabled { | |
- color: #9FD0D5; | |
- background: #298CBA | |
+ color: #9fd0d5; | |
+ background: #298cba | |
} | |
#the-comment-list .unapproved td, | |
@@ -587,6 +591,10 @@ | |
display: none !important | |
} | |
+.revisions.pinned .revisions-controls { | |
+ position: relative | |
+} | |
+ | |
.login form .input, | |
input[type=password] { | |
font-family: sans-serif | |
@@ -672,6 +680,12 @@ | |
margin-left: 0 | |
} | |
+* html .stuffbox, | |
+* html .stuffbox input, | |
+* html .stuffbox textarea { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
* html div.widget-liquid-left { | |
width: 99% | |
} | |
@@ -702,6 +716,10 @@ | |
width: 440px | |
} | |
+* html input { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
* html .edit-box { | |
display: inline | |
} | |
diff -ur build-unminified/wp-admin/css/ie-rtl.min.css build-branch-unminified/wp-admin/css/ie-rtl.min.css | |
--- build-unminified/wp-admin/css/ie-rtl.min.css 2018-10-06 22:35:51.233276639 -0500 | |
+++ build-branch-unminified/wp-admin/css/ie-rtl.min.css 2018-10-06 22:33:15.744113644 -0500 | |
@@ -21,7 +21,7 @@ | |
#dashboard-widgets #postbox-container-3 .empty-container, | |
#dashboard-widgets #postbox-container-4 .empty-container { | |
- border: 0; | |
+ border: 0 none; | |
height: 0; | |
min-height: 0 | |
} | |
@@ -54,12 +54,6 @@ | |
background-image: none | |
} | |
-#adminmenu .wp-submenu, | |
-.folded #adminmenu .opensub .wp-submenu, | |
-.folded #adminmenu .wp-submenu.sub-open { | |
- right: 110px | |
-} | |
- | |
#adminmenuwrap { | |
position: static | |
} | |
@@ -89,6 +83,10 @@ | |
line-height: 1px | |
} | |
+#adminmenu .wp-submenu { | |
+ right: 110px | |
+} | |
+ | |
#adminmenu .wp-submenu ul { | |
margin: 0 | |
} | |
@@ -113,6 +111,11 @@ | |
display: block | |
} | |
+.folded #adminmenu .opensub .wp-submenu, | |
+.folded #adminmenu .wp-submenu.sub-open { | |
+ right: 110px | |
+} | |
+ | |
.folded #adminmenu .wp-has-current-submenu .wp-submenu, | |
.folded #adminmenu a.wp-has-current-submenu:focus+.wp-submenu { | |
top: -1px; | |
@@ -127,14 +130,6 @@ | |
border-top-color: #ddd | |
} | |
-#wpbody-content .postbox, | |
-* html .stuffbox, | |
-* html .stuffbox input, | |
-* html .stuffbox textarea, | |
-* html input { | |
- border: 1px solid #ddd | |
-} | |
- | |
.folded #adminmenu .wp-submenu ul { | |
margin-right: 5px | |
} | |
@@ -214,7 +209,10 @@ | |
} | |
.plugins td, | |
-.plugins th, | |
+.plugins th { | |
+ border-top: 1px solid #ddd | |
+} | |
+ | |
table.fixed td, | |
table.fixed th { | |
border-top: 1px solid #ddd | |
@@ -242,6 +240,10 @@ | |
vertical-align: middle | |
} | |
+#wpbody-content .postbox { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
#wpbody-content .postbox .hndle { | |
margin-bottom: -1px | |
} | |
@@ -312,8 +314,8 @@ | |
} | |
.button, | |
-input[type=reset], | |
input[type=button], | |
+input[type=reset], | |
input[type=submit] { | |
padding: 0 8px; | |
line-height: 20px; | |
@@ -321,8 +323,8 @@ | |
} | |
.button.button-large, | |
-input[type=reset].button-large, | |
input[type=button].button-large, | |
+input[type=reset].button-large, | |
input[type=submit].button-large { | |
padding: 0 10px; | |
line-height: 24px; | |
@@ -330,8 +332,8 @@ | |
} | |
.button.button-small, | |
-input[type=reset].button-small, | |
input[type=button].button-small, | |
+input[type=reset].button-small, | |
input[type=submit].button-small { | |
padding: 0 6px; | |
line-height: 16px; | |
@@ -389,15 +391,6 @@ | |
margin: -3px 0 4px | |
} | |
-#submitdiv a.button, | |
-#submitdiv input, | |
-#submitdiv select, | |
-.inactive-sidebar .widget, | |
-.revisions.pinned .revisions-controls, | |
-.widget-liquid-right .widget { | |
- position: relative | |
-} | |
- | |
#widget-list .widget { | |
display: inline | |
} | |
@@ -428,6 +421,12 @@ | |
width: 250px | |
} | |
+#submitdiv a.button, | |
+#submitdiv input, | |
+#submitdiv select { | |
+ position: relative | |
+} | |
+ | |
#bh { | |
margin: 7px 0 0 10px; | |
float: left | |
@@ -444,7 +443,7 @@ | |
} | |
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before { | |
- outline: #5b9dd9 solid 1px | |
+ outline: 1px solid #5b9dd9 | |
} | |
.nav .button, | |
@@ -524,14 +523,19 @@ | |
padding-bottom: 10px | |
} | |
+.inactive-sidebar .widget, | |
+.widget-liquid-right .widget { | |
+ position: relative | |
+} | |
+ | |
.inactive-sidebar .widget { | |
display: block; | |
float: right | |
} | |
#wpcontent .button-primary-disabled { | |
- color: #9FD0D5; | |
- background: #298CBA | |
+ color: #9fd0d5; | |
+ background: #298cba | |
} | |
#the-comment-list .unapproved td, | |
@@ -587,6 +591,10 @@ | |
display: none !important | |
} | |
+.revisions.pinned .revisions-controls { | |
+ position: relative | |
+} | |
+ | |
.login form .input, | |
input[type=password] { | |
font-family: sans-serif | |
@@ -672,6 +680,12 @@ | |
margin-right: 0 | |
} | |
+* html .stuffbox, | |
+* html .stuffbox input, | |
+* html .stuffbox textarea { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
* html div.widget-liquid-left { | |
width: 99% | |
} | |
@@ -702,6 +716,10 @@ | |
width: 440px | |
} | |
+* html input { | |
+ border: 1px solid #ddd | |
+} | |
+ | |
* html .edit-box { | |
display: inline | |
} | |
diff -ur build-unminified/wp-admin/css/install.min.css build-branch-unminified/wp-admin/css/install.min.css | |
--- build-unminified/wp-admin/css/install.min.css 2018-10-06 22:35:50.633272151 -0500 | |
+++ build-branch-unminified/wp-admin/css/install.min.css 2018-10-06 22:33:15.156109246 -0500 | |
@@ -1,29 +1,4 @@ | |
/*! This file is auto-generated */ | |
-a img, | |
-abbr, | |
-fieldset { | |
- border: 0 | |
-} | |
- | |
-#logo, | |
-h1, | |
-h2 { | |
- padding: 0 0 7px | |
-} | |
- | |
-#pass-strength-result, | |
-textarea { | |
- border: 1px solid #ddd; | |
- box-sizing: border-box | |
-} | |
- | |
-#logo a, | |
-.form-table th p, | |
-h1, | |
-h2 { | |
- font-weight: 400 | |
-} | |
- | |
html { | |
background: #f1f1f1; | |
margin: 0 20px | |
@@ -34,7 +9,7 @@ | |
color: #444; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
margin: 140px auto 25px; | |
- padding: 20px 20px 10px; | |
+ padding: 20px 20px 10px 20px; | |
max-width: 700px; | |
-webkit-font-smoothing: subpixel-antialiased; | |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13) | |
@@ -63,7 +38,10 @@ | |
border-bottom: 1px solid #ddd; | |
clear: both; | |
color: #666; | |
- font-size: 24px | |
+ font-size: 24px; | |
+ padding: 0; | |
+ padding-bottom: 7px; | |
+ font-weight: 400 | |
} | |
h3 { | |
@@ -84,23 +62,23 @@ | |
font-family: Consolas, Monaco, monospace | |
} | |
-input, | |
-submit, | |
-textarea { | |
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif | |
-} | |
- | |
dl, | |
ol, | |
ul { | |
padding: 5px 5px 5px 22px | |
} | |
+a img { | |
+ border: 0 | |
+} | |
+ | |
abbr { | |
+ border: 0; | |
font-variant: normal | |
} | |
fieldset { | |
+ border: 0; | |
padding: 0; | |
margin: 0 | |
} | |
@@ -110,7 +88,8 @@ | |
} | |
#logo { | |
- margin: 6px 0 14px; | |
+ margin: 6px 0 14px 0; | |
+ padding: 0 0 7px 0; | |
border-bottom: none; | |
text-align: center | |
} | |
@@ -124,6 +103,7 @@ | |
color: #444; | |
height: 84px; | |
font-size: 20px; | |
+ font-weight: 400; | |
line-height: 1.3em; | |
margin: -130px auto 25px; | |
padding: 0; | |
@@ -135,12 +115,6 @@ | |
display: block | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
#logo a:focus { | |
box-shadow: none | |
} | |
@@ -162,15 +136,11 @@ | |
vertical-align: middle | |
} | |
-.form-table td, | |
-.form-table th { | |
- padding: 10px 20px 10px 0; | |
- vertical-align: top; | |
- font-size: 14px | |
-} | |
- | |
textarea { | |
- width: 100% | |
+ border: 1px solid #ddd; | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ width: 100%; | |
+ box-sizing: border-box | |
} | |
.form-table { | |
@@ -180,12 +150,18 @@ | |
} | |
.form-table td { | |
- margin-bottom: 9px | |
+ margin-bottom: 9px; | |
+ padding: 10px 20px 10px 0; | |
+ font-size: 14px; | |
+ vertical-align: top | |
} | |
.form-table th { | |
+ font-size: 14px; | |
text-align: left; | |
- width: 140px | |
+ padding: 10px 20px 10px 0; | |
+ width: 140px; | |
+ vertical-align: top | |
} | |
.form-table code { | |
@@ -194,7 +170,7 @@ | |
} | |
.form-table p { | |
- margin: 4px 0 0; | |
+ margin: 4px 0 0 0; | |
font-size: 11px | |
} | |
@@ -206,6 +182,11 @@ | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07) | |
} | |
+input, | |
+submit { | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif | |
+} | |
+ | |
.form-table input[type=email], | |
.form-table input[type=password], | |
.form-table input[type=text], | |
@@ -213,6 +194,10 @@ | |
width: 206px | |
} | |
+.form-table th p { | |
+ font-weight: 400 | |
+} | |
+ | |
.form-table.install-success td, | |
.form-table.install-success th { | |
vertical-align: middle; | |
@@ -250,11 +235,13 @@ | |
#pass-strength-result { | |
background-color: #eee; | |
+ border: 1px solid #ddd; | |
color: #23282d; | |
margin: -2px 5px 5px 0; | |
padding: 3px 5px; | |
text-align: center; | |
width: 218px; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -302,6 +289,10 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.message { | |
border-left: 4px solid #dc3232; | |
padding: .7em .6em; | |
@@ -320,6 +311,11 @@ | |
direction: ltr | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -335,7 +331,6 @@ | |
font-family: Tahoma, sans-serif | |
} | |
-.language-chooser select, | |
:lang(he-il) .rtl input, | |
:lang(he-il) .rtl submit, | |
:lang(he-il) .rtl textarea, | |
@@ -381,10 +376,10 @@ | |
} | |
.form-table span.description, | |
- .form-table td input[type=text], | |
.form-table td input[type=email], | |
- .form-table td input[type=url], | |
.form-table td input[type=password], | |
+ .form-table td input[type=text], | |
+ .form-table td input[type=url], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -409,6 +404,7 @@ | |
background-color: #fff; | |
color: #32373c; | |
font-size: 16px; | |
+ font-family: Arial, sans-serif; | |
font-weight: 400 | |
} | |
diff -ur build-unminified/wp-admin/css/install-rtl.min.css build-branch-unminified/wp-admin/css/install-rtl.min.css | |
--- build-unminified/wp-admin/css/install-rtl.min.css 2018-10-06 22:35:47.501248724 -0500 | |
+++ build-branch-unminified/wp-admin/css/install-rtl.min.css 2018-10-06 22:33:12.516089501 -0500 | |
@@ -1,29 +1,4 @@ | |
/*! This file is auto-generated */ | |
-a img, | |
-abbr, | |
-fieldset { | |
- border: 0 | |
-} | |
- | |
-#logo, | |
-h1, | |
-h2 { | |
- padding: 0 0 7px | |
-} | |
- | |
-#pass-strength-result, | |
-textarea { | |
- border: 1px solid #ddd; | |
- box-sizing: border-box | |
-} | |
- | |
-#logo a, | |
-.form-table th p, | |
-h1, | |
-h2 { | |
- font-weight: 400 | |
-} | |
- | |
html { | |
background: #f1f1f1; | |
margin: 0 20px | |
@@ -34,7 +9,7 @@ | |
color: #444; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
margin: 140px auto 25px; | |
- padding: 20px 20px 10px; | |
+ padding: 20px 20px 10px 20px; | |
max-width: 700px; | |
-webkit-font-smoothing: subpixel-antialiased; | |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13) | |
@@ -63,7 +38,10 @@ | |
border-bottom: 1px solid #ddd; | |
clear: both; | |
color: #666; | |
- font-size: 24px | |
+ font-size: 24px; | |
+ padding: 0; | |
+ padding-bottom: 7px; | |
+ font-weight: 400 | |
} | |
h3 { | |
@@ -84,23 +62,23 @@ | |
font-family: Consolas, Monaco, monospace | |
} | |
-input, | |
-submit, | |
-textarea { | |
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif | |
-} | |
- | |
dl, | |
ol, | |
ul { | |
padding: 5px 22px 5px 5px | |
} | |
+a img { | |
+ border: 0 | |
+} | |
+ | |
abbr { | |
+ border: 0; | |
font-variant: normal | |
} | |
fieldset { | |
+ border: 0; | |
padding: 0; | |
margin: 0 | |
} | |
@@ -110,7 +88,8 @@ | |
} | |
#logo { | |
- margin: 6px 0 14px; | |
+ margin: 6px 0 14px 0; | |
+ padding: 0 0 7px 0; | |
border-bottom: none; | |
text-align: center | |
} | |
@@ -124,6 +103,7 @@ | |
color: #444; | |
height: 84px; | |
font-size: 20px; | |
+ font-weight: 400; | |
line-height: 1.3em; | |
margin: -130px auto 25px; | |
padding: 0; | |
@@ -135,12 +115,6 @@ | |
display: block | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
#logo a:focus { | |
box-shadow: none | |
} | |
@@ -162,15 +136,11 @@ | |
vertical-align: middle | |
} | |
-.form-table td, | |
-.form-table th { | |
- padding: 10px 0 10px 20px; | |
- vertical-align: top; | |
- font-size: 14px | |
-} | |
- | |
textarea { | |
- width: 100% | |
+ border: 1px solid #ddd; | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ width: 100%; | |
+ box-sizing: border-box | |
} | |
.form-table { | |
@@ -180,12 +150,18 @@ | |
} | |
.form-table td { | |
- margin-bottom: 9px | |
+ margin-bottom: 9px; | |
+ padding: 10px 0 10px 20px; | |
+ font-size: 14px; | |
+ vertical-align: top | |
} | |
.form-table th { | |
+ font-size: 14px; | |
text-align: right; | |
- width: 140px | |
+ padding: 10px 0 10px 20px; | |
+ width: 140px; | |
+ vertical-align: top | |
} | |
.form-table code { | |
@@ -194,7 +170,7 @@ | |
} | |
.form-table p { | |
- margin: 4px 0 0; | |
+ margin: 4px 0 0 0; | |
font-size: 11px | |
} | |
@@ -206,6 +182,11 @@ | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07) | |
} | |
+input, | |
+submit { | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif | |
+} | |
+ | |
.form-table input[type=email], | |
.form-table input[type=password], | |
.form-table input[type=text], | |
@@ -213,6 +194,10 @@ | |
width: 206px | |
} | |
+.form-table th p { | |
+ font-weight: 400 | |
+} | |
+ | |
.form-table.install-success td, | |
.form-table.install-success th { | |
vertical-align: middle; | |
@@ -250,11 +235,13 @@ | |
#pass-strength-result { | |
background-color: #eee; | |
+ border: 1px solid #ddd; | |
color: #23282d; | |
margin: -2px 0 5px 5px; | |
padding: 3px 5px; | |
text-align: center; | |
width: 218px; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -302,6 +289,10 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.message { | |
border-right: 4px solid #dc3232; | |
padding: .7em .6em; | |
@@ -320,6 +311,11 @@ | |
direction: ltr | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -335,7 +331,6 @@ | |
font-family: Tahoma, sans-serif | |
} | |
-.language-chooser select, | |
:lang(he-il) .rtl input, | |
:lang(he-il) .rtl submit, | |
:lang(he-il) .rtl textarea, | |
@@ -381,10 +376,10 @@ | |
} | |
.form-table span.description, | |
- .form-table td input[type=text], | |
.form-table td input[type=email], | |
- .form-table td input[type=url], | |
.form-table td input[type=password], | |
+ .form-table td input[type=text], | |
+ .form-table td input[type=url], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -409,6 +404,7 @@ | |
background-color: #fff; | |
color: #32373c; | |
font-size: 16px; | |
+ font-family: Arial, sans-serif; | |
font-weight: 400 | |
} | |
diff -ur build-unminified/wp-admin/css/l10n.min.css build-branch-unminified/wp-admin/css/l10n.min.css | |
--- build-unminified/wp-admin/css/l10n.min.css 2018-10-06 22:35:52.685287500 -0500 | |
+++ build-branch-unminified/wp-admin/css/l10n.min.css 2018-10-06 22:33:16.960122738 -0500 | |
@@ -1,27 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.locale-he-il em, | |
-.locale-zh-cn #local-time, | |
-.locale-zh-cn #utc-time, | |
-.locale-zh-cn .form-wrap p, | |
-.locale-zh-cn .howto, | |
-.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
-.locale-zh-cn .inline-edit-row fieldset span.title, | |
-.locale-zh-cn .js .input-with-default-title, | |
-.locale-zh-cn .link-to-original, | |
-.locale-zh-cn .tablenav .displaying-num, | |
-.locale-zh-cn p.description, | |
-.locale-zh-cn p.help, | |
-.locale-zh-cn p.install-help, | |
-.locale-zh-cn span.description { | |
- font-style: normal | |
-} | |
- | |
-.locale-de-de #customize-header-actions .button, | |
-.locale-de-de-formal #customize-header-actions .button, | |
-.locale-ru-ru #customize-header-actions .button { | |
- padding: 0 5px 1px | |
-} | |
- | |
body.rtl, | |
body.rtl .press-this a.wp-switch-editor { | |
font-family: Tahoma, Arial, sans-serif | |
@@ -43,9 +20,26 @@ | |
} | |
.locale-he-il em { | |
+ font-style: normal; | |
font-weight: 600 | |
} | |
+.locale-zh-cn #local-time, | |
+.locale-zh-cn #utc-time, | |
+.locale-zh-cn .form-wrap p, | |
+.locale-zh-cn .howto, | |
+.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
+.locale-zh-cn .inline-edit-row fieldset span.title, | |
+.locale-zh-cn .js .input-with-default-title, | |
+.locale-zh-cn .link-to-original, | |
+.locale-zh-cn .tablenav .displaying-num, | |
+.locale-zh-cn p.description, | |
+.locale-zh-cn p.help, | |
+.locale-zh-cn p.install-help, | |
+.locale-zh-cn span.description { | |
+ font-style: normal | |
+} | |
+ | |
.locale-zh-cn .hdnle a { | |
font-size: 12px | |
} | |
@@ -59,6 +53,11 @@ | |
font-size: 1em !important | |
} | |
+.locale-de-de #customize-header-actions .button, | |
+.locale-de-de-formal #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-de-de #customize-header-actions .spinner, | |
.locale-de-de-formal #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
@@ -96,6 +95,10 @@ | |
width: 265px | |
} | |
+.locale-ru-ru #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-ru-ru #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
} | |
diff -ur build-unminified/wp-admin/css/l10n-rtl.min.css build-branch-unminified/wp-admin/css/l10n-rtl.min.css | |
--- build-unminified/wp-admin/css/l10n-rtl.min.css 2018-10-06 22:35:45.353232657 -0500 | |
+++ build-branch-unminified/wp-admin/css/l10n-rtl.min.css 2018-10-06 22:33:10.636075440 -0500 | |
@@ -1,27 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.locale-he-il em, | |
-.locale-zh-cn #local-time, | |
-.locale-zh-cn #utc-time, | |
-.locale-zh-cn .form-wrap p, | |
-.locale-zh-cn .howto, | |
-.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
-.locale-zh-cn .inline-edit-row fieldset span.title, | |
-.locale-zh-cn .js .input-with-default-title, | |
-.locale-zh-cn .link-to-original, | |
-.locale-zh-cn .tablenav .displaying-num, | |
-.locale-zh-cn p.description, | |
-.locale-zh-cn p.help, | |
-.locale-zh-cn p.install-help, | |
-.locale-zh-cn span.description { | |
- font-style: normal | |
-} | |
- | |
-.locale-de-de #customize-header-actions .button, | |
-.locale-de-de-formal #customize-header-actions .button, | |
-.locale-ru-ru #customize-header-actions .button { | |
- padding: 0 5px 1px | |
-} | |
- | |
body.rtl, | |
body.rtl .press-this a.wp-switch-editor { | |
font-family: Tahoma, Arial, sans-serif | |
@@ -43,9 +20,26 @@ | |
} | |
.locale-he-il em { | |
+ font-style: normal; | |
font-weight: 600 | |
} | |
+.locale-zh-cn #local-time, | |
+.locale-zh-cn #utc-time, | |
+.locale-zh-cn .form-wrap p, | |
+.locale-zh-cn .howto, | |
+.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
+.locale-zh-cn .inline-edit-row fieldset span.title, | |
+.locale-zh-cn .js .input-with-default-title, | |
+.locale-zh-cn .link-to-original, | |
+.locale-zh-cn .tablenav .displaying-num, | |
+.locale-zh-cn p.description, | |
+.locale-zh-cn p.help, | |
+.locale-zh-cn p.install-help, | |
+.locale-zh-cn span.description { | |
+ font-style: normal | |
+} | |
+ | |
.locale-zh-cn .hdnle a { | |
font-size: 12px | |
} | |
@@ -59,6 +53,11 @@ | |
font-size: 1em !important | |
} | |
+.locale-de-de #customize-header-actions .button, | |
+.locale-de-de-formal #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-de-de #customize-header-actions .spinner, | |
.locale-de-de-formal #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
@@ -96,6 +95,10 @@ | |
width: 265px | |
} | |
+.locale-ru-ru #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-ru-ru #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
} | |
diff -ur build-unminified/wp-admin/css/list-tables.min.css build-branch-unminified/wp-admin/css/list-tables.min.css | |
--- build-unminified/wp-admin/css/list-tables.min.css 2018-10-06 22:35:45.489233674 -0500 | |
+++ build-branch-unminified/wp-admin/css/list-tables.min.css 2018-10-06 22:33:10.820076815 -0500 | |
@@ -258,7 +258,7 @@ | |
th .comment-grey-bubble:before { | |
content: "\f101"; | |
- font: 400 20px/.5 dashicons; | |
+ font: normal 20px/.5 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
@@ -402,7 +402,7 @@ | |
} | |
#commentsdiv .comments-box { | |
- border: 0 | |
+ border: 0 none | |
} | |
#commentsdiv .comments-box thead td, | |
@@ -431,12 +431,13 @@ | |
.sorting-indicator:before { | |
content: "\f142"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
top: -4px; | |
left: -8px; | |
+ color: #444; | |
line-height: 10px; | |
position: relative; | |
vertical-align: top; | |
@@ -501,7 +502,7 @@ | |
padding: 1px 2px 1px 0; | |
color: #444; | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -522,7 +523,7 @@ | |
color: #82878c; | |
content: "\f160"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -750,7 +751,7 @@ | |
.view-switch a:before { | |
color: #b4b9be; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -806,11 +807,6 @@ | |
padding: 0 0 .2em 1px | |
} | |
-.row-actions, | |
-.row-actions-visible { | |
- padding: 2px 0 0 | |
-} | |
- | |
p.pagenav { | |
margin: 0; | |
display: inline | |
@@ -841,22 +837,20 @@ | |
.row-actions { | |
color: #ddd; | |
font-size: 13px; | |
+ padding: 2px 0 0; | |
position: relative; | |
left: -9999em | |
} | |
-.plugins, | |
-.plugins td, | |
-.plugins th, | |
+.rtl .row-actions a { | |
+ display: inline-block | |
+} | |
+ | |
.row-actions .network_active, | |
.row-actions .network_only { | |
color: #000 | |
} | |
-.rtl .row-actions a { | |
- display: inline-block | |
-} | |
- | |
.comment-item:hover .row-actions, | |
.mobile .row-actions, | |
.no-js .row-actions, | |
@@ -865,6 +859,10 @@ | |
position: static | |
} | |
+.row-actions-visible { | |
+ padding: 2px 0 0 | |
+} | |
+ | |
#wpbody-content .inline-edit-row fieldset { | |
font-size: 12px; | |
float: left; | |
@@ -950,8 +948,7 @@ | |
.inline-edit-row fieldset span.checkbox-title, | |
.inline-edit-row fieldset span.title { | |
margin: 0; | |
- padding: 0; | |
- font-style: italic | |
+ padding: 0 | |
} | |
.inline-edit-row fieldset label, | |
@@ -1024,14 +1021,6 @@ | |
vertical-align: top | |
} | |
-#bulk-titles, | |
-ul.cat-checklist { | |
- height: 12em; | |
- border: 1px solid #ddd; | |
- overflow-y: scroll; | |
- padding: 0 5px | |
-} | |
- | |
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label { | |
max-width: 50% | |
} | |
@@ -1048,6 +1037,11 @@ | |
text-transform: uppercase | |
} | |
+.inline-edit-row fieldset span.checkbox-title, | |
+.inline-edit-row fieldset span.title { | |
+ font-style: italic | |
+} | |
+ | |
.inline-edit-row fieldset .inline-edit-date { | |
float: left | |
} | |
@@ -1069,14 +1063,21 @@ | |
} | |
ul.cat-checklist { | |
+ height: 12em; | |
+ border: solid 1px #ddd; | |
+ overflow-y: scroll; | |
+ padding: 0 5px; | |
margin: 0; | |
background-color: #fff | |
} | |
#bulk-titles { | |
display: block; | |
- margin: 0 0 5px; | |
- line-height: 140% | |
+ height: 12em; | |
+ border: 1px solid #ddd; | |
+ overflow-y: scroll; | |
+ padding: 0 5px; | |
+ margin: 0 0 5px | |
} | |
.inline-edit-row fieldset ul.cat-checklist input, | |
@@ -1113,6 +1114,10 @@ | |
float: left | |
} | |
+#bulk-titles { | |
+ line-height: 140% | |
+} | |
+ | |
#bulk-titles div { | |
margin: .2em .3em | |
} | |
@@ -1152,6 +1157,12 @@ | |
padding-left: 6px | |
} | |
+.plugins, | |
+.plugins td, | |
+.plugins th { | |
+ color: #000 | |
+} | |
+ | |
.plugins tr { | |
background: #fff | |
} | |
@@ -1179,7 +1190,8 @@ | |
} | |
.plugins .row-actions { | |
- font-size: 13px | |
+ font-size: 13px; | |
+ padding: 0 | |
} | |
.plugins .active td, | |
@@ -1254,7 +1266,7 @@ | |
background-color: #eee; | |
box-shadow: inset 0 0 10px rgba(160, 165, 170, .15); | |
font-size: 60px; | |
- color: #B4B9BE | |
+ color: #b4b9be | |
} | |
#update-themes-table .plugin-title .dashicons, | |
@@ -1303,7 +1315,7 @@ | |
color: #f56e28; | |
content: "\f463"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px 5px 0 -2px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1505,7 +1517,7 @@ | |
} | |
.plugin-card .column-compatibility span:before { | |
- font: 400 20px/.5 dashicons; | |
+ font: normal 20px/.5 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
@@ -1612,19 +1624,12 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- .plugins #the-list tr td, | |
- .plugins tr.active+tr.inactive td, | |
- .plugins tr.active+tr.inactive th.check-column { | |
- border-top: none | |
- } | |
- | |
.tablenav { | |
height: auto | |
} | |
.tablenav.top { | |
- margin: 20px 0 5px | |
+ margin: 20px 0 5px 0 | |
} | |
.tablenav.bottom { | |
@@ -1640,11 +1645,8 @@ | |
display: block | |
} | |
- .form-wrap>p, | |
.tablenav .view-switch, | |
- .tablenav.top .actions, | |
- .tablenav.top .displaying-num, | |
- .tablenav.top .tablenav-pages.one-page { | |
+ .tablenav.top .actions { | |
display: none | |
} | |
@@ -1654,6 +1656,10 @@ | |
line-height: 33px | |
} | |
+ .tablenav.top .displaying-num { | |
+ display: none | |
+ } | |
+ | |
.tablenav.bottom .displaying-num { | |
position: absolute; | |
right: 0; | |
@@ -1673,8 +1679,12 @@ | |
margin-top: 25px | |
} | |
+ .tablenav.top .tablenav-pages.one-page { | |
+ display: none | |
+ } | |
+ | |
.tablenav.bottom .tablenav-pages.one-page { | |
- margin: 15px 0 0; | |
+ margin: 15px 0 0 0; | |
height: 0 | |
} | |
@@ -1697,6 +1707,10 @@ | |
font-size: 16px | |
} | |
+ .form-wrap>p { | |
+ display: none | |
+ } | |
+ | |
.comment-count { | |
font-size: 14px | |
} | |
@@ -1793,17 +1807,16 @@ | |
display: none | |
} | |
- #edithead label, | |
- .column-comments .post-com-count-wrapper>a, | |
- .column-response .post-com-count-wrapper>a { | |
- display: block | |
- } | |
- | |
.column-comments .post-com-count-wrapper, | |
.column-response .post-com-count-wrapper { | |
white-space: normal | |
} | |
+ .column-comments .post-com-count-wrapper>a, | |
+ .column-response .post-com-count-wrapper>a { | |
+ display: block | |
+ } | |
+ | |
.column-comments .post-com-count-approved, | |
.column-comments .post-com-count-no-comments, | |
.column-response .post-com-count-approved, | |
@@ -1919,14 +1932,12 @@ | |
width: 100% | |
} | |
- #bulk-titles div { | |
- margin: .8em .3em | |
+ #edithead label { | |
+ display: block | |
} | |
- .plugin-card, | |
- .plugin-update-tr .update-message, | |
- .plugins .plugin-update-tr .update-message { | |
- margin-left: 0 | |
+ #bulk-titles div { | |
+ margin: .8em .3em | |
} | |
#bulk-titles div a { | |
@@ -1981,6 +1992,10 @@ | |
border-top: none | |
} | |
+ .plugins #the-list tr td { | |
+ border-top: none | |
+ } | |
+ | |
.plugins tbody { | |
padding: 1px 0 0 | |
} | |
@@ -1991,20 +2006,38 @@ | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
+ .plugins tr.active+tr.inactive td, | |
+ .plugins tr.active+tr.inactive th.check-column { | |
+ border-top: none | |
+ } | |
+ | |
.plugins .plugin-update-tr:before { | |
content: ""; | |
display: table-cell | |
} | |
+ .plugins .active.update+.plugin-update-tr:before { | |
+ border-left: 4px solid #d54e21; | |
+ background-color: #fef7f1 | |
+ } | |
+ | |
.plugins #the-list .plugin-update-tr .plugin-update { | |
border-left: none | |
} | |
+ .plugin-update-tr .update-message { | |
+ margin-left: 0 | |
+ } | |
+ | |
.plugins .active.update+.plugin-update-tr:before { | |
background-color: #f7fcfe; | |
border-left: 4px solid #00a0d2 | |
} | |
+ .plugins .plugin-update-tr .update-message { | |
+ margin-left: 0 | |
+ } | |
+ | |
.wp-list-table.plugins .plugin-title strong, | |
.wp-list-table.plugins .theme-title strong { | |
font-size: 1.4em; | |
@@ -2041,6 +2074,7 @@ | |
} | |
.plugin-card { | |
+ margin-left: 0; | |
margin-right: 0; | |
width: 100% | |
} | |
diff -ur build-unminified/wp-admin/css/list-tables-rtl.min.css build-branch-unminified/wp-admin/css/list-tables-rtl.min.css | |
--- build-unminified/wp-admin/css/list-tables-rtl.min.css 2018-10-06 22:35:47.673250010 -0500 | |
+++ build-branch-unminified/wp-admin/css/list-tables-rtl.min.css 2018-10-06 22:33:12.644090458 -0500 | |
@@ -258,7 +258,7 @@ | |
th .comment-grey-bubble:before { | |
content: "\f101"; | |
- font: 400 20px/.5 dashicons; | |
+ font: normal 20px/.5 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
@@ -402,7 +402,7 @@ | |
} | |
#commentsdiv .comments-box { | |
- border: 0 | |
+ border: 0 none | |
} | |
#commentsdiv .comments-box thead td, | |
@@ -431,12 +431,13 @@ | |
.sorting-indicator:before { | |
content: "\f142"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
top: -4px; | |
right: -8px; | |
+ color: #444; | |
line-height: 10px; | |
position: relative; | |
vertical-align: top; | |
@@ -501,7 +502,7 @@ | |
padding: 1px 0 1px 2px; | |
color: #444; | |
content: "\f140"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -522,7 +523,7 @@ | |
color: #82878c; | |
content: "\f160"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -750,7 +751,7 @@ | |
.view-switch a:before { | |
color: #b4b9be; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -806,11 +807,6 @@ | |
padding: 0 1px .2em 0 | |
} | |
-.row-actions, | |
-.row-actions-visible { | |
- padding: 2px 0 0 | |
-} | |
- | |
p.pagenav { | |
margin: 0; | |
display: inline | |
@@ -841,22 +837,20 @@ | |
.row-actions { | |
color: #ddd; | |
font-size: 13px; | |
+ padding: 2px 0 0; | |
position: relative; | |
right: -9999em | |
} | |
-.plugins, | |
-.plugins td, | |
-.plugins th, | |
+.rtl .row-actions a { | |
+ display: inline-block | |
+} | |
+ | |
.row-actions .network_active, | |
.row-actions .network_only { | |
color: #000 | |
} | |
-.rtl .row-actions a { | |
- display: inline-block | |
-} | |
- | |
.comment-item:hover .row-actions, | |
.mobile .row-actions, | |
.no-js .row-actions, | |
@@ -865,6 +859,10 @@ | |
position: static | |
} | |
+.row-actions-visible { | |
+ padding: 2px 0 0 | |
+} | |
+ | |
#wpbody-content .inline-edit-row fieldset { | |
font-size: 12px; | |
float: right; | |
@@ -950,8 +948,7 @@ | |
.inline-edit-row fieldset span.checkbox-title, | |
.inline-edit-row fieldset span.title { | |
margin: 0; | |
- padding: 0; | |
- font-style: italic | |
+ padding: 0 | |
} | |
.inline-edit-row fieldset label, | |
@@ -1024,14 +1021,6 @@ | |
vertical-align: top | |
} | |
-#bulk-titles, | |
-ul.cat-checklist { | |
- height: 12em; | |
- border: 1px solid #ddd; | |
- overflow-y: scroll; | |
- padding: 0 5px | |
-} | |
- | |
#wpbody-content .bulk-edit-row fieldset .inline-edit-group label { | |
max-width: 50% | |
} | |
@@ -1048,6 +1037,11 @@ | |
text-transform: uppercase | |
} | |
+.inline-edit-row fieldset span.checkbox-title, | |
+.inline-edit-row fieldset span.title { | |
+ font-style: italic | |
+} | |
+ | |
.inline-edit-row fieldset .inline-edit-date { | |
float: right | |
} | |
@@ -1069,14 +1063,21 @@ | |
} | |
ul.cat-checklist { | |
+ height: 12em; | |
+ border: solid 1px #ddd; | |
+ overflow-y: scroll; | |
+ padding: 0 5px; | |
margin: 0; | |
background-color: #fff | |
} | |
#bulk-titles { | |
display: block; | |
- margin: 0 0 5px; | |
- line-height: 140% | |
+ height: 12em; | |
+ border: 1px solid #ddd; | |
+ overflow-y: scroll; | |
+ padding: 0 5px; | |
+ margin: 0 0 5px | |
} | |
.inline-edit-row fieldset ul.cat-checklist input, | |
@@ -1113,6 +1114,10 @@ | |
float: right | |
} | |
+#bulk-titles { | |
+ line-height: 140% | |
+} | |
+ | |
#bulk-titles div { | |
margin: .2em .3em | |
} | |
@@ -1152,6 +1157,12 @@ | |
padding-right: 6px | |
} | |
+.plugins, | |
+.plugins td, | |
+.plugins th { | |
+ color: #000 | |
+} | |
+ | |
.plugins tr { | |
background: #fff | |
} | |
@@ -1179,7 +1190,8 @@ | |
} | |
.plugins .row-actions { | |
- font-size: 13px | |
+ font-size: 13px; | |
+ padding: 0 | |
} | |
.plugins .active td, | |
@@ -1254,7 +1266,7 @@ | |
background-color: #eee; | |
box-shadow: inset 0 0 10px rgba(160, 165, 170, .15); | |
font-size: 60px; | |
- color: #B4B9BE | |
+ color: #b4b9be | |
} | |
#update-themes-table .plugin-title .dashicons, | |
@@ -1303,7 +1315,7 @@ | |
color: #f56e28; | |
content: "\f463"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px -2px 0 5px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1505,7 +1517,7 @@ | |
} | |
.plugin-card .column-compatibility span:before { | |
- font: 400 20px/.5 dashicons; | |
+ font: normal 20px/.5 dashicons; | |
speak: none; | |
display: inline-block; | |
padding: 0; | |
@@ -1612,19 +1624,12 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- .plugins #the-list tr td, | |
- .plugins tr.active+tr.inactive td, | |
- .plugins tr.active+tr.inactive th.check-column { | |
- border-top: none | |
- } | |
- | |
.tablenav { | |
height: auto | |
} | |
.tablenav.top { | |
- margin: 20px 0 5px | |
+ margin: 20px 0 5px 0 | |
} | |
.tablenav.bottom { | |
@@ -1640,11 +1645,8 @@ | |
display: block | |
} | |
- .form-wrap>p, | |
.tablenav .view-switch, | |
- .tablenav.top .actions, | |
- .tablenav.top .displaying-num, | |
- .tablenav.top .tablenav-pages.one-page { | |
+ .tablenav.top .actions { | |
display: none | |
} | |
@@ -1654,6 +1656,10 @@ | |
line-height: 33px | |
} | |
+ .tablenav.top .displaying-num { | |
+ display: none | |
+ } | |
+ | |
.tablenav.bottom .displaying-num { | |
position: absolute; | |
left: 0; | |
@@ -1673,8 +1679,12 @@ | |
margin-top: 25px | |
} | |
+ .tablenav.top .tablenav-pages.one-page { | |
+ display: none | |
+ } | |
+ | |
.tablenav.bottom .tablenav-pages.one-page { | |
- margin: 15px 0 0; | |
+ margin: 15px 0 0 0; | |
height: 0 | |
} | |
@@ -1697,6 +1707,10 @@ | |
font-size: 16px | |
} | |
+ .form-wrap>p { | |
+ display: none | |
+ } | |
+ | |
.comment-count { | |
font-size: 14px | |
} | |
@@ -1793,17 +1807,16 @@ | |
display: none | |
} | |
- #edithead label, | |
- .column-comments .post-com-count-wrapper>a, | |
- .column-response .post-com-count-wrapper>a { | |
- display: block | |
- } | |
- | |
.column-comments .post-com-count-wrapper, | |
.column-response .post-com-count-wrapper { | |
white-space: normal | |
} | |
+ .column-comments .post-com-count-wrapper>a, | |
+ .column-response .post-com-count-wrapper>a { | |
+ display: block | |
+ } | |
+ | |
.column-comments .post-com-count-approved, | |
.column-comments .post-com-count-no-comments, | |
.column-response .post-com-count-approved, | |
@@ -1919,14 +1932,12 @@ | |
width: 100% | |
} | |
- #bulk-titles div { | |
- margin: .8em .3em | |
+ #edithead label { | |
+ display: block | |
} | |
- .plugin-card, | |
- .plugin-update-tr .update-message, | |
- .plugins .plugin-update-tr .update-message { | |
- margin-right: 0 | |
+ #bulk-titles div { | |
+ margin: .8em .3em | |
} | |
#bulk-titles div a { | |
@@ -1981,6 +1992,10 @@ | |
border-top: none | |
} | |
+ .plugins #the-list tr td { | |
+ border-top: none | |
+ } | |
+ | |
.plugins tbody { | |
padding: 1px 0 0 | |
} | |
@@ -1991,20 +2006,38 @@ | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
+ .plugins tr.active+tr.inactive td, | |
+ .plugins tr.active+tr.inactive th.check-column { | |
+ border-top: none | |
+ } | |
+ | |
.plugins .plugin-update-tr:before { | |
content: ""; | |
display: table-cell | |
} | |
+ .plugins .active.update+.plugin-update-tr:before { | |
+ border-right: 4px solid #d54e21; | |
+ background-color: #fef7f1 | |
+ } | |
+ | |
.plugins #the-list .plugin-update-tr .plugin-update { | |
border-right: none | |
} | |
+ .plugin-update-tr .update-message { | |
+ margin-right: 0 | |
+ } | |
+ | |
.plugins .active.update+.plugin-update-tr:before { | |
background-color: #f7fcfe; | |
border-right: 4px solid #00a0d2 | |
} | |
+ .plugins .plugin-update-tr .update-message { | |
+ margin-right: 0 | |
+ } | |
+ | |
.wp-list-table.plugins .plugin-title strong, | |
.wp-list-table.plugins .theme-title strong { | |
font-size: 1.4em; | |
@@ -2041,6 +2074,7 @@ | |
} | |
.plugin-card { | |
+ margin-right: 0; | |
margin-left: 0; | |
width: 100% | |
} | |
diff -ur build-unminified/wp-admin/css/login.min.css build-branch-unminified/wp-admin/css/login.min.css | |
--- build-unminified/wp-admin/css/login.min.css 2018-10-06 22:35:51.001274904 -0500 | |
+++ build-branch-unminified/wp-admin/css/login.min.css 2018-10-06 22:33:15.524111998 -0500 | |
@@ -1,44 +1,25 @@ | |
/*! This file is auto-generated */ | |
-#your-profile label+a, | |
-.wp-admin select, | |
-fieldset label, | |
-label { | |
- vertical-align: middle | |
-} | |
- | |
-#pass-strength-result, | |
-.color-option, | |
input, | |
textarea { | |
box-sizing: border-box | |
} | |
-#pressthis-code-wrap, | |
-textarea { | |
- overflow: auto | |
-} | |
- | |
-.login h1 a, | |
-form p.submit a.cancel:hover { | |
- text-decoration: none | |
-} | |
- | |
-input[type=text], | |
-input[type=search], | |
-input[type=radio], | |
-input[type=tel], | |
-input[type=time], | |
-input[type=url], | |
-input[type=week], | |
-input[type=password], | |
input[type=checkbox], | |
input[type=color], | |
input[type=date], | |
-input[type=datetime], | |
input[type=datetime-local], | |
+input[type=datetime], | |
input[type=email], | |
input[type=month], | |
input[type=number], | |
+input[type=password], | |
+input[type=radio], | |
+input[type=search], | |
+input[type=tel], | |
+input[type=text], | |
+input[type=time], | |
+input[type=url], | |
+input[type=week], | |
select, | |
textarea { | |
border: 1px solid #ddd; | |
@@ -49,30 +30,30 @@ | |
transition: 50ms border-color ease-in-out | |
} | |
-input[type=text]:focus, | |
-input[type=search]:focus, | |
-input[type=radio]:focus, | |
-input[type=tel]:focus, | |
-input[type=time]:focus, | |
-input[type=url]:focus, | |
-input[type=week]:focus, | |
-input[type=password]:focus, | |
input[type=checkbox]:focus, | |
input[type=color]:focus, | |
input[type=date]:focus, | |
-input[type=datetime]:focus, | |
input[type=datetime-local]:focus, | |
+input[type=datetime]:focus, | |
input[type=email]:focus, | |
input[type=month]:focus, | |
input[type=number]:focus, | |
+input[type=password]:focus, | |
+input[type=radio]:focus, | |
+input[type=search]:focus, | |
+input[type=tel]:focus, | |
+input[type=text]:focus, | |
+input[type=time]:focus, | |
+input[type=url]:focus, | |
+input[type=week]:focus, | |
select:focus, | |
textarea:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
} | |
-input[type=url], | |
-input[type=email] { | |
+input[type=email], | |
+input[type=url] { | |
direction: ltr | |
} | |
@@ -81,8 +62,8 @@ | |
line-height: 1 | |
} | |
-input[type=radio], | |
-input[type=checkbox] { | |
+input[type=checkbox], | |
+input[type=radio] { | |
border: 1px solid #b4b9be; | |
background: #fff; | |
color: #555; | |
@@ -112,8 +93,8 @@ | |
color: #00a0d2 | |
} | |
-.wp-admin p input[type=radio], | |
.wp-admin p input[type=checkbox], | |
+.wp-admin p input[type=radio], | |
td>input[type=checkbox] { | |
margin-top: 0 | |
} | |
@@ -132,24 +113,18 @@ | |
line-height: 10px | |
} | |
-input[type=radio]:checked:before, | |
-input[type=checkbox]:checked:before { | |
+input[type=checkbox]:checked:before, | |
+input[type=radio]:checked:before { | |
float: left; | |
display: inline-block; | |
vertical-align: middle; | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
input[type=checkbox]:checked:before { | |
content: "\f147"; | |
margin: -3px 0 0 -4px; | |
@@ -171,8 +146,8 @@ | |
@-moz-document url-prefix() { | |
.form-table input.tog, | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
margin-bottom: -1px | |
} | |
} | |
@@ -202,10 +177,12 @@ | |
select, | |
textarea { | |
font-size: 14px; | |
+ padding: 3px 5px; | |
border-radius: 0 | |
} | |
textarea { | |
+ overflow: auto; | |
padding: 2px 6px; | |
line-height: 1.4; | |
resize: vertical | |
@@ -232,7 +209,7 @@ | |
textarea.code { | |
line-height: 1.4; | |
- padding: 4px 6px 1px | |
+ padding: 4px 6px 1px 6px | |
} | |
input.readonly, | |
@@ -265,7 +242,7 @@ | |
.form-table .form-required.form-invalid td:after { | |
content: "\f534"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin-left: -25px; | |
vertical-align: middle | |
@@ -277,7 +254,7 @@ | |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { | |
content: '\f534'; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin: 0 6px 0 -29px; | |
vertical-align: middle | |
@@ -308,21 +285,22 @@ | |
cursor: default | |
} | |
-input[type=radio].disabled, | |
-input[type=radio].disabled:checked:before, | |
-input[type=radio]:disabled, | |
-input[type=radio]:disabled:checked:before, | |
input[type=checkbox].disabled, | |
input[type=checkbox].disabled:checked:before, | |
input[type=checkbox]:disabled, | |
-input[type=checkbox]:disabled:checked:before { | |
+input[type=checkbox]:disabled:checked:before, | |
+input[type=radio].disabled, | |
+input[type=radio].disabled:checked:before, | |
+input[type=radio]:disabled, | |
+input[type=radio]:disabled:checked:before { | |
opacity: .7 | |
} | |
.wp-admin select { | |
padding: 2px; | |
line-height: 28px; | |
- height: 28px | |
+ height: 28px; | |
+ vertical-align: middle | |
} | |
.wp-admin .button-cancel { | |
@@ -346,6 +324,10 @@ | |
border: none | |
} | |
+form p.submit a.cancel:hover { | |
+ text-decoration: none | |
+} | |
+ | |
p.submit { | |
text-align: left; | |
max-width: 100%; | |
@@ -438,6 +420,16 @@ | |
top: 3px | |
} | |
+#your-profile label+a, | |
+label { | |
+ vertical-align: middle | |
+} | |
+ | |
+#your-profile label+a, | |
+fieldset label { | |
+ vertical-align: middle | |
+} | |
+ | |
.options-media-php [for*="_size_"] { | |
min-width: 10em; | |
vertical-align: baseline | |
@@ -459,6 +451,7 @@ | |
padding: 3px 5px; | |
text-align: center; | |
width: 25em; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -506,10 +499,19 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.indicator-hint { | |
padding-top: 8px | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -545,8 +547,8 @@ | |
height: 32px | |
} | |
-input[type=text].ui-autocomplete-loading, | |
-input[type=email].ui-autocomplete-loading { | |
+input[type=email].ui-autocomplete-loading, | |
+input[type=text].ui-autocomplete-loading { | |
background-image: url(../images/loading.gif); | |
background-repeat: no-repeat; | |
background-position: right center; | |
@@ -705,8 +707,8 @@ | |
display: inline-block; | |
width: 24%; | |
padding: 5px 15px 15px; | |
- margin-bottom: 3px; | |
- cursor: pointer | |
+ box-sizing: border-box; | |
+ margin-bottom: 3px | |
} | |
.color-option.selected, | |
@@ -726,6 +728,10 @@ | |
border: none | |
} | |
+.color-option { | |
+ cursor: pointer | |
+} | |
+ | |
.tool-box .title { | |
margin: 8px 0; | |
font-size: 18px; | |
@@ -765,10 +771,8 @@ | |
font-size: 1em | |
} | |
-.login form, | |
-.login h1 a { | |
- overflow: hidden; | |
- font-weight: 400 | |
+#pressthis-code-wrap { | |
+ overflow: auto | |
} | |
.pressthis-bookmarklet-wrapper { | |
@@ -795,12 +799,6 @@ | |
text-decoration: none | |
} | |
-.privacy_requests tbody th, | |
-.privacy_requests tfoot td:first-child, | |
-.privacy_requests thead td:first-child { | |
- border-left: 4px solid #fff | |
-} | |
- | |
.pressthis-bookmarklet:active { | |
outline: 0 | |
} | |
@@ -827,13 +825,13 @@ | |
.pressthis-bookmarklet span { | |
display: inline-block; | |
- margin: 0; | |
+ margin: 0 0 0; | |
padding: 0 12px 8px 9px | |
} | |
.pressthis-bookmarklet span:before { | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f157"; | |
position: relative; | |
display: inline-block; | |
@@ -841,7 +839,13 @@ | |
margin-right: 4px | |
} | |
-.pressthis-js-toggle, | |
+.pressthis-js-toggle { | |
+ margin-left: 10px; | |
+ padding: 0; | |
+ height: auto; | |
+ vertical-align: top | |
+} | |
+ | |
.pressthis-js-toggle.button.button { | |
margin-left: 10px; | |
padding: 0; | |
@@ -940,17 +944,17 @@ | |
.request-filesystem-credentials-form legend { | |
font-size: 1em; | |
- padding: 1.33em 0 0; | |
+ padding: 1.33em 0; | |
font-weight: 600 | |
} | |
-.request-filesystem-credentials-form input[type=text], | |
-.request-filesystem-credentials-form input[type=password] { | |
+.request-filesystem-credentials-form input[type=password], | |
+.request-filesystem-credentials-form input[type=text] { | |
display: block | |
} | |
-.request-filesystem-credentials-dialog input[type=text], | |
-.request-filesystem-credentials-dialog input[type=password] { | |
+.request-filesystem-credentials-dialog input[type=password], | |
+.request-filesystem-credentials-dialog input[type=text] { | |
width: 100% | |
} | |
@@ -959,20 +963,24 @@ | |
} | |
.request-filesystem-credentials-dialog label[for=hostname], | |
-.request-filesystem-credentials-dialog label[for=public_key], | |
-.request-filesystem-credentials-dialog label[for=private_key] { | |
+.request-filesystem-credentials-dialog label[for=private_key], | |
+.request-filesystem-credentials-dialog label[for=public_key] { | |
display: block; | |
margin-bottom: 1em | |
} | |
-.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
- text-align: right | |
+.request-filesystem-credentials-dialog .ftp-password, | |
+.request-filesystem-credentials-dialog .ftp-username { | |
+ float: left; | |
+ width: 48% | |
} | |
-.login #pass-strength-result, | |
-.login h1, | |
-.privacy_requests .column-type { | |
- text-align: center | |
+.request-filesystem-credentials-dialog .ftp-password { | |
+ margin-left: 4% | |
+} | |
+ | |
+.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
+ text-align: right | |
} | |
.request-filesystem-credentials-dialog label[for=ftp] { | |
@@ -1019,12 +1027,16 @@ | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-form legend { | |
+ padding-bottom: 0 | |
+} | |
+ | |
.request-filesystem-credentials-form #ssh-keys legend { | |
font-size: 1.3em | |
} | |
.request-filesystem-credentials-form .notice { | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
clear: both | |
} | |
@@ -1049,7 +1061,17 @@ | |
width: 40% | |
} | |
+.privacy_requests .column-type { | |
+ text-align: center | |
+} | |
+ | |
+.privacy_requests tfoot td:first-child, | |
+.privacy_requests thead td:first-child { | |
+ border-left: 4px solid #fff | |
+} | |
+ | |
.privacy_requests tbody th { | |
+ border-left: 4px solid #fff; | |
background: #fff; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
@@ -1132,7 +1154,7 @@ | |
.email-personal-data::before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px 5px 0 -2px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1153,21 +1175,15 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #pass-strength-result, | |
- .form-table { | |
- box-sizing: border-box | |
- } | |
- | |
textarea { | |
-webkit-appearance: none | |
} | |
- input[type=text], | |
- input[type=search], | |
- input[type=password], | |
input[type=email], | |
- input[type=number] { | |
+ input[type=number], | |
+ input[type=password], | |
+ input[type=search], | |
+ input[type=text] { | |
-webkit-appearance: none; | |
padding: 6px 10px | |
} | |
@@ -1199,18 +1215,18 @@ | |
.widefat th input[type=checkbox]:before, | |
.widefat thead td input[type=checkbox]:before, | |
input[type=checkbox]:checked:before { | |
- font: 400 30px/1 dashicons; | |
+ font: normal 30px/1 dashicons; | |
margin: -3px -5px | |
} | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
height: 25px; | |
width: 25px | |
} | |
- .wp-admin p input[type=radio], | |
- .wp-admin p input[type=checkbox] { | |
+ .wp-admin p input[type=checkbox], | |
+ .wp-admin p input[type=radio] { | |
margin-top: -3px | |
} | |
@@ -1241,6 +1257,10 @@ | |
width: 100% | |
} | |
+ .form-table { | |
+ box-sizing: border-box | |
+ } | |
+ | |
.form-table td, | |
.form-table th, | |
.label-responsive { | |
@@ -1273,9 +1293,9 @@ | |
#profile-page .form-table textarea, | |
.form-table span.description, | |
- .form-table td input[type=text], | |
- .form-table td input[type=password], | |
.form-table td input[type=email], | |
+ .form-table td input[type=password], | |
+ .form-table td input[type=text], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -1297,10 +1317,10 @@ | |
} | |
.form-table input[type=text].small-text, | |
- input[type=text].small-text, | |
- input[type=search].small-text, | |
+ input[type=number].small-text, | |
input[type=password].small-text, | |
- input[type=number].small-text { | |
+ input[type=search].small-text, | |
+ input[type=text].small-text { | |
width: auto; | |
max-width: 4.375em; | |
display: inline; | |
@@ -1310,6 +1330,7 @@ | |
#pass-strength-result { | |
width: 100%; | |
+ box-sizing: border-box; | |
padding: 8px | |
} | |
@@ -1392,8 +1413,8 @@ | |
position: relative | |
} | |
- .wp-pwd [type=text], | |
- .wp-pwd [type=password] { | |
+ .wp-pwd [type=password], | |
+ .wp-pwd [type=text] { | |
padding-right: 40px | |
} | |
@@ -1452,28 +1473,11 @@ | |
} | |
} | |
-.locale-he-il em, | |
-.locale-zh-cn #local-time, | |
-.locale-zh-cn #utc-time, | |
-.locale-zh-cn .form-wrap p, | |
-.locale-zh-cn .howto, | |
-.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
-.locale-zh-cn .inline-edit-row fieldset span.title, | |
-.locale-zh-cn .js .input-with-default-title, | |
-.locale-zh-cn .link-to-original, | |
-.locale-zh-cn .tablenav .displaying-num, | |
-.locale-zh-cn p.description, | |
-.locale-zh-cn p.help, | |
-.locale-zh-cn p.install-help, | |
-.locale-zh-cn span.description { | |
- font-style: normal | |
-} | |
- | |
@media only screen and (max-width:768px) { | |
- .form-field input[type=text], | |
- .form-field input[type=password], | |
.form-field input[type=email], | |
+ .form-field input[type=password], | |
+ .form-field input[type=text], | |
.form-field select, | |
.form-field textarea { | |
width: 99% | |
@@ -1489,12 +1493,6 @@ | |
} | |
} | |
-.locale-de-de #customize-header-actions .button, | |
-.locale-de-de-formal #customize-header-actions .button, | |
-.locale-ru-ru #customize-header-actions .button { | |
- padding: 0 5px 1px | |
-} | |
- | |
@media only screen and (max-height:480px), | |
screen and (max-width:450px) { | |
@@ -1568,9 +1566,26 @@ | |
} | |
.locale-he-il em { | |
+ font-style: normal; | |
font-weight: 600 | |
} | |
+.locale-zh-cn #local-time, | |
+.locale-zh-cn #utc-time, | |
+.locale-zh-cn .form-wrap p, | |
+.locale-zh-cn .howto, | |
+.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
+.locale-zh-cn .inline-edit-row fieldset span.title, | |
+.locale-zh-cn .js .input-with-default-title, | |
+.locale-zh-cn .link-to-original, | |
+.locale-zh-cn .tablenav .displaying-num, | |
+.locale-zh-cn p.description, | |
+.locale-zh-cn p.help, | |
+.locale-zh-cn p.install-help, | |
+.locale-zh-cn span.description { | |
+ font-style: normal | |
+} | |
+ | |
.locale-zh-cn .hdnle a { | |
font-size: 12px | |
} | |
@@ -1584,6 +1599,11 @@ | |
font-size: 1em !important | |
} | |
+.locale-de-de #customize-header-actions .button, | |
+.locale-de-de-formal #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-de-de #customize-header-actions .spinner, | |
.locale-de-de-formal #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
@@ -1621,6 +1641,10 @@ | |
width: 265px | |
} | |
+.locale-ru-ru #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-ru-ru #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
} | |
@@ -1665,7 +1689,10 @@ | |
color: #0073aa; | |
transition-property: border, background, color; | |
transition-duration: .05s; | |
- transition-timing-function: ease-in-out; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
+a { | |
outline: 0 | |
} | |
@@ -1740,6 +1767,8 @@ | |
margin-top: 20px; | |
margin-left: 0; | |
padding: 26px 24px 46px; | |
+ font-weight: 400; | |
+ overflow: hidden; | |
background: #fff; | |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13) | |
} | |
@@ -1773,6 +1802,10 @@ | |
line-height: 19px | |
} | |
+.login h1 { | |
+ text-align: center | |
+} | |
+ | |
.login h1 a { | |
background-image: url(../images/w-logo-blue.png?ver=20131202); | |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | |
@@ -1782,12 +1815,15 @@ | |
color: #444; | |
height: 84px; | |
font-size: 20px; | |
+ font-weight: 400; | |
line-height: 1.3em; | |
margin: 0 auto 25px; | |
padding: 0; | |
+ text-decoration: none; | |
width: 84px; | |
text-indent: -9999px; | |
outline: 0; | |
+ overflow: hidden; | |
display: block | |
} | |
@@ -1800,11 +1836,11 @@ | |
.login #backtoblog, | |
.login #nav { | |
font-size: 13px; | |
- padding: 0 24px | |
+ padding: 0 24px 0 | |
} | |
.login #nav { | |
- margin: 24px 0 0 | |
+ margin: 24px 0 0 0 | |
} | |
#backtoblog { | |
@@ -1863,6 +1899,7 @@ | |
font-weight: 600; | |
margin: -1px 5px 16px 0; | |
padding: 6px 5px; | |
+ text-align: center; | |
width: 100% | |
} | |
@@ -1906,7 +1943,7 @@ | |
.interim-login input[type=checkbox]:checked:before { | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
margin: -3px 0 0 -4px | |
} | |
} | |
\ No newline at end of file | |
diff -ur build-unminified/wp-admin/css/login-rtl.min.css build-branch-unminified/wp-admin/css/login-rtl.min.css | |
--- build-unminified/wp-admin/css/login-rtl.min.css 2018-10-06 22:35:53.405292886 -0500 | |
+++ build-branch-unminified/wp-admin/css/login-rtl.min.css 2018-10-06 22:33:17.384125910 -0500 | |
@@ -1,44 +1,25 @@ | |
/*! This file is auto-generated */ | |
-#your-profile label+a, | |
-.wp-admin select, | |
-fieldset label, | |
-label { | |
- vertical-align: middle | |
-} | |
- | |
-#pass-strength-result, | |
-.color-option, | |
input, | |
textarea { | |
box-sizing: border-box | |
} | |
-#pressthis-code-wrap, | |
-textarea { | |
- overflow: auto | |
-} | |
- | |
-.login h1 a, | |
-form p.submit a.cancel:hover { | |
- text-decoration: none | |
-} | |
- | |
-input[type=text], | |
-input[type=search], | |
-input[type=radio], | |
-input[type=tel], | |
-input[type=time], | |
-input[type=url], | |
-input[type=week], | |
-input[type=password], | |
input[type=checkbox], | |
input[type=color], | |
input[type=date], | |
-input[type=datetime], | |
input[type=datetime-local], | |
+input[type=datetime], | |
input[type=email], | |
input[type=month], | |
input[type=number], | |
+input[type=password], | |
+input[type=radio], | |
+input[type=search], | |
+input[type=tel], | |
+input[type=text], | |
+input[type=time], | |
+input[type=url], | |
+input[type=week], | |
select, | |
textarea { | |
border: 1px solid #ddd; | |
@@ -49,30 +30,30 @@ | |
transition: 50ms border-color ease-in-out | |
} | |
-input[type=text]:focus, | |
-input[type=search]:focus, | |
-input[type=radio]:focus, | |
-input[type=tel]:focus, | |
-input[type=time]:focus, | |
-input[type=url]:focus, | |
-input[type=week]:focus, | |
-input[type=password]:focus, | |
input[type=checkbox]:focus, | |
input[type=color]:focus, | |
input[type=date]:focus, | |
-input[type=datetime]:focus, | |
input[type=datetime-local]:focus, | |
+input[type=datetime]:focus, | |
input[type=email]:focus, | |
input[type=month]:focus, | |
input[type=number]:focus, | |
+input[type=password]:focus, | |
+input[type=radio]:focus, | |
+input[type=search]:focus, | |
+input[type=tel]:focus, | |
+input[type=text]:focus, | |
+input[type=time]:focus, | |
+input[type=url]:focus, | |
+input[type=week]:focus, | |
select:focus, | |
textarea:focus { | |
border-color: #5b9dd9; | |
box-shadow: 0 0 2px rgba(30, 140, 190, .8) | |
} | |
-input[type=url], | |
-input[type=email] { | |
+input[type=email], | |
+input[type=url] { | |
direction: ltr | |
} | |
@@ -81,8 +62,8 @@ | |
line-height: 1 | |
} | |
-input[type=radio], | |
-input[type=checkbox] { | |
+input[type=checkbox], | |
+input[type=radio] { | |
border: 1px solid #b4b9be; | |
background: #fff; | |
color: #555; | |
@@ -112,8 +93,8 @@ | |
color: #00a0d2 | |
} | |
-.wp-admin p input[type=radio], | |
.wp-admin p input[type=checkbox], | |
+.wp-admin p input[type=radio], | |
td>input[type=checkbox] { | |
margin-top: 0 | |
} | |
@@ -132,24 +113,18 @@ | |
line-height: 10px | |
} | |
-input[type=radio]:checked:before, | |
-input[type=checkbox]:checked:before { | |
+input[type=checkbox]:checked:before, | |
+input[type=radio]:checked:before { | |
float: right; | |
display: inline-block; | |
vertical-align: middle; | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
-#pass1-text, | |
-.pw-weak, | |
-.show-password #pass1 { | |
- display: none | |
-} | |
- | |
input[type=checkbox]:checked:before { | |
content: "\f147"; | |
margin: -3px -4px 0 0; | |
@@ -171,8 +146,8 @@ | |
@-moz-document url-prefix() { | |
.form-table input.tog, | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
margin-bottom: -1px | |
} | |
} | |
@@ -202,10 +177,12 @@ | |
select, | |
textarea { | |
font-size: 14px; | |
+ padding: 3px 5px; | |
border-radius: 0 | |
} | |
textarea { | |
+ overflow: auto; | |
padding: 2px 6px; | |
line-height: 1.4; | |
resize: vertical | |
@@ -232,7 +209,7 @@ | |
textarea.code { | |
line-height: 1.4; | |
- padding: 4px 6px 1px | |
+ padding: 4px 6px 1px 6px | |
} | |
input.readonly, | |
@@ -265,7 +242,7 @@ | |
.form-table .form-required.form-invalid td:after { | |
content: "\f534"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin-right: -25px; | |
vertical-align: middle | |
@@ -277,7 +254,7 @@ | |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { | |
content: '\f534'; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
color: #dc3232; | |
margin: 0 -29px 0 6px; | |
vertical-align: middle | |
@@ -308,21 +285,22 @@ | |
cursor: default | |
} | |
-input[type=radio].disabled, | |
-input[type=radio].disabled:checked:before, | |
-input[type=radio]:disabled, | |
-input[type=radio]:disabled:checked:before, | |
input[type=checkbox].disabled, | |
input[type=checkbox].disabled:checked:before, | |
input[type=checkbox]:disabled, | |
-input[type=checkbox]:disabled:checked:before { | |
+input[type=checkbox]:disabled:checked:before, | |
+input[type=radio].disabled, | |
+input[type=radio].disabled:checked:before, | |
+input[type=radio]:disabled, | |
+input[type=radio]:disabled:checked:before { | |
opacity: .7 | |
} | |
.wp-admin select { | |
padding: 2px; | |
line-height: 28px; | |
- height: 28px | |
+ height: 28px; | |
+ vertical-align: middle | |
} | |
.wp-admin .button-cancel { | |
@@ -346,6 +324,10 @@ | |
border: none | |
} | |
+form p.submit a.cancel:hover { | |
+ text-decoration: none | |
+} | |
+ | |
p.submit { | |
text-align: right; | |
max-width: 100%; | |
@@ -438,6 +420,16 @@ | |
top: 3px | |
} | |
+#your-profile label+a, | |
+label { | |
+ vertical-align: middle | |
+} | |
+ | |
+#your-profile label+a, | |
+fieldset label { | |
+ vertical-align: middle | |
+} | |
+ | |
.options-media-php [for*="_size_"] { | |
min-width: 10em; | |
vertical-align: baseline | |
@@ -459,6 +451,7 @@ | |
padding: 3px 5px; | |
text-align: center; | |
width: 25em; | |
+ box-sizing: border-box; | |
opacity: 0 | |
} | |
@@ -506,10 +499,19 @@ | |
border-color: #83c373 | |
} | |
+.pw-weak { | |
+ display: none | |
+} | |
+ | |
.indicator-hint { | |
padding-top: 8px | |
} | |
+#pass1-text, | |
+.show-password #pass1 { | |
+ display: none | |
+} | |
+ | |
.show-password #pass1-text { | |
display: inline-block | |
} | |
@@ -545,8 +547,8 @@ | |
height: 32px | |
} | |
-input[type=text].ui-autocomplete-loading, | |
-input[type=email].ui-autocomplete-loading { | |
+input[type=email].ui-autocomplete-loading, | |
+input[type=text].ui-autocomplete-loading { | |
background-image: url(../images/loading.gif); | |
background-repeat: no-repeat; | |
background-position: left center; | |
@@ -705,8 +707,8 @@ | |
display: inline-block; | |
width: 24%; | |
padding: 5px 15px 15px; | |
- margin-bottom: 3px; | |
- cursor: pointer | |
+ box-sizing: border-box; | |
+ margin-bottom: 3px | |
} | |
.color-option.selected, | |
@@ -726,6 +728,10 @@ | |
border: none | |
} | |
+.color-option { | |
+ cursor: pointer | |
+} | |
+ | |
.tool-box .title { | |
margin: 8px 0; | |
font-size: 18px; | |
@@ -765,10 +771,8 @@ | |
font-size: 1em | |
} | |
-.login form, | |
-.login h1 a { | |
- overflow: hidden; | |
- font-weight: 400 | |
+#pressthis-code-wrap { | |
+ overflow: auto | |
} | |
.pressthis-bookmarklet-wrapper { | |
@@ -795,12 +799,6 @@ | |
text-decoration: none | |
} | |
-.privacy_requests tbody th, | |
-.privacy_requests tfoot td:first-child, | |
-.privacy_requests thead td:first-child { | |
- border-right: 4px solid #fff | |
-} | |
- | |
.pressthis-bookmarklet:active { | |
outline: 0 | |
} | |
@@ -827,13 +825,13 @@ | |
.pressthis-bookmarklet span { | |
display: inline-block; | |
- margin: 0; | |
+ margin: 0 0 0; | |
padding: 0 9px 8px 12px | |
} | |
.pressthis-bookmarklet span:before { | |
color: #72777c; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f157"; | |
position: relative; | |
display: inline-block; | |
@@ -841,7 +839,13 @@ | |
margin-left: 4px | |
} | |
-.pressthis-js-toggle, | |
+.pressthis-js-toggle { | |
+ margin-right: 10px; | |
+ padding: 0; | |
+ height: auto; | |
+ vertical-align: top | |
+} | |
+ | |
.pressthis-js-toggle.button.button { | |
margin-right: 10px; | |
padding: 0; | |
@@ -940,17 +944,17 @@ | |
.request-filesystem-credentials-form legend { | |
font-size: 1em; | |
- padding: 1.33em 0 0; | |
+ padding: 1.33em 0; | |
font-weight: 600 | |
} | |
-.request-filesystem-credentials-form input[type=text], | |
-.request-filesystem-credentials-form input[type=password] { | |
+.request-filesystem-credentials-form input[type=password], | |
+.request-filesystem-credentials-form input[type=text] { | |
display: block | |
} | |
-.request-filesystem-credentials-dialog input[type=text], | |
-.request-filesystem-credentials-dialog input[type=password] { | |
+.request-filesystem-credentials-dialog input[type=password], | |
+.request-filesystem-credentials-dialog input[type=text] { | |
width: 100% | |
} | |
@@ -959,20 +963,24 @@ | |
} | |
.request-filesystem-credentials-dialog label[for=hostname], | |
-.request-filesystem-credentials-dialog label[for=public_key], | |
-.request-filesystem-credentials-dialog label[for=private_key] { | |
+.request-filesystem-credentials-dialog label[for=private_key], | |
+.request-filesystem-credentials-dialog label[for=public_key] { | |
display: block; | |
margin-bottom: 1em | |
} | |
-.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
- text-align: left | |
+.request-filesystem-credentials-dialog .ftp-password, | |
+.request-filesystem-credentials-dialog .ftp-username { | |
+ float: right; | |
+ width: 48% | |
} | |
-.login #pass-strength-result, | |
-.login h1, | |
-.privacy_requests .column-type { | |
- text-align: center | |
+.request-filesystem-credentials-dialog .ftp-password { | |
+ margin-right: 4% | |
+} | |
+ | |
+.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { | |
+ text-align: left | |
} | |
.request-filesystem-credentials-dialog label[for=ftp] { | |
@@ -1019,12 +1027,16 @@ | |
margin-bottom: 1em | |
} | |
+.request-filesystem-credentials-form legend { | |
+ padding-bottom: 0 | |
+} | |
+ | |
.request-filesystem-credentials-form #ssh-keys legend { | |
font-size: 1.3em | |
} | |
.request-filesystem-credentials-form .notice { | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
clear: both | |
} | |
@@ -1049,7 +1061,17 @@ | |
width: 40% | |
} | |
+.privacy_requests .column-type { | |
+ text-align: center | |
+} | |
+ | |
+.privacy_requests tfoot td:first-child, | |
+.privacy_requests thead td:first-child { | |
+ border-right: 4px solid #fff | |
+} | |
+ | |
.privacy_requests tbody th { | |
+ border-right: 4px solid #fff; | |
background: #fff; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1) | |
} | |
@@ -1132,7 +1154,7 @@ | |
.email-personal-data::before { | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
margin: 3px -2px 0 5px; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1153,21 +1175,15 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #pass-strength-result, | |
- .form-table { | |
- box-sizing: border-box | |
- } | |
- | |
textarea { | |
-webkit-appearance: none | |
} | |
- input[type=text], | |
- input[type=search], | |
- input[type=password], | |
input[type=email], | |
- input[type=number] { | |
+ input[type=number], | |
+ input[type=password], | |
+ input[type=search], | |
+ input[type=text] { | |
-webkit-appearance: none; | |
padding: 6px 10px | |
} | |
@@ -1199,18 +1215,18 @@ | |
.widefat th input[type=checkbox]:before, | |
.widefat thead td input[type=checkbox]:before, | |
input[type=checkbox]:checked:before { | |
- font: 400 30px/1 dashicons; | |
+ font: normal 30px/1 dashicons; | |
margin: -3px -5px | |
} | |
- input[type=radio], | |
- input[type=checkbox] { | |
+ input[type=checkbox], | |
+ input[type=radio] { | |
height: 25px; | |
width: 25px | |
} | |
- .wp-admin p input[type=radio], | |
- .wp-admin p input[type=checkbox] { | |
+ .wp-admin p input[type=checkbox], | |
+ .wp-admin p input[type=radio] { | |
margin-top: -3px | |
} | |
@@ -1241,6 +1257,10 @@ | |
width: 100% | |
} | |
+ .form-table { | |
+ box-sizing: border-box | |
+ } | |
+ | |
.form-table td, | |
.form-table th, | |
.label-responsive { | |
@@ -1273,9 +1293,9 @@ | |
#profile-page .form-table textarea, | |
.form-table span.description, | |
- .form-table td input[type=text], | |
- .form-table td input[type=password], | |
.form-table td input[type=email], | |
+ .form-table td input[type=password], | |
+ .form-table td input[type=text], | |
.form-table td select, | |
.form-table td textarea { | |
width: 100%; | |
@@ -1297,10 +1317,10 @@ | |
} | |
.form-table input[type=text].small-text, | |
- input[type=text].small-text, | |
- input[type=search].small-text, | |
+ input[type=number].small-text, | |
input[type=password].small-text, | |
- input[type=number].small-text { | |
+ input[type=search].small-text, | |
+ input[type=text].small-text { | |
width: auto; | |
max-width: 4.375em; | |
display: inline; | |
@@ -1310,6 +1330,7 @@ | |
#pass-strength-result { | |
width: 100%; | |
+ box-sizing: border-box; | |
padding: 8px | |
} | |
@@ -1392,8 +1413,8 @@ | |
position: relative | |
} | |
- .wp-pwd [type=text], | |
- .wp-pwd [type=password] { | |
+ .wp-pwd [type=password], | |
+ .wp-pwd [type=text] { | |
padding-left: 40px | |
} | |
@@ -1452,28 +1473,11 @@ | |
} | |
} | |
-.locale-he-il em, | |
-.locale-zh-cn #local-time, | |
-.locale-zh-cn #utc-time, | |
-.locale-zh-cn .form-wrap p, | |
-.locale-zh-cn .howto, | |
-.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
-.locale-zh-cn .inline-edit-row fieldset span.title, | |
-.locale-zh-cn .js .input-with-default-title, | |
-.locale-zh-cn .link-to-original, | |
-.locale-zh-cn .tablenav .displaying-num, | |
-.locale-zh-cn p.description, | |
-.locale-zh-cn p.help, | |
-.locale-zh-cn p.install-help, | |
-.locale-zh-cn span.description { | |
- font-style: normal | |
-} | |
- | |
@media only screen and (max-width:768px) { | |
- .form-field input[type=text], | |
- .form-field input[type=password], | |
.form-field input[type=email], | |
+ .form-field input[type=password], | |
+ .form-field input[type=text], | |
.form-field select, | |
.form-field textarea { | |
width: 99% | |
@@ -1489,12 +1493,6 @@ | |
} | |
} | |
-.locale-de-de #customize-header-actions .button, | |
-.locale-de-de-formal #customize-header-actions .button, | |
-.locale-ru-ru #customize-header-actions .button { | |
- padding: 0 5px 1px | |
-} | |
- | |
@media only screen and (max-height:480px), | |
screen and (max-width:450px) { | |
@@ -1568,9 +1566,26 @@ | |
} | |
.locale-he-il em { | |
+ font-style: normal; | |
font-weight: 600 | |
} | |
+.locale-zh-cn #local-time, | |
+.locale-zh-cn #utc-time, | |
+.locale-zh-cn .form-wrap p, | |
+.locale-zh-cn .howto, | |
+.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, | |
+.locale-zh-cn .inline-edit-row fieldset span.title, | |
+.locale-zh-cn .js .input-with-default-title, | |
+.locale-zh-cn .link-to-original, | |
+.locale-zh-cn .tablenav .displaying-num, | |
+.locale-zh-cn p.description, | |
+.locale-zh-cn p.help, | |
+.locale-zh-cn p.install-help, | |
+.locale-zh-cn span.description { | |
+ font-style: normal | |
+} | |
+ | |
.locale-zh-cn .hdnle a { | |
font-size: 12px | |
} | |
@@ -1584,6 +1599,11 @@ | |
font-size: 1em !important | |
} | |
+.locale-de-de #customize-header-actions .button, | |
+.locale-de-de-formal #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-de-de #customize-header-actions .spinner, | |
.locale-de-de-formal #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
@@ -1621,6 +1641,10 @@ | |
width: 265px | |
} | |
+.locale-ru-ru #customize-header-actions .button { | |
+ padding: 0 5px 1px | |
+} | |
+ | |
.locale-ru-ru #customize-header-actions .spinner { | |
margin: 16px 3px 0 | |
} | |
@@ -1665,7 +1689,10 @@ | |
color: #0073aa; | |
transition-property: border, background, color; | |
transition-duration: .05s; | |
- transition-timing-function: ease-in-out; | |
+ transition-timing-function: ease-in-out | |
+} | |
+ | |
+a { | |
outline: 0 | |
} | |
@@ -1740,6 +1767,8 @@ | |
margin-top: 20px; | |
margin-right: 0; | |
padding: 26px 24px 46px; | |
+ font-weight: 400; | |
+ overflow: hidden; | |
background: #fff; | |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13) | |
} | |
@@ -1773,6 +1802,10 @@ | |
line-height: 19px | |
} | |
+.login h1 { | |
+ text-align: center | |
+} | |
+ | |
.login h1 a { | |
background-image: url(../images/w-logo-blue.png?ver=20131202); | |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); | |
@@ -1782,12 +1815,15 @@ | |
color: #444; | |
height: 84px; | |
font-size: 20px; | |
+ font-weight: 400; | |
line-height: 1.3em; | |
margin: 0 auto 25px; | |
padding: 0; | |
+ text-decoration: none; | |
width: 84px; | |
text-indent: -9999px; | |
outline: 0; | |
+ overflow: hidden; | |
display: block | |
} | |
@@ -1800,11 +1836,11 @@ | |
.login #backtoblog, | |
.login #nav { | |
font-size: 13px; | |
- padding: 0 24px | |
+ padding: 0 24px 0 | |
} | |
.login #nav { | |
- margin: 24px 0 0 | |
+ margin: 24px 0 0 0 | |
} | |
#backtoblog { | |
@@ -1863,6 +1899,7 @@ | |
font-weight: 600; | |
margin: -1px 0 16px 5px; | |
padding: 6px 5px; | |
+ text-align: center; | |
width: 100% | |
} | |
@@ -1906,7 +1943,7 @@ | |
.interim-login input[type=checkbox]:checked:before { | |
width: 16px; | |
- font: 400 21px/1 dashicons; | |
+ font: normal 21px/1 dashicons; | |
margin: -3px -4px 0 0 | |
} | |
} | |
\ No newline at end of file | |
diff -ur build-unminified/wp-admin/css/media.min.css build-branch-unminified/wp-admin/css/media.min.css | |
--- build-unminified/wp-admin/css/media.min.css 2018-10-06 22:35:47.969252224 -0500 | |
+++ build-branch-unminified/wp-admin/css/media.min.css 2018-10-06 22:33:12.876092193 -0500 | |
@@ -111,12 +111,6 @@ | |
display: block | |
} | |
-.js .html-uploader #plupload-upload-ui, | |
-.media-item .startclosed, | |
-.media-item .startopen { | |
- display: none | |
-} | |
- | |
.media-upload-form .media-item { | |
min-height: 36px; | |
margin-bottom: 1px; | |
@@ -131,7 +125,7 @@ | |
} | |
#media-items:empty { | |
- border: 0 | |
+ border: 0 none | |
} | |
.media-item .filename { | |
@@ -147,6 +141,11 @@ | |
max-height: 32px | |
} | |
+.media-item .startclosed, | |
+.media-item .startopen { | |
+ display: none | |
+} | |
+ | |
.media-item .original { | |
position: relative; | |
height: 34px | |
@@ -191,6 +190,10 @@ | |
width: 15% | |
} | |
+.js .html-uploader #plupload-upload-ui { | |
+ display: none | |
+} | |
+ | |
.js .html-uploader #html-upload-ui { | |
display: block | |
} | |
@@ -198,7 +201,7 @@ | |
.media-upload-form .media-item .error, | |
.media-upload-form .media-item.error { | |
width: auto; | |
- margin: 0 0 1px | |
+ margin: 0 0 1px 0 | |
} | |
.media-upload-form .media-item .error { | |
@@ -306,7 +309,7 @@ | |
} | |
#find-posts-close:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -364,7 +367,7 @@ | |
form.upgrade .hint { | |
font-style: italic; | |
font-size: 85%; | |
- margin: -.5em 0 2em | |
+ margin: -.5em 0 2em 0 | |
} | |
#poststuff .inside .the-tagcloud { | |
@@ -405,13 +408,6 @@ | |
display: block | |
} | |
-.media-frame.mode-grid .media-frame-menu, | |
-.media-frame.mode-grid .media-frame-router, | |
-.media-frame.mode-grid .media-frame-title, | |
-.upload-php .mode-grid .hide-sidebar .media-sidebar { | |
- display: none | |
-} | |
- | |
.drag-drop.drag-over #drag-drop-area { | |
border-color: #83b4d8 | |
} | |
@@ -427,6 +423,12 @@ | |
position: static | |
} | |
+.media-frame.mode-grid .media-frame-menu, | |
+.media-frame.mode-grid .media-frame-router, | |
+.media-frame.mode-grid .media-frame-title { | |
+ display: none | |
+} | |
+ | |
.media-frame.mode-grid .media-frame-content { | |
background-color: transparent; | |
border: none | |
@@ -442,6 +444,10 @@ | |
background-color: #fff | |
} | |
+.upload-php .mode-grid .hide-sidebar .media-sidebar { | |
+ display: none | |
+} | |
+ | |
.upload-php .mode-grid .media-sidebar .media-uploader-status { | |
border-bottom: none; | |
padding-bottom: 0; | |
@@ -465,7 +471,7 @@ | |
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before { | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
color: #72777c | |
} | |
@@ -627,7 +633,7 @@ | |
.edit-attachment-frame .edit-media-header .left:before, | |
.edit-attachment-frame .edit-media-header .right:before { | |
- font: 400 20px/50px dashicons !important; | |
+ font: normal 20px/50px dashicons !important; | |
display: inline; | |
font-weight: 300 | |
} | |
@@ -844,7 +850,7 @@ | |
left: 50%; | |
top: 50%; | |
margin: -10px 0 0 -10px; | |
- background: url(../images/spinner.gif) center no-repeat; | |
+ background: transparent url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
@@ -854,13 +860,6 @@ | |
float: none | |
} | |
-.A1B1 .button, | |
-.A1B1 .spinner, | |
-.wp_attachment_image .button, | |
-.wp_attachment_image .spinner { | |
- float: left | |
-} | |
- | |
.imgedit-settings .disabled, | |
.media-disabled { | |
color: #a0a5aa | |
@@ -870,10 +869,20 @@ | |
overflow: hidden | |
} | |
+.A1B1 .button, | |
+.wp_attachment_image .button { | |
+ float: left | |
+} | |
+ | |
.no-js .wp_attachment_image .button { | |
display: none | |
} | |
+.A1B1 .spinner, | |
+.wp_attachment_image .spinner { | |
+ float: left | |
+} | |
+ | |
.imgedit-menu { | |
min-width: 300px; | |
margin: 0 0 12px | |
@@ -899,7 +908,7 @@ | |
} | |
.imgedit-menu .button:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle | |
} | |
diff -ur build-unminified/wp-admin/css/media-rtl.min.css build-branch-unminified/wp-admin/css/media-rtl.min.css | |
--- build-unminified/wp-admin/css/media-rtl.min.css 2018-10-06 22:35:51.765280618 -0500 | |
+++ build-branch-unminified/wp-admin/css/media-rtl.min.css 2018-10-06 22:33:16.180116905 -0500 | |
@@ -111,12 +111,6 @@ | |
display: block | |
} | |
-.js .html-uploader #plupload-upload-ui, | |
-.media-item .startclosed, | |
-.media-item .startopen { | |
- display: none | |
-} | |
- | |
.media-upload-form .media-item { | |
min-height: 36px; | |
margin-bottom: 1px; | |
@@ -131,7 +125,7 @@ | |
} | |
#media-items:empty { | |
- border: 0 | |
+ border: 0 none | |
} | |
.media-item .filename { | |
@@ -147,6 +141,11 @@ | |
max-height: 32px | |
} | |
+.media-item .startclosed, | |
+.media-item .startopen { | |
+ display: none | |
+} | |
+ | |
.media-item .original { | |
position: relative; | |
height: 34px | |
@@ -191,6 +190,10 @@ | |
width: 15% | |
} | |
+.js .html-uploader #plupload-upload-ui { | |
+ display: none | |
+} | |
+ | |
.js .html-uploader #html-upload-ui { | |
display: block | |
} | |
@@ -198,7 +201,7 @@ | |
.media-upload-form .media-item .error, | |
.media-upload-form .media-item.error { | |
width: auto; | |
- margin: 0 0 1px | |
+ margin: 0 0 1px 0 | |
} | |
.media-upload-form .media-item .error { | |
@@ -306,7 +309,7 @@ | |
} | |
#find-posts-close:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -364,7 +367,7 @@ | |
form.upgrade .hint { | |
font-style: italic; | |
font-size: 85%; | |
- margin: -.5em 0 2em | |
+ margin: -.5em 0 2em 0 | |
} | |
#poststuff .inside .the-tagcloud { | |
@@ -405,13 +408,6 @@ | |
display: block | |
} | |
-.media-frame.mode-grid .media-frame-menu, | |
-.media-frame.mode-grid .media-frame-router, | |
-.media-frame.mode-grid .media-frame-title, | |
-.upload-php .mode-grid .hide-sidebar .media-sidebar { | |
- display: none | |
-} | |
- | |
.drag-drop.drag-over #drag-drop-area { | |
border-color: #83b4d8 | |
} | |
@@ -427,6 +423,12 @@ | |
position: static | |
} | |
+.media-frame.mode-grid .media-frame-menu, | |
+.media-frame.mode-grid .media-frame-router, | |
+.media-frame.mode-grid .media-frame-title { | |
+ display: none | |
+} | |
+ | |
.media-frame.mode-grid .media-frame-content { | |
background-color: transparent; | |
border: none | |
@@ -442,6 +444,10 @@ | |
background-color: #fff | |
} | |
+.upload-php .mode-grid .hide-sidebar .media-sidebar { | |
+ display: none | |
+} | |
+ | |
.upload-php .mode-grid .media-sidebar .media-uploader-status { | |
border-bottom: none; | |
padding-bottom: 0; | |
@@ -465,7 +471,7 @@ | |
.upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before { | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
color: #72777c | |
} | |
@@ -627,7 +633,7 @@ | |
.edit-attachment-frame .edit-media-header .left:before, | |
.edit-attachment-frame .edit-media-header .right:before { | |
- font: 400 20px/50px dashicons !important; | |
+ font: normal 20px/50px dashicons !important; | |
display: inline; | |
font-weight: 300 | |
} | |
@@ -844,7 +850,7 @@ | |
right: 50%; | |
top: 50%; | |
margin: -10px -10px 0 0; | |
- background: url(../images/spinner.gif) center no-repeat; | |
+ background: transparent url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
@@ -854,13 +860,6 @@ | |
float: none | |
} | |
-.A1B1 .button, | |
-.A1B1 .spinner, | |
-.wp_attachment_image .button, | |
-.wp_attachment_image .spinner { | |
- float: right | |
-} | |
- | |
.imgedit-settings .disabled, | |
.media-disabled { | |
color: #a0a5aa | |
@@ -870,10 +869,20 @@ | |
overflow: hidden | |
} | |
+.A1B1 .button, | |
+.wp_attachment_image .button { | |
+ float: right | |
+} | |
+ | |
.no-js .wp_attachment_image .button { | |
display: none | |
} | |
+.A1B1 .spinner, | |
+.wp_attachment_image .spinner { | |
+ float: right | |
+} | |
+ | |
.imgedit-menu { | |
min-width: 300px; | |
margin: 0 0 12px | |
@@ -899,7 +908,7 @@ | |
} | |
.imgedit-menu .button:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle | |
} | |
diff -ur build-unminified/wp-admin/css/nav-menus.min.css build-branch-unminified/wp-admin/css/nav-menus.min.css | |
--- build-unminified/wp-admin/css/nav-menus.min.css 2018-10-06 22:35:53.757295518 -0500 | |
+++ build-branch-unminified/wp-admin/css/nav-menus.min.css 2018-10-06 22:33:17.612127615 -0500 | |
@@ -77,11 +77,6 @@ | |
margin-left: 4px | |
} | |
-#menu-management .menu-add-new abbr, | |
-.menu-location-title label { | |
- font-weight: 600 | |
-} | |
- | |
.manage-menus { | |
margin-top: 23px; | |
padding: 10px; | |
@@ -149,11 +144,6 @@ | |
font-size: 11px | |
} | |
-#add-custom-link .howto, | |
-#cancel-save { | |
- font-size: 12px | |
-} | |
- | |
#menu-management-liquid { | |
float: left; | |
min-width: 100%; | |
@@ -206,9 +196,13 @@ | |
float: none | |
} | |
+#menu-management .menu-add-new abbr { | |
+ font-weight: 600 | |
+} | |
+ | |
#select-nav-menu-container { | |
text-align: right; | |
- padding: 0 10px 3px; | |
+ padding: 0 10px 3px 10px; | |
margin-bottom: 5px | |
} | |
@@ -225,6 +219,10 @@ | |
padding: 13px 10px 0 | |
} | |
+.menu-location-title label { | |
+ font-weight: 600 | |
+} | |
+ | |
.menu-location-menus select { | |
float: left | |
} | |
@@ -291,6 +289,7 @@ | |
#cancel-save { | |
text-decoration: underline; | |
+ font-size: 12px; | |
margin-left: 20px; | |
margin-top: 5px | |
} | |
@@ -330,13 +329,17 @@ | |
} | |
#manage-menu .inside { | |
- padding: 0 | |
+ padding: 0 0 | |
} | |
#available-links dt { | |
display: block | |
} | |
+#add-custom-link .howto { | |
+ font-size: 12px | |
+} | |
+ | |
#add-custom-link label span { | |
display: block; | |
float: left; | |
@@ -375,7 +378,8 @@ | |
.nav-menus-php .list li { | |
display: none; | |
- margin: 0 0 5px | |
+ margin: 0; | |
+ margin-bottom: 5px | |
} | |
.nav-menus-php .list li .menu-item-title { | |
@@ -451,11 +455,6 @@ | |
cursor: move | |
} | |
-#cancel-save, | |
-.item-controls a:hover { | |
- cursor: pointer | |
-} | |
- | |
.menu li.deleting .menu-item-handle { | |
background-image: none; | |
background-color: #f66 | |
@@ -654,6 +653,10 @@ | |
text-decoration: none | |
} | |
+.item-controls a:hover { | |
+ cursor: pointer | |
+} | |
+ | |
.item-controls .item-order { | |
padding-right: 10px | |
} | |
@@ -778,16 +781,15 @@ | |
font-style: italic | |
} | |
-.hidden-field, | |
-.nav-menus-php .blank-slate .menu-settings { | |
- display: none | |
-} | |
- | |
.link-to-original a { | |
padding-left: 4px; | |
font-style: normal | |
} | |
+.hidden-field { | |
+ display: none | |
+} | |
+ | |
.menu-item-settings .description-thin, | |
.menu-item-settings .description-wide { | |
margin-right: 10px; | |
@@ -807,6 +809,10 @@ | |
padding-bottom: 7px | |
} | |
+#cancel-save { | |
+ cursor: pointer | |
+} | |
+ | |
.nav-menus-php .major-publishing-actions { | |
clear: both; | |
padding: 10px 0; | |
@@ -818,6 +824,10 @@ | |
float: right | |
} | |
+.nav-menus-php .blank-slate .menu-settings { | |
+ display: none | |
+} | |
+ | |
.nav-menus-php .delete-action { | |
float: left; | |
line-height: 28px | |
@@ -877,12 +887,6 @@ | |
margin: 15px 0 14px | |
} | |
- .menu-settings-group-name, | |
- .menu-settings-input { | |
- float: none; | |
- margin-bottom: 15px | |
- } | |
- | |
ul.add-menu-item-tabs li.tabs { | |
padding: 13px 15px 14px | |
} | |
@@ -927,7 +931,10 @@ | |
} | |
.menu-item-settings .description-thin, | |
- .menu-item-settings .description-wide, | |
+ .menu-item-settings .description-wide { | |
+ width: 100% | |
+ } | |
+ | |
.menu-item-settings input { | |
width: 100% | |
} | |
@@ -942,8 +949,15 @@ | |
} | |
.menu-settings-group-name { | |
+ float: none; | |
width: auto; | |
- margin-left: 0 | |
+ margin-left: 0; | |
+ margin-bottom: 15px | |
+ } | |
+ | |
+ .menu-settings-input { | |
+ float: none; | |
+ margin-bottom: 15px | |
} | |
.menu-edit .checkbox-input { | |
diff -ur build-unminified/wp-admin/css/nav-menus-rtl.min.css build-branch-unminified/wp-admin/css/nav-menus-rtl.min.css | |
--- build-unminified/wp-admin/css/nav-menus-rtl.min.css 2018-10-06 22:35:53.893296536 -0500 | |
+++ build-branch-unminified/wp-admin/css/nav-menus-rtl.min.css 2018-10-06 22:33:17.736128543 -0500 | |
@@ -77,11 +77,6 @@ | |
margin-right: 4px | |
} | |
-#menu-management .menu-add-new abbr, | |
-.menu-location-title label { | |
- font-weight: 600 | |
-} | |
- | |
.manage-menus { | |
margin-top: 23px; | |
padding: 10px; | |
@@ -149,11 +144,6 @@ | |
font-size: 11px | |
} | |
-#add-custom-link .howto, | |
-#cancel-save { | |
- font-size: 12px | |
-} | |
- | |
#menu-management-liquid { | |
float: right; | |
min-width: 100%; | |
@@ -206,9 +196,13 @@ | |
float: none | |
} | |
+#menu-management .menu-add-new abbr { | |
+ font-weight: 600 | |
+} | |
+ | |
#select-nav-menu-container { | |
text-align: left; | |
- padding: 0 10px 3px; | |
+ padding: 0 10px 3px 10px; | |
margin-bottom: 5px | |
} | |
@@ -225,6 +219,10 @@ | |
padding: 13px 10px 0 | |
} | |
+.menu-location-title label { | |
+ font-weight: 600 | |
+} | |
+ | |
.menu-location-menus select { | |
float: right | |
} | |
@@ -291,6 +289,7 @@ | |
#cancel-save { | |
text-decoration: underline; | |
+ font-size: 12px; | |
margin-right: 20px; | |
margin-top: 5px | |
} | |
@@ -330,13 +329,17 @@ | |
} | |
#manage-menu .inside { | |
- padding: 0 | |
+ padding: 0 0 | |
} | |
#available-links dt { | |
display: block | |
} | |
+#add-custom-link .howto { | |
+ font-size: 12px | |
+} | |
+ | |
#add-custom-link label span { | |
display: block; | |
float: right; | |
@@ -375,7 +378,8 @@ | |
.nav-menus-php .list li { | |
display: none; | |
- margin: 0 0 5px | |
+ margin: 0; | |
+ margin-bottom: 5px | |
} | |
.nav-menus-php .list li .menu-item-title { | |
@@ -451,11 +455,6 @@ | |
cursor: move | |
} | |
-#cancel-save, | |
-.item-controls a:hover { | |
- cursor: pointer | |
-} | |
- | |
.menu li.deleting .menu-item-handle { | |
background-image: none; | |
background-color: #f66 | |
@@ -654,6 +653,10 @@ | |
text-decoration: none | |
} | |
+.item-controls a:hover { | |
+ cursor: pointer | |
+} | |
+ | |
.item-controls .item-order { | |
padding-left: 10px | |
} | |
@@ -778,16 +781,15 @@ | |
font-style: italic | |
} | |
-.hidden-field, | |
-.nav-menus-php .blank-slate .menu-settings { | |
- display: none | |
-} | |
- | |
.link-to-original a { | |
padding-right: 4px; | |
font-style: normal | |
} | |
+.hidden-field { | |
+ display: none | |
+} | |
+ | |
.menu-item-settings .description-thin, | |
.menu-item-settings .description-wide { | |
margin-left: 10px; | |
@@ -807,6 +809,10 @@ | |
padding-bottom: 7px | |
} | |
+#cancel-save { | |
+ cursor: pointer | |
+} | |
+ | |
.nav-menus-php .major-publishing-actions { | |
clear: both; | |
padding: 10px 0; | |
@@ -818,6 +824,10 @@ | |
float: left | |
} | |
+.nav-menus-php .blank-slate .menu-settings { | |
+ display: none | |
+} | |
+ | |
.nav-menus-php .delete-action { | |
float: right; | |
line-height: 28px | |
@@ -877,12 +887,6 @@ | |
margin: 15px 0 14px | |
} | |
- .menu-settings-group-name, | |
- .menu-settings-input { | |
- float: none; | |
- margin-bottom: 15px | |
- } | |
- | |
ul.add-menu-item-tabs li.tabs { | |
padding: 13px 15px 14px | |
} | |
@@ -927,7 +931,10 @@ | |
} | |
.menu-item-settings .description-thin, | |
- .menu-item-settings .description-wide, | |
+ .menu-item-settings .description-wide { | |
+ width: 100% | |
+ } | |
+ | |
.menu-item-settings input { | |
width: 100% | |
} | |
@@ -942,8 +949,15 @@ | |
} | |
.menu-settings-group-name { | |
+ float: none; | |
width: auto; | |
- margin-right: 0 | |
+ margin-right: 0; | |
+ margin-bottom: 15px | |
+ } | |
+ | |
+ .menu-settings-input { | |
+ float: none; | |
+ margin-bottom: 15px | |
} | |
.menu-edit .checkbox-input { | |
diff -ur build-unminified/wp-admin/css/revisions.min.css build-branch-unminified/wp-admin/css/revisions.min.css | |
--- build-unminified/wp-admin/css/revisions.min.css 2018-10-06 22:35:52.593286811 -0500 | |
+++ build-branch-unminified/wp-admin/css/revisions.min.css 2018-10-06 22:33:16.852121931 -0500 | |
@@ -311,6 +311,7 @@ | |
max-width: 350px; | |
min-width: 130px; | |
padding: 8px 4px; | |
+ display: none; | |
opacity: 0 | |
} | |
@@ -391,6 +392,12 @@ | |
z-index: 10000 | |
} | |
+.arrow:after { | |
+ z-index: 9999; | |
+ background-color: #fff; | |
+ box-shadow: 0 1px 3px rgba(0, 0, 0, .1) | |
+} | |
+ | |
.arrow.top { | |
top: -16px; | |
bottom: auto | |
@@ -401,9 +408,6 @@ | |
} | |
.arrow:after { | |
- z-index: 9999; | |
- background-color: #fff; | |
- box-shadow: 0 1px 3px rgba(0, 0, 0, .1); | |
content: ""; | |
position: absolute; | |
left: 20px; | |
@@ -476,7 +480,7 @@ | |
left: 2px; | |
color: #555; | |
content: "\f229"; | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
diff -ur build-unminified/wp-admin/css/revisions-rtl.min.css build-branch-unminified/wp-admin/css/revisions-rtl.min.css | |
--- build-unminified/wp-admin/css/revisions-rtl.min.css 2018-10-06 22:35:48.261254409 -0500 | |
+++ build-branch-unminified/wp-admin/css/revisions-rtl.min.css 2018-10-06 22:33:13.124094048 -0500 | |
@@ -311,6 +311,7 @@ | |
max-width: 350px; | |
min-width: 130px; | |
padding: 8px 4px; | |
+ display: none; | |
opacity: 0 | |
} | |
@@ -391,6 +392,12 @@ | |
z-index: 10000 | |
} | |
+.arrow:after { | |
+ z-index: 9999; | |
+ background-color: #fff; | |
+ box-shadow: 0 1px 3px rgba(0, 0, 0, .1) | |
+} | |
+ | |
.arrow.top { | |
top: -16px; | |
bottom: auto | |
@@ -401,9 +408,6 @@ | |
} | |
.arrow:after { | |
- z-index: 9999; | |
- background-color: #fff; | |
- box-shadow: 0 1px 3px rgba(0, 0, 0, .1); | |
content: ""; | |
position: absolute; | |
right: 20px; | |
@@ -476,7 +480,7 @@ | |
right: 2px; | |
color: #555; | |
content: "\f229"; | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
diff -ur build-unminified/wp-admin/css/themes.min.css build-branch-unminified/wp-admin/css/themes.min.css | |
--- build-unminified/wp-admin/css/themes.min.css 2018-10-06 22:35:48.133253451 -0500 | |
+++ build-branch-unminified/wp-admin/css/themes.min.css 2018-10-06 22:33:13.012093210 -0500 | |
@@ -272,7 +272,7 @@ | |
display: inline-block; | |
content: "\f132"; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 74px/115px dashicons; | |
+ font: normal 74px/115px dashicons; | |
width: 100px; | |
height: 100px; | |
vertical-align: middle; | |
@@ -340,16 +340,6 @@ | |
z-index: 10000 | |
} | |
-.theme-overlay .theme-header .close, | |
-.theme-overlay .theme-header .left, | |
-.theme-overlay .theme-header .right { | |
- cursor: pointer; | |
- background-color: transparent; | |
- height: 48px; | |
- transition: color .1s ease-in-out, background .1s ease-in-out; | |
- text-align: center | |
-} | |
- | |
.theme-overlay .theme-header { | |
position: absolute; | |
top: 0; | |
@@ -364,14 +354,19 @@ | |
} | |
.theme-overlay .theme-header .close { | |
+ cursor: pointer; | |
+ height: 48px; | |
width: 50px; | |
+ text-align: center; | |
float: right; | |
border: 0; | |
- border-left: 1px solid #ddd | |
+ border-left: 1px solid #ddd; | |
+ background-color: transparent; | |
+ transition: color .1s ease-in-out, background .1s ease-in-out | |
} | |
.theme-overlay .theme-header .close:before { | |
- font: 400 22px/50px dashicons !important; | |
+ font: normal 22px/50px dashicons !important; | |
color: #72777c; | |
display: inline-block; | |
content: "\f335"; | |
@@ -380,11 +375,16 @@ | |
.theme-overlay .theme-header .left, | |
.theme-overlay .theme-header .right { | |
+ cursor: pointer; | |
color: #72777c; | |
+ background-color: transparent; | |
+ height: 48px; | |
width: 54px; | |
float: left; | |
+ text-align: center; | |
border: 0; | |
- border-right: 1px solid #ddd | |
+ border-right: 1px solid #ddd; | |
+ transition: color .1s ease-in-out, background .1s ease-in-out | |
} | |
.theme-overlay .theme-header .close:focus, | |
@@ -421,18 +421,11 @@ | |
.theme-overlay .theme-header .left:before, | |
.theme-overlay .theme-header .right:before { | |
- font: 400 20px/50px dashicons !important; | |
+ font: normal 20px/50px dashicons !important; | |
display: inline; | |
font-weight: 300 | |
} | |
-.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"], | |
-.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"], | |
-.theme-overlay .theme-actions .active-theme, | |
-.theme-overlay.active .theme-actions .inactive-theme { | |
- display: none | |
-} | |
- | |
.theme-overlay .theme-header .left:before { | |
content: "\f341" | |
} | |
@@ -491,6 +484,11 @@ | |
margin-bottom: 5px | |
} | |
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"], | |
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"] { | |
+ display: none | |
+} | |
+ | |
.broken-themes a.delete-theme, | |
.theme-overlay .theme-actions .delete-theme { | |
color: #a00; | |
@@ -515,6 +513,11 @@ | |
border-color: #d54e21 | |
} | |
+.theme-overlay .theme-actions .active-theme, | |
+.theme-overlay.active .theme-actions .inactive-theme { | |
+ display: none | |
+} | |
+ | |
.theme-overlay .theme-actions .inactive-theme, | |
.theme-overlay.active .theme-actions .active-theme { | |
display: block | |
@@ -579,6 +582,7 @@ | |
.theme-overlay .screenshot.thumb img { | |
cursor: pointer; | |
+ height: auto; | |
position: absolute; | |
left: 0; | |
top: 0; | |
@@ -655,7 +659,7 @@ | |
font-size: 15px; | |
font-weight: 400; | |
line-height: 1.5; | |
- margin: 30px 0 0 | |
+ margin: 30px 0 0 0 | |
} | |
.theme-overlay .theme-tags { | |
@@ -663,7 +667,7 @@ | |
color: #82878c; | |
font-size: 13px; | |
font-weight: 400; | |
- margin: 30px 0 0; | |
+ margin: 30px 0 0 0; | |
padding-top: 20px | |
} | |
@@ -807,7 +811,7 @@ | |
} | |
.theme-browser .theme .theme-actions { | |
- padding: 5px 10px 4px | |
+ padding: 5px 10px 4px 10px | |
} | |
.theme-overlay.small-screenshot .theme-screenshots { | |
@@ -871,7 +875,7 @@ | |
} | |
.theme-overlay .theme-author { | |
- margin: 5px 0 15px | |
+ margin: 5px 0 15px 0 | |
} | |
.theme-overlay .current-label { | |
@@ -884,13 +888,13 @@ | |
clear: both; | |
left: 0; | |
right: 0; | |
- margin: -5px 0 20px; | |
+ margin: -5px 0 20px 0; | |
width: 100%; | |
max-width: 280px | |
} | |
.theme-browser .theme.add-new-theme span:after { | |
- font: 400 60px/90px dashicons; | |
+ font: normal 60px/90px dashicons; | |
width: 80px; | |
height: 80px; | |
top: 30%; | |
@@ -937,7 +941,7 @@ | |
color: #79ba49; | |
content: "\f147"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
vertical-align: top | |
@@ -1154,15 +1158,6 @@ | |
position: relative | |
} | |
-.wp-full-overlay, | |
-.wp-full-overlay-sidebar { | |
- position: fixed; | |
- top: 0; | |
- height: 100%; | |
- bottom: 0; | |
- left: 0 | |
-} | |
- | |
.background-position-control .button-group .button:active, | |
.background-position-control .button-group .button:focus, | |
.background-position-control .button-group .button:hover { | |
@@ -1205,7 +1200,7 @@ | |
} | |
.background-position-control .button-group:last-child>label:last-child .button { | |
- border-radius: 0 0 3px | |
+ border-radius: 0 0 3px 0 | |
} | |
.background-position-control .button-group:last-child>label:last-child .dashicons { | |
@@ -1227,17 +1222,28 @@ | |
} | |
.wp-full-overlay { | |
+ background: 0 0; | |
z-index: 500000; | |
+ position: fixed; | |
overflow: visible; | |
+ top: 0; | |
+ bottom: 0; | |
+ left: 0; | |
right: 0; | |
+ height: 100%; | |
min-width: 0 | |
} | |
.wp-full-overlay-sidebar { | |
box-sizing: border-box; | |
+ position: fixed; | |
min-width: 300px; | |
max-width: 600px; | |
width: 18%; | |
+ height: 100%; | |
+ top: 0; | |
+ bottom: 0; | |
+ left: 0; | |
padding: 0; | |
margin: 0; | |
z-index: 10; | |
@@ -1245,6 +1251,10 @@ | |
border-right: none | |
} | |
+.wp-full-overlay.collapsed .wp-full-overlay-sidebar { | |
+ overflow: visible | |
+} | |
+ | |
.wp-full-overlay.collapsed, | |
.wp-full-overlay.expanded .wp-full-overlay-sidebar { | |
margin-left: 0 !important | |
@@ -1255,7 +1265,6 @@ | |
} | |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { | |
- overflow: visible; | |
margin-left: -300px | |
} | |
@@ -1367,7 +1376,7 @@ | |
} | |
.theme-install-overlay .close-full-overlay:before { | |
- font: 400 22px/1 dashicons; | |
+ font: normal 22px/1 dashicons; | |
content: "\f335"; | |
position: relative; | |
top: 7px; | |
@@ -1375,7 +1384,7 @@ | |
} | |
.theme-install-overlay .previous-theme:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f341"; | |
position: relative; | |
top: 6px; | |
@@ -1383,7 +1392,7 @@ | |
} | |
.theme-install-overlay .next-theme:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f345"; | |
position: relative; | |
top: 6px; | |
@@ -1469,7 +1478,7 @@ | |
display: block; | |
content: "\f148"; | |
background: #eee; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -1551,24 +1560,13 @@ | |
.wp-full-overlay-footer .devices button:before { | |
display: inline-block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 20px/30px dashicons; | |
+ font: normal 20px/30px dashicons; | |
vertical-align: top; | |
margin: 3px 0; | |
padding: 4px 8px; | |
color: #656a6f | |
} | |
-#customize-container, | |
-.customize-support .hide-if-customize, | |
-.customize-support .wp-core-ui .hide-if-customize, | |
-.customize-support.wp-core-ui .hide-if-customize, | |
-.no-customize-support .hide-if-no-customize, | |
-.no-customize-support .wp-core-ui .hide-if-no-customize, | |
-.no-customize-support.wp-core-ui .hide-if-no-customize, | |
-.theme-install-overlay { | |
- display: none | |
-} | |
- | |
.wp-full-overlay-footer .devices button.active { | |
border-bottom-color: #191e23 | |
} | |
@@ -1632,6 +1630,15 @@ | |
left: 50% | |
} | |
+.customize-support .hide-if-customize, | |
+.customize-support .wp-core-ui .hide-if-customize, | |
+.customize-support.wp-core-ui .hide-if-customize, | |
+.no-customize-support .hide-if-no-customize, | |
+.no-customize-support .wp-core-ui .hide-if-no-customize, | |
+.no-customize-support.wp-core-ui .hide-if-no-customize { | |
+ display: none | |
+} | |
+ | |
#customize-container, | |
#customize-controls .notice.notification-overlay { | |
background: #eee; | |
@@ -1645,6 +1652,10 @@ | |
height: 100% | |
} | |
+#customize-container { | |
+ display: none | |
+} | |
+ | |
#customize-container, | |
.theme-install-overlay { | |
visibility: visible | |
@@ -1666,6 +1677,10 @@ | |
margin-top: 0 | |
} | |
+.theme-install-overlay { | |
+ display: none | |
+} | |
+ | |
.theme-install-overlay.single-theme { | |
display: block | |
} | |
@@ -1758,7 +1773,7 @@ | |
margin: -10px 0 0 -10px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0); | |
- background: url(../images/spinner.gif) center center no-repeat; | |
+ background: transparent url(../images/spinner.gif) no-repeat center center; | |
background-size: 20px 20px | |
} | |
diff -ur build-unminified/wp-admin/css/themes-rtl.min.css build-branch-unminified/wp-admin/css/themes-rtl.min.css | |
--- build-unminified/wp-admin/css/themes-rtl.min.css 2018-10-06 22:35:45.733235499 -0500 | |
+++ build-branch-unminified/wp-admin/css/themes-rtl.min.css 2018-10-06 22:33:11.148079269 -0500 | |
@@ -272,7 +272,7 @@ | |
display: inline-block; | |
content: "\f132"; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 74px/115px dashicons; | |
+ font: normal 74px/115px dashicons; | |
width: 100px; | |
height: 100px; | |
vertical-align: middle; | |
@@ -340,16 +340,6 @@ | |
z-index: 10000 | |
} | |
-.theme-overlay .theme-header .close, | |
-.theme-overlay .theme-header .left, | |
-.theme-overlay .theme-header .right { | |
- cursor: pointer; | |
- background-color: transparent; | |
- height: 48px; | |
- transition: color .1s ease-in-out, background .1s ease-in-out; | |
- text-align: center | |
-} | |
- | |
.theme-overlay .theme-header { | |
position: absolute; | |
top: 0; | |
@@ -364,14 +354,19 @@ | |
} | |
.theme-overlay .theme-header .close { | |
+ cursor: pointer; | |
+ height: 48px; | |
width: 50px; | |
+ text-align: center; | |
float: left; | |
border: 0; | |
- border-right: 1px solid #ddd | |
+ border-right: 1px solid #ddd; | |
+ background-color: transparent; | |
+ transition: color .1s ease-in-out, background .1s ease-in-out | |
} | |
.theme-overlay .theme-header .close:before { | |
- font: 400 22px/50px dashicons !important; | |
+ font: normal 22px/50px dashicons !important; | |
color: #72777c; | |
display: inline-block; | |
content: "\f335"; | |
@@ -380,11 +375,16 @@ | |
.theme-overlay .theme-header .left, | |
.theme-overlay .theme-header .right { | |
+ cursor: pointer; | |
color: #72777c; | |
+ background-color: transparent; | |
+ height: 48px; | |
width: 54px; | |
float: right; | |
+ text-align: center; | |
border: 0; | |
- border-left: 1px solid #ddd | |
+ border-left: 1px solid #ddd; | |
+ transition: color .1s ease-in-out, background .1s ease-in-out | |
} | |
.theme-overlay .theme-header .close:focus, | |
@@ -421,18 +421,11 @@ | |
.theme-overlay .theme-header .left:before, | |
.theme-overlay .theme-header .right:before { | |
- font: 400 20px/50px dashicons !important; | |
+ font: normal 20px/50px dashicons !important; | |
display: inline; | |
font-weight: 300 | |
} | |
-.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"], | |
-.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"], | |
-.theme-overlay .theme-actions .active-theme, | |
-.theme-overlay.active .theme-actions .inactive-theme { | |
- display: none | |
-} | |
- | |
.theme-overlay .theme-header .left:before { | |
content: "\f345" | |
} | |
@@ -491,6 +484,11 @@ | |
margin-bottom: 5px | |
} | |
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"], | |
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"] { | |
+ display: none | |
+} | |
+ | |
.broken-themes a.delete-theme, | |
.theme-overlay .theme-actions .delete-theme { | |
color: #a00; | |
@@ -515,6 +513,11 @@ | |
border-color: #d54e21 | |
} | |
+.theme-overlay .theme-actions .active-theme, | |
+.theme-overlay.active .theme-actions .inactive-theme { | |
+ display: none | |
+} | |
+ | |
.theme-overlay .theme-actions .inactive-theme, | |
.theme-overlay.active .theme-actions .active-theme { | |
display: block | |
@@ -579,6 +582,7 @@ | |
.theme-overlay .screenshot.thumb img { | |
cursor: pointer; | |
+ height: auto; | |
position: absolute; | |
right: 0; | |
top: 0; | |
@@ -655,7 +659,7 @@ | |
font-size: 15px; | |
font-weight: 400; | |
line-height: 1.5; | |
- margin: 30px 0 0 | |
+ margin: 30px 0 0 0 | |
} | |
.theme-overlay .theme-tags { | |
@@ -663,7 +667,7 @@ | |
color: #82878c; | |
font-size: 13px; | |
font-weight: 400; | |
- margin: 30px 0 0; | |
+ margin: 30px 0 0 0; | |
padding-top: 20px | |
} | |
@@ -807,7 +811,7 @@ | |
} | |
.theme-browser .theme .theme-actions { | |
- padding: 5px 10px 4px | |
+ padding: 5px 10px 4px 10px | |
} | |
.theme-overlay.small-screenshot .theme-screenshots { | |
@@ -871,7 +875,7 @@ | |
} | |
.theme-overlay .theme-author { | |
- margin: 5px 0 15px | |
+ margin: 5px 0 15px 0 | |
} | |
.theme-overlay .current-label { | |
@@ -884,13 +888,13 @@ | |
clear: both; | |
right: 0; | |
left: 0; | |
- margin: -5px 0 20px; | |
+ margin: -5px 0 20px 0; | |
width: 100%; | |
max-width: 280px | |
} | |
.theme-browser .theme.add-new-theme span:after { | |
- font: 400 60px/90px dashicons; | |
+ font: normal 60px/90px dashicons; | |
width: 80px; | |
height: 80px; | |
top: 30%; | |
@@ -937,7 +941,7 @@ | |
color: #79ba49; | |
content: "\f147"; | |
display: inline-block; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
vertical-align: top | |
@@ -1154,15 +1158,6 @@ | |
position: relative | |
} | |
-.wp-full-overlay, | |
-.wp-full-overlay-sidebar { | |
- position: fixed; | |
- top: 0; | |
- height: 100%; | |
- bottom: 0; | |
- right: 0 | |
-} | |
- | |
.background-position-control .button-group .button:active, | |
.background-position-control .button-group .button:focus, | |
.background-position-control .button-group .button:hover { | |
@@ -1187,7 +1182,7 @@ | |
} | |
.background-position-control .button-group:first-child>label:last-child .button { | |
- border-radius: 3px 0 0 | |
+ border-radius: 3px 0 0 0 | |
} | |
.background-position-control .button-group:first-child>label:last-child .dashicons { | |
@@ -1196,7 +1191,7 @@ | |
} | |
.background-position-control .button-group:last-child>label:first-child .button { | |
- border-radius: 0 0 3px | |
+ border-radius: 0 0 3px 0 | |
} | |
.background-position-control .button-group:last-child>label:first-child .dashicons { | |
@@ -1227,17 +1222,28 @@ | |
} | |
.wp-full-overlay { | |
+ background: 0 0; | |
z-index: 500000; | |
+ position: fixed; | |
overflow: visible; | |
+ top: 0; | |
+ bottom: 0; | |
+ right: 0; | |
left: 0; | |
+ height: 100%; | |
min-width: 0 | |
} | |
.wp-full-overlay-sidebar { | |
box-sizing: border-box; | |
+ position: fixed; | |
min-width: 300px; | |
max-width: 600px; | |
width: 18%; | |
+ height: 100%; | |
+ top: 0; | |
+ bottom: 0; | |
+ right: 0; | |
padding: 0; | |
margin: 0; | |
z-index: 10; | |
@@ -1245,6 +1251,10 @@ | |
border-left: none | |
} | |
+.wp-full-overlay.collapsed .wp-full-overlay-sidebar { | |
+ overflow: visible | |
+} | |
+ | |
.wp-full-overlay.collapsed, | |
.wp-full-overlay.expanded .wp-full-overlay-sidebar { | |
margin-right: 0 !important | |
@@ -1255,7 +1265,6 @@ | |
} | |
.wp-full-overlay.collapsed .wp-full-overlay-sidebar { | |
- overflow: visible; | |
margin-right: -300px | |
} | |
@@ -1367,7 +1376,7 @@ | |
} | |
.theme-install-overlay .close-full-overlay:before { | |
- font: 400 22px/1 dashicons; | |
+ font: normal 22px/1 dashicons; | |
content: "\f335"; | |
position: relative; | |
top: 7px; | |
@@ -1375,7 +1384,7 @@ | |
} | |
.theme-install-overlay .previous-theme:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f345"; | |
position: relative; | |
top: 6px; | |
@@ -1383,7 +1392,7 @@ | |
} | |
.theme-install-overlay .next-theme:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
content: "\f341"; | |
position: relative; | |
top: 6px; | |
@@ -1469,7 +1478,7 @@ | |
display: block; | |
content: "\f148"; | |
background: #eee; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -1551,24 +1560,13 @@ | |
.wp-full-overlay-footer .devices button:before { | |
display: inline-block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 20px/30px dashicons; | |
+ font: normal 20px/30px dashicons; | |
vertical-align: top; | |
margin: 3px 0; | |
padding: 4px 8px; | |
color: #656a6f | |
} | |
-#customize-container, | |
-.customize-support .hide-if-customize, | |
-.customize-support .wp-core-ui .hide-if-customize, | |
-.customize-support.wp-core-ui .hide-if-customize, | |
-.no-customize-support .hide-if-no-customize, | |
-.no-customize-support .wp-core-ui .hide-if-no-customize, | |
-.no-customize-support.wp-core-ui .hide-if-no-customize, | |
-.theme-install-overlay { | |
- display: none | |
-} | |
- | |
.wp-full-overlay-footer .devices button.active { | |
border-bottom-color: #191e23 | |
} | |
@@ -1632,6 +1630,15 @@ | |
right: 50% | |
} | |
+.customize-support .hide-if-customize, | |
+.customize-support .wp-core-ui .hide-if-customize, | |
+.customize-support.wp-core-ui .hide-if-customize, | |
+.no-customize-support .hide-if-no-customize, | |
+.no-customize-support .wp-core-ui .hide-if-no-customize, | |
+.no-customize-support.wp-core-ui .hide-if-no-customize { | |
+ display: none | |
+} | |
+ | |
#customize-container, | |
#customize-controls .notice.notification-overlay { | |
background: #eee; | |
@@ -1645,6 +1652,10 @@ | |
height: 100% | |
} | |
+#customize-container { | |
+ display: none | |
+} | |
+ | |
#customize-container, | |
.theme-install-overlay { | |
visibility: visible | |
@@ -1666,6 +1677,10 @@ | |
margin-top: 0 | |
} | |
+.theme-install-overlay { | |
+ display: none | |
+} | |
+ | |
.theme-install-overlay.single-theme { | |
display: block | |
} | |
@@ -1758,7 +1773,7 @@ | |
margin: -10px -10px 0 0; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0); | |
- background: url(../images/spinner.gif) center center no-repeat; | |
+ background: transparent url(../images/spinner.gif) no-repeat center center; | |
background-size: 20px 20px | |
} | |
diff -ur build-unminified/wp-admin/css/widgets.min.css build-branch-unminified/wp-admin/css/widgets.min.css | |
--- build-unminified/wp-admin/css/widgets.min.css 2018-10-06 22:35:51.913281725 -0500 | |
+++ build-branch-unminified/wp-admin/css/widgets.min.css 2018-10-06 22:33:16.308117862 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.widget.widget-dirty .widget-control-close-wrapper, | |
-.wp-core-ui .media-widget-control .selected, | |
-.wp-core-ui .media-widget-control.selected .not-selected, | |
-.wp-core-ui .media-widget-control.selected .placeholder { | |
- display: none | |
-} | |
- | |
.widget { | |
margin: 0 auto 10px; | |
position: relative; | |
@@ -44,10 +37,14 @@ | |
.widgets-holder-wrap .widget-inside { | |
border-top: none; | |
- padding: 1px 15px 15px; | |
+ padding: 1px 15px 15px 15px; | |
line-height: 16px | |
} | |
+.widget.widget-dirty .widget-control-close-wrapper { | |
+ display: none | |
+} | |
+ | |
#available-widgets .widget-description, | |
#widgets-right a.widget-control-edit, | |
.in-widget-title { | |
@@ -59,6 +56,12 @@ | |
color: #a0a5aa | |
} | |
+.wp-core-ui .media-widget-control .selected, | |
+.wp-core-ui .media-widget-control.selected .not-selected, | |
+.wp-core-ui .media-widget-control.selected .placeholder { | |
+ display: none | |
+} | |
+ | |
.media-widget-control.selected .selected { | |
display: inline-block | |
} | |
@@ -142,7 +145,7 @@ | |
} | |
.media-widget-video-link .dashicons { | |
- font: 400 60px/1 dashicons; | |
+ font: normal 60px/1 dashicons; | |
position: relative; | |
width: 100%; | |
top: -90px; | |
@@ -402,7 +405,7 @@ | |
width: 100%; | |
background: 0 0; | |
padding: 0; | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
border: none; | |
box-shadow: none | |
} | |
@@ -434,7 +437,7 @@ | |
} | |
div#widgets-right .widgets-holder-wrap { | |
- margin: 10px 0 0 | |
+ margin: 10px 0 0 0 | |
} | |
div#widgets-right .sidebar-description { | |
@@ -497,17 +500,13 @@ | |
display: none | |
} | |
-.editwidget .widget-inside, | |
.widget-control-edit { | |
display: block; | |
- padding: 0 15px | |
-} | |
- | |
-.widget-control-edit { | |
color: #666; | |
- background: #EEE; | |
+ background: #eee; | |
+ padding: 0 15px; | |
line-height: 43px; | |
- border-left: 1px solid #DDD | |
+ border-left: 1px solid #ddd | |
} | |
#widgets-left .widget-control-edit:hover, | |
@@ -515,7 +514,7 @@ | |
color: #fff; | |
background: #444; | |
border-left: 0; | |
- outline: #444 solid 1px | |
+ outline: 1px solid #444 | |
} | |
.widgets-holder-wrap .sidebar-description, | |
@@ -530,6 +529,11 @@ | |
margin: 0 auto | |
} | |
+.editwidget .widget-inside { | |
+ display: block; | |
+ padding: 0 15px | |
+} | |
+ | |
.editwidget .widget-control-actions { | |
margin-top: 20px | |
} | |
@@ -546,15 +550,8 @@ | |
display: block | |
} | |
-#access-off, | |
-.no-js .widget-holder .description, | |
-.widget-control-noform, | |
.widget-description, | |
-.widget-inside, | |
-.widgets_access #access-on, | |
-.widgets_access .handlediv, | |
-.widgets_access .widget-action, | |
-.widgets_access .widget-holder .description { | |
+.widget-inside { | |
display: none | |
} | |
@@ -575,6 +572,16 @@ | |
color: #00a0d2 | |
} | |
+#access-off, | |
+.no-js .widget-holder .description, | |
+.widget-control-noform, | |
+.widgets_access #access-on, | |
+.widgets_access .handlediv, | |
+.widgets_access .widget-action, | |
+.widgets_access .widget-holder .description { | |
+ display: none | |
+} | |
+ | |
.widgets_access #widget-list, | |
.widgets_access .widget-holder { | |
padding-top: 10px | |
@@ -591,7 +598,11 @@ | |
.widget-liquid-left #widgets-left.chooser #available-widgets .widget, | |
.widget-liquid-left #widgets-left.chooser .inactive-sidebar { | |
- transition: opacity .1s linear; | |
+ transition: opacity .1s linear | |
+} | |
+ | |
+.widget-liquid-left #widgets-left.chooser #available-widgets .widget, | |
+.widget-liquid-left #widgets-left.chooser .inactive-sidebar { | |
opacity: .2; | |
pointer-events: none | |
} | |
@@ -645,7 +656,7 @@ | |
content: "\f147"; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 26px/1 dashicons; | |
+ font: normal 26px/1 dashicons; | |
color: #555d66; | |
position: absolute; | |
top: 7px; | |
@@ -666,7 +677,7 @@ | |
content: "\f147"; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 26px/1 dashicons; | |
+ font: normal 26px/1 dashicons; | |
color: #fff; | |
position: absolute; | |
top: 7px; | |
@@ -674,7 +685,7 @@ | |
} | |
.widgets-chooser .widgets-chooser-actions { | |
- padding: 10px 0 12px; | |
+ padding: 10px 0 12px 0; | |
text-align: center | |
} | |
@@ -740,12 +751,18 @@ | |
padding-right: 0 | |
} | |
- #widgets-left #available-widgets .widget-top, | |
- #widgets-left .inactive-sidebar .widgets-sortables, | |
#widgets-left .sidebar-name { | |
margin-right: 0 | |
} | |
+ #widgets-left #available-widgets .widget-top { | |
+ margin-right: 0 | |
+ } | |
+ | |
+ #widgets-left .inactive-sidebar .widgets-sortables { | |
+ margin-right: 0 | |
+ } | |
+ | |
div.widget-liquid-right { | |
width: 100%; | |
float: none | |
diff -ur build-unminified/wp-admin/css/widgets-rtl.min.css build-branch-unminified/wp-admin/css/widgets-rtl.min.css | |
--- build-unminified/wp-admin/css/widgets-rtl.min.css 2018-10-06 22:35:45.121230922 -0500 | |
+++ build-branch-unminified/wp-admin/css/widgets-rtl.min.css 2018-10-06 22:33:10.352073315 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.widget.widget-dirty .widget-control-close-wrapper, | |
-.wp-core-ui .media-widget-control .selected, | |
-.wp-core-ui .media-widget-control.selected .not-selected, | |
-.wp-core-ui .media-widget-control.selected .placeholder { | |
- display: none | |
-} | |
- | |
.widget { | |
margin: 0 auto 10px; | |
position: relative; | |
@@ -44,10 +37,14 @@ | |
.widgets-holder-wrap .widget-inside { | |
border-top: none; | |
- padding: 1px 15px 15px; | |
+ padding: 1px 15px 15px 15px; | |
line-height: 16px | |
} | |
+.widget.widget-dirty .widget-control-close-wrapper { | |
+ display: none | |
+} | |
+ | |
#available-widgets .widget-description, | |
#widgets-right a.widget-control-edit, | |
.in-widget-title { | |
@@ -59,6 +56,12 @@ | |
color: #a0a5aa | |
} | |
+.wp-core-ui .media-widget-control .selected, | |
+.wp-core-ui .media-widget-control.selected .not-selected, | |
+.wp-core-ui .media-widget-control.selected .placeholder { | |
+ display: none | |
+} | |
+ | |
.media-widget-control.selected .selected { | |
display: inline-block | |
} | |
@@ -142,7 +145,7 @@ | |
} | |
.media-widget-video-link .dashicons { | |
- font: 400 60px/1 dashicons; | |
+ font: normal 60px/1 dashicons; | |
position: relative; | |
width: 100%; | |
top: -90px; | |
@@ -402,7 +405,7 @@ | |
width: 100%; | |
background: 0 0; | |
padding: 0; | |
- margin: 0 0 20px; | |
+ margin: 0 0 20px 0; | |
border: none; | |
box-shadow: none | |
} | |
@@ -434,7 +437,7 @@ | |
} | |
div#widgets-right .widgets-holder-wrap { | |
- margin: 10px 0 0 | |
+ margin: 10px 0 0 0 | |
} | |
div#widgets-right .sidebar-description { | |
@@ -497,17 +500,13 @@ | |
display: none | |
} | |
-.editwidget .widget-inside, | |
.widget-control-edit { | |
display: block; | |
- padding: 0 15px | |
-} | |
- | |
-.widget-control-edit { | |
color: #666; | |
- background: #EEE; | |
+ background: #eee; | |
+ padding: 0 15px; | |
line-height: 43px; | |
- border-right: 1px solid #DDD | |
+ border-right: 1px solid #ddd | |
} | |
#widgets-left .widget-control-edit:hover, | |
@@ -515,7 +514,7 @@ | |
color: #fff; | |
background: #444; | |
border-right: 0; | |
- outline: #444 solid 1px | |
+ outline: 1px solid #444 | |
} | |
.widgets-holder-wrap .sidebar-description, | |
@@ -530,6 +529,11 @@ | |
margin: 0 auto | |
} | |
+.editwidget .widget-inside { | |
+ display: block; | |
+ padding: 0 15px | |
+} | |
+ | |
.editwidget .widget-control-actions { | |
margin-top: 20px | |
} | |
@@ -546,15 +550,8 @@ | |
display: block | |
} | |
-#access-off, | |
-.no-js .widget-holder .description, | |
-.widget-control-noform, | |
.widget-description, | |
-.widget-inside, | |
-.widgets_access #access-on, | |
-.widgets_access .handlediv, | |
-.widgets_access .widget-action, | |
-.widgets_access .widget-holder .description { | |
+.widget-inside { | |
display: none | |
} | |
@@ -575,6 +572,16 @@ | |
color: #00a0d2 | |
} | |
+#access-off, | |
+.no-js .widget-holder .description, | |
+.widget-control-noform, | |
+.widgets_access #access-on, | |
+.widgets_access .handlediv, | |
+.widgets_access .widget-action, | |
+.widgets_access .widget-holder .description { | |
+ display: none | |
+} | |
+ | |
.widgets_access #widget-list, | |
.widgets_access .widget-holder { | |
padding-top: 10px | |
@@ -591,7 +598,11 @@ | |
.widget-liquid-left #widgets-left.chooser #available-widgets .widget, | |
.widget-liquid-left #widgets-left.chooser .inactive-sidebar { | |
- transition: opacity .1s linear; | |
+ transition: opacity .1s linear | |
+} | |
+ | |
+.widget-liquid-left #widgets-left.chooser #available-widgets .widget, | |
+.widget-liquid-left #widgets-left.chooser .inactive-sidebar { | |
opacity: .2; | |
pointer-events: none | |
} | |
@@ -645,7 +656,7 @@ | |
content: "\f147"; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 26px/1 dashicons; | |
+ font: normal 26px/1 dashicons; | |
color: #555d66; | |
position: absolute; | |
top: 7px; | |
@@ -666,7 +677,7 @@ | |
content: "\f147"; | |
display: block; | |
-webkit-font-smoothing: antialiased; | |
- font: 400 26px/1 dashicons; | |
+ font: normal 26px/1 dashicons; | |
color: #fff; | |
position: absolute; | |
top: 7px; | |
@@ -674,7 +685,7 @@ | |
} | |
.widgets-chooser .widgets-chooser-actions { | |
- padding: 10px 0 12px; | |
+ padding: 10px 0 12px 0; | |
text-align: center | |
} | |
@@ -740,12 +751,18 @@ | |
padding-left: 0 | |
} | |
- #widgets-left #available-widgets .widget-top, | |
- #widgets-left .inactive-sidebar .widgets-sortables, | |
#widgets-left .sidebar-name { | |
margin-left: 0 | |
} | |
+ #widgets-left #available-widgets .widget-top { | |
+ margin-left: 0 | |
+ } | |
+ | |
+ #widgets-left .inactive-sidebar .widgets-sortables { | |
+ margin-left: 0 | |
+ } | |
+ | |
div.widget-liquid-right { | |
width: 100%; | |
float: none | |
diff -ur build-unminified/wp-includes/css/admin-bar.min.css build-branch-unminified/wp-includes/css/admin-bar.min.css | |
--- build-unminified/wp-includes/css/admin-bar.min.css 2018-10-06 22:35:43.553219193 -0500 | |
+++ build-branch-unminified/wp-includes/css/admin-bar.min.css 2018-10-06 22:33:08.760061407 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#wpadminbar, | |
-#wpadminbar * { | |
- font-size: 13px; | |
- font-weight: 400; | |
- line-height: 32px | |
-} | |
- | |
#wpadminbar * { | |
height: auto; | |
width: auto; | |
@@ -15,7 +8,10 @@ | |
text-shadow: none; | |
text-transform: none; | |
letter-spacing: normal; | |
+ font-size: 13px; | |
+ font-weight: 400; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ line-height: 32px; | |
border-radius: 0; | |
box-sizing: content-box; | |
transition: none; | |
@@ -32,8 +28,7 @@ | |
} | |
#wpadminbar .ab-empty-item { | |
- cursor: default; | |
- outline: 0 | |
+ cursor: default | |
} | |
#wpadminbar .ab-empty-item, | |
@@ -68,11 +63,11 @@ | |
#wpadminbar a:active, | |
#wpadminbar a:focus, | |
#wpadminbar div, | |
-#wpadminbar input[type=text], | |
-#wpadminbar input[type=password], | |
+#wpadminbar input[type=email], | |
#wpadminbar input[type=number], | |
+#wpadminbar input[type=password], | |
#wpadminbar input[type=search], | |
-#wpadminbar input[type=email], | |
+#wpadminbar input[type=text], | |
#wpadminbar input[type=url], | |
#wpadminbar select, | |
#wpadminbar textarea { | |
@@ -83,7 +78,10 @@ | |
#wpadminbar { | |
direction: ltr; | |
color: #ccc; | |
+ font-size: 13px; | |
+ font-weight: 400; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ line-height: 32px; | |
height: 32px; | |
position: fixed; | |
top: 0; | |
@@ -119,6 +117,10 @@ | |
float: left | |
} | |
+#wpadminbar .ab-empty-item { | |
+ outline: 0 | |
+} | |
+ | |
#wpadminbar .quicklinks .ab-top-secondary>li { | |
float: right | |
} | |
@@ -147,12 +149,6 @@ | |
float: none | |
} | |
-#wpadminbar .selected .shortlink-input, | |
-#wpadminbar li.hover>.ab-sub-wrapper, | |
-#wpadminbar.nojs li:hover>.ab-sub-wrapper { | |
- display: block | |
-} | |
- | |
#wpadminbar.ie7 .menupop .ab-sub-wrapper, | |
#wpadminbar.ie7 .shortlink-input { | |
top: 32px; | |
@@ -172,6 +168,10 @@ | |
padding: 6px 0 | |
} | |
+#wpadminbar .selected .shortlink-input { | |
+ display: block | |
+} | |
+ | |
#wpadminbar .quicklinks .menupop ul li { | |
float: none | |
} | |
@@ -195,6 +195,11 @@ | |
width: 200px | |
} | |
+#wpadminbar li.hover>.ab-sub-wrapper, | |
+#wpadminbar.nojs li:hover>.ab-sub-wrapper { | |
+ display: block | |
+} | |
+ | |
#wpadminbar .menupop li.hover>.ab-sub-wrapper, | |
#wpadminbar .menupop li:hover>.ab-sub-wrapper { | |
margin-left: 100%; | |
@@ -227,7 +232,7 @@ | |
#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon { | |
position: relative; | |
float: left; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 4px 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -240,7 +245,12 @@ | |
#wpadminbar .ab-icon:before, | |
#wpadminbar .ab-item:before { | |
color: #a0a5aa; | |
- color: rgba(240, 245, 250, .6); | |
+ color: rgba(240, 245, 250, .6) | |
+} | |
+ | |
+#wpadminbar #adminbarsearch:before, | |
+#wpadminbar .ab-icon:before, | |
+#wpadminbar .ab-item:before { | |
position: relative; | |
transition: all .1s ease-in-out | |
} | |
@@ -250,7 +260,11 @@ | |
height: 32px | |
} | |
-#wpadminbar .ab-submenu .ab-item, | |
+#wpadminbar .ab-submenu .ab-item { | |
+ color: #b4b9be; | |
+ color: rgba(240, 245, 250, .7) | |
+} | |
+ | |
#wpadminbar .quicklinks .menupop ul li a, | |
#wpadminbar .quicklinks .menupop ul li a strong, | |
#wpadminbar .quicklinks .menupop.hover ul li a, | |
@@ -295,7 +309,7 @@ | |
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before, | |
#wpadminbar .menupop .menupop>.ab-item:before { | |
position: absolute; | |
- font: 400 17px/1 dashicons; | |
+ font: normal 17px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -472,7 +486,7 @@ | |
#wpadminbar .quicklinks li .blavatar { | |
float: left; | |
- font: 400 16px/1 dashicons !important; | |
+ font: normal 16px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -566,7 +580,7 @@ | |
top: 6px; | |
left: 5px; | |
z-index: 20; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
content: "\f179"; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -614,7 +628,7 @@ | |
} | |
#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input { | |
- background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) | |
+ background: transparent 0 0 repeat scroll url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) | |
} | |
#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before { | |
@@ -626,7 +640,10 @@ | |
z-index: -1 | |
} | |
-#wpadminbar #adminbarsearch .adminbar-button, | |
+#wpadminbar #adminbarsearch .adminbar-button { | |
+ display: none | |
+} | |
+ | |
.customize-support #wpadminbar .hide-if-customize, | |
.customize-support .hide-if-customize, | |
.customize-support .wp-core-ui .hide-if-customize, | |
@@ -729,12 +746,6 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #wpadminbar ul#wp-admin-bar-root-default>li, | |
- .network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account { | |
- margin-right: 0 | |
- } | |
- | |
html #wpadminbar { | |
height: 46px; | |
min-width: 300px | |
@@ -787,11 +798,6 @@ | |
margin-top: -46px | |
} | |
- #wpadminbar #wp-admin-bar-comments .ab-icon, | |
- #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li { | |
- margin: 0 | |
- } | |
- | |
#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item { | |
padding-right: 30px | |
} | |
@@ -849,7 +855,7 @@ | |
#wpadminbar #wp-admin-bar-site-name>.ab-item:before { | |
display: block; | |
text-indent: 0; | |
- font: 400 32px/1 dashicons; | |
+ font: normal 32px/1 dashicons; | |
speak: none; | |
top: 7px; | |
width: 52px; | |
@@ -887,6 +893,10 @@ | |
top: 3px | |
} | |
+ #wpadminbar #wp-admin-bar-comments .ab-icon { | |
+ margin: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-comments .ab-icon:before { | |
display: block; | |
font-size: 34px; | |
@@ -895,11 +905,6 @@ | |
top: 0 | |
} | |
- #wp-toolbar>ul>li, | |
- #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { | |
- display: none | |
- } | |
- | |
#wpadminbar #wp-admin-bar-my-account>a { | |
position: relative; | |
white-space: nowrap; | |
@@ -921,6 +926,14 @@ | |
padding: 0 | |
} | |
+ #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { | |
+ display: none | |
+ } | |
+ | |
+ #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li { | |
+ margin: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-user-info .display-name { | |
height: auto; | |
font-size: 16px; | |
@@ -937,6 +950,10 @@ | |
margin-bottom: -2px | |
} | |
+ #wp-toolbar>ul>li { | |
+ display: none | |
+ } | |
+ | |
#wpadminbar li#wp-admin-bar-comments, | |
#wpadminbar li#wp-admin-bar-customize, | |
#wpadminbar li#wp-admin-bar-edit, | |
@@ -962,6 +979,10 @@ | |
min-width: fit-content | |
} | |
+ #wpadminbar ul#wp-admin-bar-root-default>li { | |
+ margin-right: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-comments, | |
#wpadminbar #wp-admin-bar-edit, | |
#wpadminbar #wp-admin-bar-my-account, | |
@@ -979,6 +1000,10 @@ | |
float: right | |
} | |
+ .network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account { | |
+ margin-right: 0 | |
+ } | |
+ | |
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before { | |
top: 10px; | |
left: 0 | |
@@ -1017,8 +1042,7 @@ | |
width: 100%; | |
top: auto; | |
left: auto; | |
- position: static; | |
- box-shadow: none | |
+ position: relative | |
} | |
#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item { | |
@@ -1034,6 +1058,11 @@ | |
#wpadminbar li#wp-admin-bar-wp-logo { | |
display: none | |
} | |
+ | |
+ #wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper { | |
+ position: static; | |
+ box-shadow: none | |
+ } | |
} | |
@media screen and (max-width:400px) { | |
diff -ur build-unminified/wp-includes/css/admin-bar-rtl.min.css build-branch-unminified/wp-includes/css/admin-bar-rtl.min.css | |
--- build-unminified/wp-includes/css/admin-bar-rtl.min.css 2018-10-06 22:35:42.717212940 -0500 | |
+++ build-branch-unminified/wp-includes/css/admin-bar-rtl.min.css 2018-10-06 22:33:07.708053540 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-#wpadminbar, | |
-#wpadminbar * { | |
- font-size: 13px; | |
- font-weight: 400; | |
- line-height: 32px | |
-} | |
- | |
#wpadminbar * { | |
height: auto; | |
width: auto; | |
@@ -15,7 +8,10 @@ | |
text-shadow: none; | |
text-transform: none; | |
letter-spacing: normal; | |
+ font-size: 13px; | |
+ font-weight: 400; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ line-height: 32px; | |
border-radius: 0; | |
box-sizing: content-box; | |
transition: none; | |
@@ -32,8 +28,7 @@ | |
} | |
#wpadminbar .ab-empty-item { | |
- cursor: default; | |
- outline: 0 | |
+ cursor: default | |
} | |
#wpadminbar .ab-empty-item, | |
@@ -68,11 +63,11 @@ | |
#wpadminbar a:active, | |
#wpadminbar a:focus, | |
#wpadminbar div, | |
-#wpadminbar input[type=text], | |
-#wpadminbar input[type=password], | |
+#wpadminbar input[type=email], | |
#wpadminbar input[type=number], | |
+#wpadminbar input[type=password], | |
#wpadminbar input[type=search], | |
-#wpadminbar input[type=email], | |
+#wpadminbar input[type=text], | |
#wpadminbar input[type=url], | |
#wpadminbar select, | |
#wpadminbar textarea { | |
@@ -83,7 +78,10 @@ | |
#wpadminbar { | |
direction: rtl; | |
color: #ccc; | |
+ font-size: 13px; | |
+ font-weight: 400; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
+ line-height: 32px; | |
height: 32px; | |
position: fixed; | |
top: 0; | |
@@ -119,6 +117,10 @@ | |
float: right | |
} | |
+#wpadminbar .ab-empty-item { | |
+ outline: 0 | |
+} | |
+ | |
#wpadminbar .quicklinks .ab-top-secondary>li { | |
float: left | |
} | |
@@ -147,12 +149,6 @@ | |
float: none | |
} | |
-#wpadminbar .selected .shortlink-input, | |
-#wpadminbar li.hover>.ab-sub-wrapper, | |
-#wpadminbar.nojs li:hover>.ab-sub-wrapper { | |
- display: block | |
-} | |
- | |
#wpadminbar.ie7 .menupop .ab-sub-wrapper, | |
#wpadminbar.ie7 .shortlink-input { | |
top: 32px; | |
@@ -172,6 +168,10 @@ | |
padding: 6px 0 | |
} | |
+#wpadminbar .selected .shortlink-input { | |
+ display: block | |
+} | |
+ | |
#wpadminbar .quicklinks .menupop ul li { | |
float: none | |
} | |
@@ -195,6 +195,11 @@ | |
width: 200px | |
} | |
+#wpadminbar li.hover>.ab-sub-wrapper, | |
+#wpadminbar.nojs li:hover>.ab-sub-wrapper { | |
+ display: block | |
+} | |
+ | |
#wpadminbar .menupop li.hover>.ab-sub-wrapper, | |
#wpadminbar .menupop li:hover>.ab-sub-wrapper { | |
margin-right: 100%; | |
@@ -227,7 +232,7 @@ | |
#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon { | |
position: relative; | |
float: right; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
padding: 4px 0; | |
-webkit-font-smoothing: antialiased; | |
@@ -240,7 +245,12 @@ | |
#wpadminbar .ab-icon:before, | |
#wpadminbar .ab-item:before { | |
color: #a0a5aa; | |
- color: rgba(240, 245, 250, .6); | |
+ color: rgba(240, 245, 250, .6) | |
+} | |
+ | |
+#wpadminbar #adminbarsearch:before, | |
+#wpadminbar .ab-icon:before, | |
+#wpadminbar .ab-item:before { | |
position: relative; | |
transition: all .1s ease-in-out | |
} | |
@@ -250,7 +260,11 @@ | |
height: 32px | |
} | |
-#wpadminbar .ab-submenu .ab-item, | |
+#wpadminbar .ab-submenu .ab-item { | |
+ color: #b4b9be; | |
+ color: rgba(240, 245, 250, .7) | |
+} | |
+ | |
#wpadminbar .quicklinks .menupop ul li a, | |
#wpadminbar .quicklinks .menupop ul li a strong, | |
#wpadminbar .quicklinks .menupop.hover ul li a, | |
@@ -295,7 +309,7 @@ | |
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before, | |
#wpadminbar .menupop .menupop>.ab-item:before { | |
position: absolute; | |
- font: 400 17px/1 dashicons; | |
+ font: normal 17px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
@@ -472,7 +486,7 @@ | |
#wpadminbar .quicklinks li .blavatar { | |
float: right; | |
- font: 400 16px/1 dashicons !important; | |
+ font: normal 16px/1 dashicons !important; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
@@ -566,7 +580,7 @@ | |
top: 6px; | |
right: 5px; | |
z-index: 20; | |
- font: 400 20px/1 dashicons !important; | |
+ font: normal 20px/1 dashicons !important; | |
content: "\f179"; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -614,7 +628,7 @@ | |
} | |
#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input { | |
- background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 100% 0 | |
+ background: transparent 100% 0 repeat scroll url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) | |
} | |
#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before { | |
@@ -626,7 +640,10 @@ | |
z-index: -1 | |
} | |
-#wpadminbar #adminbarsearch .adminbar-button, | |
+#wpadminbar #adminbarsearch .adminbar-button { | |
+ display: none | |
+} | |
+ | |
.customize-support #wpadminbar .hide-if-customize, | |
.customize-support .hide-if-customize, | |
.customize-support .wp-core-ui .hide-if-customize, | |
@@ -729,12 +746,6 @@ | |
} | |
@media screen and (max-width:782px) { | |
- | |
- #wpadminbar ul#wp-admin-bar-root-default>li, | |
- .network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account { | |
- margin-left: 0 | |
- } | |
- | |
html #wpadminbar { | |
height: 46px; | |
min-width: 300px | |
@@ -787,11 +798,6 @@ | |
margin-top: -46px | |
} | |
- #wpadminbar #wp-admin-bar-comments .ab-icon, | |
- #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li { | |
- margin: 0 | |
- } | |
- | |
#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item { | |
padding-left: 30px | |
} | |
@@ -849,7 +855,7 @@ | |
#wpadminbar #wp-admin-bar-site-name>.ab-item:before { | |
display: block; | |
text-indent: 0; | |
- font: 400 32px/1 dashicons; | |
+ font: normal 32px/1 dashicons; | |
speak: none; | |
top: 7px; | |
width: 52px; | |
@@ -887,6 +893,10 @@ | |
top: 3px | |
} | |
+ #wpadminbar #wp-admin-bar-comments .ab-icon { | |
+ margin: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-comments .ab-icon:before { | |
display: block; | |
font-size: 34px; | |
@@ -895,11 +905,6 @@ | |
top: 0 | |
} | |
- #wp-toolbar>ul>li, | |
- #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { | |
- display: none | |
- } | |
- | |
#wpadminbar #wp-admin-bar-my-account>a { | |
position: relative; | |
white-space: nowrap; | |
@@ -921,6 +926,14 @@ | |
padding: 0 | |
} | |
+ #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar { | |
+ display: none | |
+ } | |
+ | |
+ #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li { | |
+ margin: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-user-info .display-name { | |
height: auto; | |
font-size: 16px; | |
@@ -937,6 +950,10 @@ | |
margin-bottom: -2px | |
} | |
+ #wp-toolbar>ul>li { | |
+ display: none | |
+ } | |
+ | |
#wpadminbar li#wp-admin-bar-comments, | |
#wpadminbar li#wp-admin-bar-customize, | |
#wpadminbar li#wp-admin-bar-edit, | |
@@ -962,6 +979,10 @@ | |
min-width: fit-content | |
} | |
+ #wpadminbar ul#wp-admin-bar-root-default>li { | |
+ margin-left: 0 | |
+ } | |
+ | |
#wpadminbar #wp-admin-bar-comments, | |
#wpadminbar #wp-admin-bar-edit, | |
#wpadminbar #wp-admin-bar-my-account, | |
@@ -979,6 +1000,10 @@ | |
float: left | |
} | |
+ .network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account { | |
+ margin-left: 0 | |
+ } | |
+ | |
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before { | |
top: 10px; | |
right: 0 | |
@@ -1017,8 +1042,7 @@ | |
width: 100%; | |
top: auto; | |
right: auto; | |
- position: static; | |
- box-shadow: none | |
+ position: relative | |
} | |
#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item { | |
@@ -1034,6 +1058,11 @@ | |
#wpadminbar li#wp-admin-bar-wp-logo { | |
display: none | |
} | |
+ | |
+ #wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper { | |
+ position: static; | |
+ box-shadow: none | |
+ } | |
} | |
@media screen and (max-width:400px) { | |
diff -ur build-unminified/wp-includes/css/buttons.min.css build-branch-unminified/wp-includes/css/buttons.min.css | |
--- build-unminified/wp-includes/css/buttons.min.css 2018-10-06 22:35:43.269217068 -0500 | |
+++ build-branch-unminified/wp-includes/css/buttons.min.css 2018-10-06 22:33:08.336058237 -0500 | |
@@ -19,8 +19,8 @@ | |
} | |
.wp-core-ui button::-moz-focus-inner, | |
-.wp-core-ui input[type=reset]::-moz-focus-inner, | |
.wp-core-ui input[type=button]::-moz-focus-inner, | |
+.wp-core-ui input[type=reset]::-moz-focus-inner, | |
.wp-core-ui input[type=submit]::-moz-focus-inner { | |
border-width: 0; | |
border-style: none; | |
diff -ur build-unminified/wp-includes/css/buttons-rtl.min.css build-branch-unminified/wp-includes/css/buttons-rtl.min.css | |
--- build-unminified/wp-includes/css/buttons-rtl.min.css 2018-10-06 22:35:44.221224190 -0500 | |
+++ build-branch-unminified/wp-includes/css/buttons-rtl.min.css 2018-10-06 22:33:09.484066823 -0500 | |
@@ -19,8 +19,8 @@ | |
} | |
.wp-core-ui button::-moz-focus-inner, | |
-.wp-core-ui input[type=reset]::-moz-focus-inner, | |
.wp-core-ui input[type=button]::-moz-focus-inner, | |
+.wp-core-ui input[type=reset]::-moz-focus-inner, | |
.wp-core-ui input[type=submit]::-moz-focus-inner { | |
border-width: 0; | |
border-style: none; | |
diff -ur build-unminified/wp-includes/css/editor.min.css build-branch-unminified/wp-includes/css/editor.min.css | |
--- build-unminified/wp-includes/css/editor.min.css 2018-10-06 22:35:43.057215483 -0500 | |
+++ build-branch-unminified/wp-includes/css/editor.min.css 2018-10-06 22:33:08.020055874 -0500 | |
@@ -1,18 +1,8 @@ | |
/*! This file is auto-generated */ | |
-.mce-window .mce-wp-help *, | |
-.wp-editor-area { | |
- box-sizing: border-box | |
-} | |
- | |
.mce-tinymce { | |
box-shadow: none | |
} | |
-#wp-link-wrap, | |
-.mce-window { | |
- box-shadow: 0 3px 6px rgba(0, 0, 0, .3) | |
-} | |
- | |
.mce-container, | |
.mce-container *, | |
.mce-widget, | |
@@ -38,6 +28,7 @@ | |
.mce-window { | |
border-radius: 0; | |
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .3); | |
-webkit-font-smoothing: subpixel-antialiased; | |
transition: none | |
} | |
@@ -75,7 +66,7 @@ | |
} | |
.mce-window-head .mce-close .mce-i-remove:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
text-align: center; | |
color: #666; | |
width: 36px; | |
@@ -124,6 +115,10 @@ | |
overflow: auto | |
} | |
+.mce-window .mce-wp-help * { | |
+ box-sizing: border-box | |
+} | |
+ | |
.mce-window .mce-wp-help>.mce-container-body { | |
width: auto !important | |
} | |
@@ -281,14 +276,6 @@ | |
content: "" | |
} | |
-.mce-menu.mce-menu-align .mce-menu-item-normal, | |
-.quicktags-toolbar, | |
-.wp-editor-tools, | |
-.wp-editor-wrap, | |
-.wp-switch-editor { | |
- position: relative | |
-} | |
- | |
div.mce-inline-toolbar-grp.mce-arrow-up:before { | |
top: -9px; | |
border-bottom-color: #a0a5aa; | |
@@ -632,6 +619,10 @@ | |
margin-left: -2px | |
} | |
+.mce-menu.mce-menu-align .mce-menu-item-normal { | |
+ position: relative | |
+} | |
+ | |
.mce-menu.mce-menu-align .mce-menu-shortcut { | |
bottom: .6em; | |
font-size: .9em | |
@@ -736,12 +727,6 @@ | |
cursor: default | |
} | |
-.mce-toolbar .mce-ico, | |
-.qt-dfw { | |
- text-shadow: none; | |
- text-align: center | |
-} | |
- | |
.mce-menubtn.mce-fixed-width span { | |
overflow-x: hidden; | |
text-overflow: ellipsis; | |
@@ -768,11 +753,6 @@ | |
line-height: 22px | |
} | |
-.mce-toolbar .mce-btn .mce-open, | |
-.qt-dfw { | |
- line-height: 20px | |
-} | |
- | |
.mce-tooltip { | |
margin-top: 2px | |
} | |
@@ -801,14 +781,23 @@ | |
line-height: 20px; | |
width: 20px; | |
height: 20px; | |
+ text-align: center; | |
+ text-shadow: none; | |
margin: 0; | |
padding: 0 | |
} | |
.qt-dfw { | |
color: #555d66; | |
+ line-height: 20px; | |
width: 28px; | |
- height: 26px | |
+ height: 26px; | |
+ text-align: center; | |
+ text-shadow: none | |
+} | |
+ | |
+.mce-toolbar .mce-btn .mce-open { | |
+ line-height: 20px | |
} | |
.mce-toolbar .mce-btn.mce-active .mce-open, | |
@@ -872,17 +861,18 @@ | |
i.mce-i-wp_help, | |
i.mce-i-wp_more, | |
i.mce-i-wp_page { | |
- font: 400 20px/1 dashicons; | |
- padding: 0 2px 0 0; | |
+ font: normal 20px/1 dashicons; | |
+ padding: 0; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
- margin-left: -2px | |
+ margin-left: -2px; | |
+ padding-right: 2px | |
} | |
.qt-dfw { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1030,7 +1020,12 @@ | |
content: "\f221" | |
} | |
+.wp-editor-wrap { | |
+ position: relative | |
+} | |
+ | |
.wp-editor-tools { | |
+ position: relative; | |
z-index: 1 | |
} | |
@@ -1054,7 +1049,8 @@ | |
border: 0; | |
outline: 0; | |
display: block; | |
- resize: vertical | |
+ resize: vertical; | |
+ box-sizing: border-box | |
} | |
.rtl .wp-editor-area { | |
@@ -1078,6 +1074,7 @@ | |
.wp-switch-editor { | |
float: left; | |
box-sizing: content-box; | |
+ position: relative; | |
top: 1px; | |
background: #ebebeb; | |
color: #666; | |
@@ -1168,15 +1165,19 @@ | |
} | |
.wp-media-buttons .add_media span.wp-media-buttons-icon:before { | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
- -moz-osx-font-smoothing: grayscale; | |
+ -moz-osx-font-smoothing: grayscale | |
+} | |
+ | |
+.wp-media-buttons .add_media span.wp-media-buttons-icon:before { | |
content: "\f104" | |
} | |
.quicktags-toolbar { | |
padding: 3px; | |
+ position: relative; | |
border-bottom: 1px solid #ddd; | |
background: #f5f5f5; | |
min-height: 30px | |
@@ -1298,16 +1299,16 @@ | |
#wp-link-wrap { | |
display: none; | |
background-color: #fff; | |
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .3); | |
width: 500px; | |
overflow: hidden; | |
margin-left: -250px; | |
+ margin-top: -125px; | |
position: fixed; | |
top: 50%; | |
left: 50%; | |
z-index: 100105; | |
- transition: height .2s, margin-top .2s; | |
- height: 500px; | |
- margin-top: -250px | |
+ transition: height .2s, margin-top .2s | |
} | |
#wp-link-backdrop { | |
@@ -1329,6 +1330,11 @@ | |
height: 100% | |
} | |
+#wp-link-wrap { | |
+ height: 500px; | |
+ margin-top: -250px | |
+} | |
+ | |
#wp-link-wrap .wp-link-text-field { | |
display: none | |
} | |
@@ -1363,7 +1369,7 @@ | |
} | |
#wp-link-close:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1466,7 +1472,7 @@ | |
} | |
#wp-link .query-results { | |
- border: 1px solid #dfdfdf; | |
+ border: 1px #dfdfdf solid; | |
margin: 0 0 12px; | |
background: #fff; | |
overflow: auto; | |
@@ -1491,13 +1497,9 @@ | |
position: relative | |
} | |
-#wp-link .query-notice, | |
-#wp-link li.unselectable { | |
- border-bottom: 1px solid #dfdfdf | |
-} | |
- | |
#wp-link .query-notice { | |
padding: 0; | |
+ border-bottom: 1px solid #dfdfdf; | |
background-color: #f7fcfe; | |
color: #000 | |
} | |
@@ -1530,6 +1532,10 @@ | |
color: #151515 | |
} | |
+#wp-link li.unselectable { | |
+ border-bottom: 1px solid #dfdfdf | |
+} | |
+ | |
#wp-link li.unselectable:hover { | |
background: #fff; | |
cursor: auto; | |
diff -ur build-unminified/wp-includes/css/editor-rtl.min.css build-branch-unminified/wp-includes/css/editor-rtl.min.css | |
--- build-unminified/wp-includes/css/editor-rtl.min.css 2018-10-06 22:35:44.357225207 -0500 | |
+++ build-branch-unminified/wp-includes/css/editor-rtl.min.css 2018-10-06 22:33:09.608067750 -0500 | |
@@ -1,18 +1,8 @@ | |
/*! This file is auto-generated */ | |
-.mce-window .mce-wp-help *, | |
-.wp-editor-area { | |
- box-sizing: border-box | |
-} | |
- | |
.mce-tinymce { | |
box-shadow: none | |
} | |
-#wp-link-wrap, | |
-.mce-window { | |
- box-shadow: 0 3px 6px rgba(0, 0, 0, .3) | |
-} | |
- | |
.mce-container, | |
.mce-container *, | |
.mce-widget, | |
@@ -38,6 +28,7 @@ | |
.mce-window { | |
border-radius: 0; | |
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .3); | |
-webkit-font-smoothing: subpixel-antialiased; | |
transition: none | |
} | |
@@ -75,7 +66,7 @@ | |
} | |
.mce-window-head .mce-close .mce-i-remove:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
text-align: center; | |
color: #666; | |
width: 36px; | |
@@ -124,6 +115,10 @@ | |
overflow: auto | |
} | |
+.mce-window .mce-wp-help * { | |
+ box-sizing: border-box | |
+} | |
+ | |
.mce-window .mce-wp-help>.mce-container-body { | |
width: auto !important | |
} | |
@@ -281,14 +276,6 @@ | |
content: "" | |
} | |
-.mce-menu.mce-menu-align .mce-menu-item-normal, | |
-.quicktags-toolbar, | |
-.wp-editor-tools, | |
-.wp-editor-wrap, | |
-.wp-switch-editor { | |
- position: relative | |
-} | |
- | |
div.mce-inline-toolbar-grp.mce-arrow-up:before { | |
top: -9px; | |
border-bottom-color: #a0a5aa; | |
@@ -632,6 +619,10 @@ | |
margin-right: -2px | |
} | |
+.mce-menu.mce-menu-align .mce-menu-item-normal { | |
+ position: relative | |
+} | |
+ | |
.mce-menu.mce-menu-align .mce-menu-shortcut { | |
bottom: .6em; | |
font-size: .9em | |
@@ -736,12 +727,6 @@ | |
cursor: default | |
} | |
-.mce-toolbar .mce-ico, | |
-.qt-dfw { | |
- text-shadow: none; | |
- text-align: center | |
-} | |
- | |
.mce-menubtn.mce-fixed-width span { | |
overflow-x: hidden; | |
text-overflow: ellipsis; | |
@@ -768,11 +753,6 @@ | |
line-height: 22px | |
} | |
-.mce-toolbar .mce-btn .mce-open, | |
-.qt-dfw { | |
- line-height: 20px | |
-} | |
- | |
.mce-tooltip { | |
margin-top: 2px | |
} | |
@@ -801,14 +781,23 @@ | |
line-height: 20px; | |
width: 20px; | |
height: 20px; | |
+ text-align: center; | |
+ text-shadow: none; | |
margin: 0; | |
padding: 0 | |
} | |
.qt-dfw { | |
color: #555d66; | |
+ line-height: 20px; | |
width: 28px; | |
- height: 26px | |
+ height: 26px; | |
+ text-align: center; | |
+ text-shadow: none | |
+} | |
+ | |
+.mce-toolbar .mce-btn .mce-open { | |
+ line-height: 20px | |
} | |
.mce-toolbar .mce-btn.mce-active .mce-open, | |
@@ -872,17 +861,18 @@ | |
i.mce-i-wp_help, | |
i.mce-i-wp_more, | |
i.mce-i-wp_page { | |
- font: 400 20px/1 dashicons; | |
- padding: 0 0 0 2px; | |
+ font: normal 20px/1 dashicons; | |
+ padding: 0; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
- margin-right: -2px | |
+ margin-right: -2px; | |
+ padding-left: 2px | |
} | |
.qt-dfw { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1030,7 +1020,12 @@ | |
content: "\f221" | |
} | |
+.wp-editor-wrap { | |
+ position: relative | |
+} | |
+ | |
.wp-editor-tools { | |
+ position: relative; | |
z-index: 1 | |
} | |
@@ -1054,7 +1049,8 @@ | |
border: 0; | |
outline: 0; | |
display: block; | |
- resize: vertical | |
+ resize: vertical; | |
+ box-sizing: border-box | |
} | |
.rtl .wp-editor-area { | |
@@ -1078,6 +1074,7 @@ | |
.wp-switch-editor { | |
float: right; | |
box-sizing: content-box; | |
+ position: relative; | |
top: 1px; | |
background: #ebebeb; | |
color: #666; | |
@@ -1168,15 +1165,19 @@ | |
} | |
.wp-media-buttons .add_media span.wp-media-buttons-icon:before { | |
- font: 400 18px/1 dashicons; | |
+ font: normal 18px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
- -moz-osx-font-smoothing: grayscale; | |
+ -moz-osx-font-smoothing: grayscale | |
+} | |
+ | |
+.wp-media-buttons .add_media span.wp-media-buttons-icon:before { | |
content: "\f104" | |
} | |
.quicktags-toolbar { | |
padding: 3px; | |
+ position: relative; | |
border-bottom: 1px solid #ddd; | |
background: #f5f5f5; | |
min-height: 30px | |
@@ -1298,16 +1299,16 @@ | |
#wp-link-wrap { | |
display: none; | |
background-color: #fff; | |
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .3); | |
width: 500px; | |
overflow: hidden; | |
margin-right: -250px; | |
+ margin-top: -125px; | |
position: fixed; | |
top: 50%; | |
right: 50%; | |
z-index: 100105; | |
- transition: height .2s, margin-top .2s; | |
- height: 500px; | |
- margin-top: -250px | |
+ transition: height .2s, margin-top .2s | |
} | |
#wp-link-backdrop { | |
@@ -1329,6 +1330,11 @@ | |
height: 100% | |
} | |
+#wp-link-wrap { | |
+ height: 500px; | |
+ margin-top: -250px | |
+} | |
+ | |
#wp-link-wrap .wp-link-text-field { | |
display: none | |
} | |
@@ -1363,7 +1369,7 @@ | |
} | |
#wp-link-close:before { | |
- font: 400 20px/36px dashicons; | |
+ font: normal 20px/36px dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
@@ -1466,7 +1472,7 @@ | |
} | |
#wp-link .query-results { | |
- border: 1px solid #dfdfdf; | |
+ border: 1px #dfdfdf solid; | |
margin: 0 0 12px; | |
background: #fff; | |
overflow: auto; | |
@@ -1491,13 +1497,9 @@ | |
position: relative | |
} | |
-#wp-link .query-notice, | |
-#wp-link li.unselectable { | |
- border-bottom: 1px solid #dfdfdf | |
-} | |
- | |
#wp-link .query-notice { | |
padding: 0; | |
+ border-bottom: 1px solid #dfdfdf; | |
background-color: #f7fcfe; | |
color: #000 | |
} | |
@@ -1530,6 +1532,10 @@ | |
color: #151515 | |
} | |
+#wp-link li.unselectable { | |
+ border-bottom: 1px solid #dfdfdf | |
+} | |
+ | |
#wp-link li.unselectable:hover { | |
background: #fff; | |
cursor: auto; | |
diff -ur build-unminified/wp-includes/css/jquery-ui-dialog.min.css build-branch-unminified/wp-includes/css/jquery-ui-dialog.min.css | |
--- build-unminified/wp-includes/css/jquery-ui-dialog.min.css 2018-10-06 22:35:44.465226015 -0500 | |
+++ build-branch-unminified/wp-includes/css/jquery-ui-dialog.min.css 2018-10-06 22:33:09.708068499 -0500 | |
@@ -24,17 +24,13 @@ | |
width: 1px | |
} | |
-.ui-button, | |
-.ui-helper-reset { | |
- text-decoration: none; | |
- margin: 0 | |
-} | |
- | |
.ui-helper-reset { | |
+ margin: 0; | |
padding: 0; | |
border: 0; | |
outline: 0; | |
line-height: 1.3; | |
+ text-decoration: none; | |
font-size: 100%; | |
list-style: none | |
} | |
@@ -80,6 +76,9 @@ | |
} | |
.ui-widget-overlay { | |
+ position: fixed; | |
+ top: 0; | |
+ left: 0; | |
width: 100%; | |
height: 100% | |
} | |
@@ -174,9 +173,11 @@ | |
.ui-button { | |
display: inline-block; | |
+ text-decoration: none; | |
font-size: 13px; | |
line-height: 26px; | |
height: 28px; | |
+ margin: 0; | |
padding: 0 10px 1px; | |
cursor: pointer; | |
border-width: 1px; | |
@@ -282,7 +283,7 @@ | |
} | |
.ui-dialog-titlebar-close:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
diff -ur build-unminified/wp-includes/css/jquery-ui-dialog-rtl.min.css build-branch-unminified/wp-includes/css/jquery-ui-dialog-rtl.min.css | |
--- build-unminified/wp-includes/css/jquery-ui-dialog-rtl.min.css 2018-10-06 22:35:43.161216261 -0500 | |
+++ build-branch-unminified/wp-includes/css/jquery-ui-dialog-rtl.min.css 2018-10-06 22:33:08.164056950 -0500 | |
@@ -24,17 +24,13 @@ | |
width: 1px | |
} | |
-.ui-button, | |
-.ui-helper-reset { | |
- text-decoration: none; | |
- margin: 0 | |
-} | |
- | |
.ui-helper-reset { | |
+ margin: 0; | |
padding: 0; | |
border: 0; | |
outline: 0; | |
line-height: 1.3; | |
+ text-decoration: none; | |
font-size: 100%; | |
list-style: none | |
} | |
@@ -80,6 +76,9 @@ | |
} | |
.ui-widget-overlay { | |
+ position: fixed; | |
+ top: 0; | |
+ right: 0; | |
width: 100%; | |
height: 100% | |
} | |
@@ -174,9 +173,11 @@ | |
.ui-button { | |
display: inline-block; | |
+ text-decoration: none; | |
font-size: 13px; | |
line-height: 26px; | |
height: 28px; | |
+ margin: 0; | |
padding: 0 10px 1px; | |
cursor: pointer; | |
border-width: 1px; | |
@@ -282,7 +283,7 @@ | |
} | |
.ui-dialog-titlebar-close:before { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
vertical-align: top; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
diff -ur build-unminified/wp-includes/css/media-views.min.css build-branch-unminified/wp-includes/css/media-views.min.css | |
--- build-unminified/wp-includes/css/media-views.min.css 2018-10-06 22:35:43.421218206 -0500 | |
+++ build-branch-unminified/wp-includes/css/media-views.min.css 2018-10-06 22:33:08.548059823 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.media-menu, | |
-.media-router { | |
- -webkit-user-select: none; | |
- -moz-user-select: none; | |
- -ms-user-select: none | |
-} | |
- | |
.media-modal * { | |
box-sizing: content-box | |
} | |
@@ -68,11 +61,11 @@ | |
color: #fff | |
} | |
-.media-frame input[type=text], | |
-.media-frame input[type=password], | |
+.media-frame input[type=email], | |
.media-frame input[type=number], | |
+.media-frame input[type=password], | |
.media-frame input[type=search], | |
-.media-frame input[type=email], | |
+.media-frame input[type=text], | |
.media-frame input[type=url], | |
.media-frame select, | |
.media-frame textarea { | |
@@ -83,11 +76,11 @@ | |
border-color: #ddd | |
} | |
-.media-frame input[type=text]:focus, | |
-.media-frame input[type=password]:focus, | |
+.media-frame input[type=email]:focus, | |
.media-frame input[type=number]:focus, | |
+.media-frame input[type=password]:focus, | |
.media-frame input[type=search]:focus, | |
-.media-frame input[type=email]:focus, | |
+.media-frame input[type=text]:focus, | |
.media-frame input[type=url]:focus, | |
.media-frame select:focus, | |
.media-frame textarea:focus { | |
@@ -203,7 +196,7 @@ | |
.media-modal-close .media-modal-icon:before { | |
content: "\f158"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -263,13 +256,6 @@ | |
border-top: 1px solid #ddd | |
} | |
-.media-menu, | |
-.media-sidebar { | |
- top: 0; | |
- background: #f3f3f3; | |
- right: 0 | |
-} | |
- | |
@media screen and (max-width:782px) { | |
.media-frame-toolbar .media-toolbar { | |
bottom: -48px | |
@@ -301,10 +287,13 @@ | |
.media-sidebar { | |
position: absolute; | |
+ top: 0; | |
+ right: 0; | |
bottom: 0; | |
width: 267px; | |
padding: 0 16px 24px; | |
z-index: 75; | |
+ background: #f3f3f3; | |
border-left: 1px solid #ddd; | |
overflow: auto; | |
-webkit-overflow-scrolling: touch | |
@@ -379,14 +368,14 @@ | |
max-width: 65% | |
} | |
-.attachment-details .field input[type=radio], | |
.attachment-details .field input[type=checkbox], | |
-.attachment-details .setting input[type=radio], | |
+.attachment-details .field input[type=radio], | |
.attachment-details .setting input[type=checkbox], | |
-.media-sidebar .field input[type=radio], | |
+.attachment-details .setting input[type=radio], | |
.media-sidebar .field input[type=checkbox], | |
-.media-sidebar .setting input[type=radio], | |
-.media-sidebar .setting input[type=checkbox] { | |
+.media-sidebar .field input[type=radio], | |
+.media-sidebar .setting input[type=checkbox], | |
+.media-sidebar .setting input[type=radio] { | |
float: none; | |
margin: 8px 3px 0; | |
padding: 0 | |
@@ -403,33 +392,26 @@ | |
color: #666 | |
} | |
-.media-menu>a, | |
-.media-router>a { | |
- line-height: 18px; | |
- font-size: 14px; | |
- text-decoration: none | |
-} | |
- | |
.compat-item label span { | |
text-align: right | |
} | |
.attachment-details .setting .value, | |
-.attachment-details .setting input[type=tel], | |
-.attachment-details .setting input[type=text], | |
-.attachment-details .setting input[type=password], | |
+.attachment-details .setting input[type=email], | |
.attachment-details .setting input[type=number], | |
+.attachment-details .setting input[type=password], | |
.attachment-details .setting input[type=search], | |
-.attachment-details .setting input[type=email], | |
+.attachment-details .setting input[type=tel], | |
+.attachment-details .setting input[type=text], | |
.attachment-details .setting input[type=url], | |
.attachment-details .setting textarea, | |
.media-sidebar .setting .value, | |
-.media-sidebar .setting input[type=tel], | |
-.media-sidebar .setting input[type=text], | |
-.media-sidebar .setting input[type=password], | |
+.media-sidebar .setting input[type=email], | |
.media-sidebar .setting input[type=number], | |
+.media-sidebar .setting input[type=password], | |
.media-sidebar .setting input[type=search], | |
-.media-sidebar .setting input[type=email], | |
+.media-sidebar .setting input[type=tel], | |
+.media-sidebar .setting input[type=text], | |
.media-sidebar .setting input[type=url], | |
.media-sidebar .setting textarea { | |
box-sizing: border-box; | |
@@ -500,12 +482,12 @@ | |
margin: 1px | |
} | |
-.compat-item .field input[type=tel], | |
-.compat-item .field input[type=text], | |
-.compat-item .field input[type=password], | |
+.compat-item .field input[type=email], | |
.compat-item .field input[type=number], | |
+.compat-item .field input[type=password], | |
.compat-item .field input[type=search], | |
-.compat-item .field input[type=email], | |
+.compat-item .field input[type=tel], | |
+.compat-item .field input[type=text], | |
.compat-item .field input[type=url], | |
.compat-item .field textarea { | |
width: 100%; | |
@@ -522,13 +504,19 @@ | |
.media-menu { | |
position: absolute; | |
+ top: 0; | |
left: 0; | |
+ right: 0; | |
bottom: 0; | |
margin: 0; | |
padding: 10px 0; | |
+ background: #f3f3f3; | |
border-right-width: 1px; | |
border-right-style: solid; | |
border-right-color: #ccc; | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
user-select: none | |
} | |
@@ -537,14 +525,10 @@ | |
position: relative; | |
padding: 8px 20px; | |
margin: 0; | |
- color: #0073aa | |
-} | |
- | |
-.media-frame-title .dashicons, | |
-.media-frame.hide-menu .media-frame-menu, | |
-.media-frame.hide-router .media-frame-router, | |
-.media-frame.hide-toolbar .media-frame-toolbar { | |
- display: none | |
+ line-height: 18px; | |
+ font-size: 14px; | |
+ color: #0073aa; | |
+ text-decoration: none | |
} | |
.media-menu>a:hover { | |
@@ -574,6 +558,9 @@ | |
padding: 0 6px; | |
margin: 0; | |
clear: both; | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
user-select: none | |
} | |
@@ -586,15 +573,10 @@ | |
float: left; | |
padding: 8px 10px 9px; | |
margin: 0; | |
- height: 18px | |
-} | |
- | |
-.media-frame, | |
-.media-frame-menu { | |
- position: absolute; | |
- left: 0; | |
- bottom: 0; | |
- top: 0 | |
+ height: 18px; | |
+ line-height: 18px; | |
+ font-size: 14px; | |
+ text-decoration: none | |
} | |
.media-router>a:last-child { | |
@@ -624,43 +606,47 @@ | |
.media-frame { | |
overflow: hidden; | |
- right: 0 | |
+ position: absolute; | |
+ top: 0; | |
+ left: 0; | |
+ right: 0; | |
+ bottom: 0 | |
} | |
.media-frame-menu { | |
+ position: absolute; | |
+ top: 0; | |
+ left: 0; | |
+ bottom: 0; | |
width: 200px; | |
z-index: 150 | |
} | |
-.media-frame-router, | |
.media-frame-title { | |
position: absolute; | |
+ top: 0; | |
left: 200px; | |
right: 0; | |
+ height: 50px; | |
z-index: 200 | |
} | |
-.media-frame-title { | |
- top: 0; | |
- height: 50px | |
-} | |
- | |
.media-frame-router { | |
+ position: absolute; | |
top: 50px; | |
- height: 36px | |
-} | |
- | |
-.media-frame-content, | |
-.media-frame-toolbar { | |
left: 200px; | |
- height: auto; | |
- position: absolute; | |
- right: 0 | |
+ right: 0; | |
+ height: 36px; | |
+ z-index: 200 | |
} | |
.media-frame-content { | |
+ position: absolute; | |
top: 84px; | |
+ left: 200px; | |
+ right: 0; | |
bottom: 61px; | |
+ height: auto; | |
width: auto; | |
margin: 0; | |
overflow: auto; | |
@@ -669,8 +655,14 @@ | |
} | |
.media-frame-toolbar { | |
+ position: absolute; | |
+ left: 200px; | |
+ right: 0; | |
+ bottom: 0; | |
+ height: 60px; | |
z-index: 100; | |
- bottom: 60px | |
+ bottom: 60px; | |
+ height: auto | |
} | |
.media-frame.hide-menu .media-frame-content, | |
@@ -688,11 +680,21 @@ | |
top: 50px | |
} | |
+.media-frame.hide-menu .media-frame-menu, | |
+.media-frame.hide-router .media-frame-router, | |
+.media-frame.hide-toolbar .media-frame-toolbar { | |
+ display: none | |
+} | |
+ | |
.media-frame.hide-router .media-frame-title { | |
border-bottom: 1px solid #ddd; | |
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1) | |
} | |
+.media-frame-title .dashicons { | |
+ display: none | |
+} | |
+ | |
.media-frame-title h1 { | |
padding: 0 16px; | |
font-size: 22px; | |
@@ -749,11 +751,6 @@ | |
max-width: calc(48% - 12px) | |
} | |
-.media-toolbar-primary .search, | |
-.wp-core-ui .attachment .portrait img { | |
- max-width: 100% | |
-} | |
- | |
.media-frame select.attachment-filters:last-of-type { | |
margin-right: 0 | |
} | |
@@ -767,6 +764,10 @@ | |
-webkit-appearance: none | |
} | |
+.media-toolbar-primary .search { | |
+ max-width: 100% | |
+} | |
+ | |
.wp-core-ui .attachments { | |
margin: 0; | |
-webkit-overflow-scrolling: touch | |
@@ -833,6 +834,10 @@ | |
transition: opacity .1s | |
} | |
+.wp-core-ui .attachment .portrait img { | |
+ max-width: 100% | |
+} | |
+ | |
.wp-core-ui .attachment .landscape img { | |
max-height: 100% | |
} | |
@@ -1047,7 +1052,7 @@ | |
} | |
.uploader-inline .close:before { | |
- font: 400 30px/1 dashicons !important; | |
+ font: normal 30px/1 dashicons !important; | |
color: #555d66; | |
display: inline-block; | |
content: "\f335"; | |
@@ -1056,7 +1061,7 @@ | |
} | |
.uploader-inline .close:focus { | |
- outline: #5b9dd9 solid 1px; | |
+ outline: 1px solid #5b9dd9; | |
box-shadow: 0 0 3px rgba(0, 115, 170, .8) | |
} | |
@@ -1112,7 +1117,7 @@ | |
top: 50%; | |
left: 15%; | |
width: 70%; | |
- margin: -5px 0 0 | |
+ margin: -5px 0 0 0 | |
} | |
.media-uploader-status { | |
@@ -1170,7 +1175,7 @@ | |
.media-sidebar .media-uploader-status .upload-dismiss-errors:before { | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
color: #72777c | |
} | |
@@ -1339,7 +1344,10 @@ | |
} | |
.media-selection.editing, | |
-.media-selection.empty, | |
+.media-selection.empty { | |
+ display: none | |
+} | |
+ | |
.media-selection.one .edit-selection { | |
display: none | |
} | |
@@ -1352,12 +1360,6 @@ | |
font-weight: 600 | |
} | |
-.media-selection .attachments, | |
-.media-selection .selection-view { | |
- display: inline-block; | |
- vertical-align: top | |
-} | |
- | |
.media-selection .button-link { | |
float: left; | |
padding: 1px 8px; | |
@@ -1387,11 +1389,18 @@ | |
color: #dc3232 | |
} | |
+.media-selection .selection-view { | |
+ display: inline-block; | |
+ vertical-align: top | |
+} | |
+ | |
.media-selection .attachments { | |
+ display: inline-block; | |
height: 48px; | |
margin: 6px; | |
padding: 0; | |
- overflow: hidden | |
+ overflow: hidden; | |
+ vertical-align: top | |
} | |
.media-selection .attachment { | |
@@ -1459,8 +1468,6 @@ | |
vertical-align: middle | |
} | |
-.attachment-details.save-waiting .settings-save-status .spinner, | |
-.media-frame .embed-loading .embed-url .spinner, | |
.media-frame .spinner.is-active { | |
visibility: visible | |
} | |
@@ -1489,6 +1496,10 @@ | |
display: none | |
} | |
+.attachment-details.save-waiting .settings-save-status .spinner { | |
+ visibility: visible | |
+} | |
+ | |
.attachment-details.save-complete .settings-save-status .saved { | |
display: block | |
} | |
@@ -1642,8 +1653,10 @@ | |
border: none; | |
border-bottom: 1px solid #ddd; | |
box-shadow: none; | |
- margin: 0 0 16px; | |
- padding: 0 0 16px; | |
+ margin: 0; | |
+ margin-bottom: 16px; | |
+ padding: 0; | |
+ padding-bottom: 16px; | |
position: relative | |
} | |
@@ -1664,12 +1677,8 @@ | |
text-transform: uppercase; | |
font-size: 12px; | |
color: #666; | |
- margin: 3px 0 0 | |
-} | |
- | |
-.embed-url, | |
-.imgedit-thumbnail-preview-caption { | |
- display: block | |
+ margin: 0; | |
+ margin-top: 3px | |
} | |
.media-modal .imgedit-group-top h2 .button-link, | |
@@ -1717,11 +1726,17 @@ | |
margin: 10px 8px 0 0 | |
} | |
+.imgedit-thumbnail-preview-caption { | |
+ display: block | |
+} | |
+ | |
.media-modal .imgedit-wrap div.updated { | |
- margin: 0 0 16px | |
+ margin: 0; | |
+ margin-bottom: 16px | |
} | |
.embed-url { | |
+ display: block; | |
position: relative; | |
padding: 16px; | |
margin: 0; | |
@@ -1744,6 +1759,10 @@ | |
right: 26px | |
} | |
+.media-frame .embed-loading .embed-url .spinner { | |
+ visibility: visible | |
+} | |
+ | |
.embed-link-settings, | |
.embed-media-settings { | |
position: absolute; | |
@@ -1777,7 +1796,7 @@ | |
} | |
.mejs-container:focus { | |
- outline: #5b9dd9 solid 1px; | |
+ outline: 1px solid #5b9dd9; | |
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8) | |
} | |
@@ -1850,7 +1869,7 @@ | |
} | |
.image-details .advanced-toggle:after { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: top; | |
-webkit-font-smoothing: antialiased; | |
@@ -1888,7 +1907,7 @@ | |
.image-details .custom-size .sep { | |
float: left; | |
- margin: 26px 6px 0 | |
+ margin: 26px 6px 0 6px | |
} | |
.image-details .custom-size:after { | |
@@ -1984,7 +2003,7 @@ | |
float: left; | |
width: 25%; | |
text-align: right; | |
- margin: 8px 1% 0; | |
+ margin: 8px 1% 0 1%; | |
line-height: 1.1 | |
} | |
@@ -2079,12 +2098,12 @@ | |
max-width: 55% | |
} | |
-.ie7 .media-sidebar .setting input[type=tel], | |
-.ie7 .media-sidebar .setting input[type=text], | |
-.ie7 .media-sidebar .setting input[type=password], | |
+.ie7 .media-sidebar .setting input[type=email], | |
.ie7 .media-sidebar .setting input[type=number], | |
+.ie7 .media-sidebar .setting input[type=password], | |
.ie7 .media-sidebar .setting input[type=search], | |
-.ie7 .media-sidebar .setting input[type=email], | |
+.ie7 .media-sidebar .setting input[type=tel], | |
+.ie7 .media-sidebar .setting input[type=text], | |
.ie7 .media-sidebar .setting input[type=url], | |
.ie7 .media-sidebar .setting textarea { | |
width: 55% | |
@@ -2096,12 +2115,12 @@ | |
.rtl .media-frame, | |
.rtl .media-frame .search, | |
-.rtl .media-frame input[type=tel], | |
-.rtl .media-frame input[type=text], | |
-.rtl .media-frame input[type=password], | |
+.rtl .media-frame input[type=email], | |
.rtl .media-frame input[type=number], | |
+.rtl .media-frame input[type=password], | |
.rtl .media-frame input[type=search], | |
-.rtl .media-frame input[type=email], | |
+.rtl .media-frame input[type=tel], | |
+.rtl .media-frame input[type=text], | |
.rtl .media-frame input[type=url], | |
.rtl .media-frame select, | |
.rtl .media-frame textarea, | |
@@ -2111,11 +2130,11 @@ | |
:lang(he-il) .rtl .media-frame, | |
:lang(he-il) .rtl .media-frame .search, | |
-:lang(he-il) .rtl .media-frame input[type=text], | |
-:lang(he-il) .rtl .media-frame input[type=password], | |
+:lang(he-il) .rtl .media-frame input[type=email], | |
:lang(he-il) .rtl .media-frame input[type=number], | |
+:lang(he-il) .rtl .media-frame input[type=password], | |
:lang(he-il) .rtl .media-frame input[type=search], | |
-:lang(he-il) .rtl .media-frame input[type=email], | |
+:lang(he-il) .rtl .media-frame input[type=text], | |
:lang(he-il) .rtl .media-frame input[type=url], | |
:lang(he-il) .rtl .media-frame select, | |
:lang(he-il) .rtl .media-frame textarea, | |
@@ -2224,21 +2243,21 @@ | |
width: auto | |
} | |
- .attachment-details .setting input[type=tel], | |
- .attachment-details .setting input[type=text], | |
- .attachment-details .setting input[type=password], | |
+ .attachment-details .setting input[type=email], | |
.attachment-details .setting input[type=number], | |
+ .attachment-details .setting input[type=password], | |
.attachment-details .setting input[type=search], | |
- .attachment-details .setting input[type=email], | |
+ .attachment-details .setting input[type=tel], | |
+ .attachment-details .setting input[type=text], | |
.attachment-details .setting input[type=url], | |
.attachment-details .setting select, | |
.attachment-details .setting textarea, | |
- .media-sidebar .setting input[type=tel], | |
- .media-sidebar .setting input[type=text], | |
- .media-sidebar .setting input[type=password], | |
+ .media-sidebar .setting input[type=email], | |
.media-sidebar .setting input[type=number], | |
+ .media-sidebar .setting input[type=password], | |
.media-sidebar .setting input[type=search], | |
- .media-sidebar .setting input[type=email], | |
+ .media-sidebar .setting input[type=tel], | |
+ .media-sidebar .setting input[type=text], | |
.media-sidebar .setting input[type=url], | |
.media-sidebar .setting select, | |
.media-sidebar .setting textarea { | |
@@ -2325,11 +2344,11 @@ | |
margin: 14px 2px 0 | |
} | |
- .media-frame input[type=text], | |
- .media-frame input[type=password], | |
+ .media-frame input[type=email], | |
.media-frame input[type=number], | |
+ .media-frame input[type=password], | |
.media-frame input[type=search], | |
- .media-frame input[type=email], | |
+ .media-frame input[type=text], | |
.media-frame input[type=url], | |
.media-frame select, | |
.media-frame textarea { | |
diff -ur build-unminified/wp-includes/css/media-views-rtl.min.css build-branch-unminified/wp-includes/css/media-views-rtl.min.css | |
--- build-unminified/wp-includes/css/media-views-rtl.min.css 2018-10-06 22:35:43.809221107 -0500 | |
+++ build-branch-unminified/wp-includes/css/media-views-rtl.min.css 2018-10-06 22:33:09.032063442 -0500 | |
@@ -1,11 +1,4 @@ | |
/*! This file is auto-generated */ | |
-.media-menu, | |
-.media-router { | |
- -webkit-user-select: none; | |
- -moz-user-select: none; | |
- -ms-user-select: none | |
-} | |
- | |
.media-modal * { | |
box-sizing: content-box | |
} | |
@@ -68,11 +61,11 @@ | |
color: #fff | |
} | |
-.media-frame input[type=text], | |
-.media-frame input[type=password], | |
+.media-frame input[type=email], | |
.media-frame input[type=number], | |
+.media-frame input[type=password], | |
.media-frame input[type=search], | |
-.media-frame input[type=email], | |
+.media-frame input[type=text], | |
.media-frame input[type=url], | |
.media-frame select, | |
.media-frame textarea { | |
@@ -83,11 +76,11 @@ | |
border-color: #ddd | |
} | |
-.media-frame input[type=text]:focus, | |
-.media-frame input[type=password]:focus, | |
+.media-frame input[type=email]:focus, | |
.media-frame input[type=number]:focus, | |
+.media-frame input[type=password]:focus, | |
.media-frame input[type=search]:focus, | |
-.media-frame input[type=email]:focus, | |
+.media-frame input[type=text]:focus, | |
.media-frame input[type=url]:focus, | |
.media-frame select:focus, | |
.media-frame textarea:focus { | |
@@ -203,7 +196,7 @@ | |
.media-modal-close .media-modal-icon:before { | |
content: "\f158"; | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: middle; | |
-webkit-font-smoothing: antialiased; | |
@@ -263,13 +256,6 @@ | |
border-top: 1px solid #ddd | |
} | |
-.media-menu, | |
-.media-sidebar { | |
- top: 0; | |
- background: #f3f3f3; | |
- left: 0 | |
-} | |
- | |
@media screen and (max-width:782px) { | |
.media-frame-toolbar .media-toolbar { | |
bottom: -48px | |
@@ -301,10 +287,13 @@ | |
.media-sidebar { | |
position: absolute; | |
+ top: 0; | |
+ left: 0; | |
bottom: 0; | |
width: 267px; | |
padding: 0 16px 24px; | |
z-index: 75; | |
+ background: #f3f3f3; | |
border-right: 1px solid #ddd; | |
overflow: auto; | |
-webkit-overflow-scrolling: touch | |
@@ -379,14 +368,14 @@ | |
max-width: 65% | |
} | |
-.attachment-details .field input[type=radio], | |
.attachment-details .field input[type=checkbox], | |
-.attachment-details .setting input[type=radio], | |
+.attachment-details .field input[type=radio], | |
.attachment-details .setting input[type=checkbox], | |
-.media-sidebar .field input[type=radio], | |
+.attachment-details .setting input[type=radio], | |
.media-sidebar .field input[type=checkbox], | |
-.media-sidebar .setting input[type=radio], | |
-.media-sidebar .setting input[type=checkbox] { | |
+.media-sidebar .field input[type=radio], | |
+.media-sidebar .setting input[type=checkbox], | |
+.media-sidebar .setting input[type=radio] { | |
float: none; | |
margin: 8px 3px 0; | |
padding: 0 | |
@@ -403,33 +392,26 @@ | |
color: #666 | |
} | |
-.media-menu>a, | |
-.media-router>a { | |
- line-height: 18px; | |
- font-size: 14px; | |
- text-decoration: none | |
-} | |
- | |
.compat-item label span { | |
text-align: left | |
} | |
.attachment-details .setting .value, | |
-.attachment-details .setting input[type=tel], | |
-.attachment-details .setting input[type=text], | |
-.attachment-details .setting input[type=password], | |
+.attachment-details .setting input[type=email], | |
.attachment-details .setting input[type=number], | |
+.attachment-details .setting input[type=password], | |
.attachment-details .setting input[type=search], | |
-.attachment-details .setting input[type=email], | |
+.attachment-details .setting input[type=tel], | |
+.attachment-details .setting input[type=text], | |
.attachment-details .setting input[type=url], | |
.attachment-details .setting textarea, | |
.media-sidebar .setting .value, | |
-.media-sidebar .setting input[type=tel], | |
-.media-sidebar .setting input[type=text], | |
-.media-sidebar .setting input[type=password], | |
+.media-sidebar .setting input[type=email], | |
.media-sidebar .setting input[type=number], | |
+.media-sidebar .setting input[type=password], | |
.media-sidebar .setting input[type=search], | |
-.media-sidebar .setting input[type=email], | |
+.media-sidebar .setting input[type=tel], | |
+.media-sidebar .setting input[type=text], | |
.media-sidebar .setting input[type=url], | |
.media-sidebar .setting textarea { | |
box-sizing: border-box; | |
@@ -500,12 +482,12 @@ | |
margin: 1px | |
} | |
-.compat-item .field input[type=tel], | |
-.compat-item .field input[type=text], | |
-.compat-item .field input[type=password], | |
+.compat-item .field input[type=email], | |
.compat-item .field input[type=number], | |
+.compat-item .field input[type=password], | |
.compat-item .field input[type=search], | |
-.compat-item .field input[type=email], | |
+.compat-item .field input[type=tel], | |
+.compat-item .field input[type=text], | |
.compat-item .field input[type=url], | |
.compat-item .field textarea { | |
width: 100%; | |
@@ -522,13 +504,19 @@ | |
.media-menu { | |
position: absolute; | |
+ top: 0; | |
right: 0; | |
+ left: 0; | |
bottom: 0; | |
margin: 0; | |
padding: 10px 0; | |
+ background: #f3f3f3; | |
border-left-width: 1px; | |
border-left-style: solid; | |
border-left-color: #ccc; | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
user-select: none | |
} | |
@@ -537,14 +525,10 @@ | |
position: relative; | |
padding: 8px 20px; | |
margin: 0; | |
- color: #0073aa | |
-} | |
- | |
-.media-frame-title .dashicons, | |
-.media-frame.hide-menu .media-frame-menu, | |
-.media-frame.hide-router .media-frame-router, | |
-.media-frame.hide-toolbar .media-frame-toolbar { | |
- display: none | |
+ line-height: 18px; | |
+ font-size: 14px; | |
+ color: #0073aa; | |
+ text-decoration: none | |
} | |
.media-menu>a:hover { | |
@@ -574,6 +558,9 @@ | |
padding: 0 6px; | |
margin: 0; | |
clear: both; | |
+ -webkit-user-select: none; | |
+ -moz-user-select: none; | |
+ -ms-user-select: none; | |
user-select: none | |
} | |
@@ -586,15 +573,10 @@ | |
float: right; | |
padding: 8px 10px 9px; | |
margin: 0; | |
- height: 18px | |
-} | |
- | |
-.media-frame, | |
-.media-frame-menu { | |
- position: absolute; | |
- right: 0; | |
- bottom: 0; | |
- top: 0 | |
+ height: 18px; | |
+ line-height: 18px; | |
+ font-size: 14px; | |
+ text-decoration: none | |
} | |
.media-router>a:last-child { | |
@@ -624,43 +606,47 @@ | |
.media-frame { | |
overflow: hidden; | |
- left: 0 | |
+ position: absolute; | |
+ top: 0; | |
+ right: 0; | |
+ left: 0; | |
+ bottom: 0 | |
} | |
.media-frame-menu { | |
+ position: absolute; | |
+ top: 0; | |
+ right: 0; | |
+ bottom: 0; | |
width: 200px; | |
z-index: 150 | |
} | |
-.media-frame-router, | |
.media-frame-title { | |
position: absolute; | |
+ top: 0; | |
right: 200px; | |
left: 0; | |
+ height: 50px; | |
z-index: 200 | |
} | |
-.media-frame-title { | |
- top: 0; | |
- height: 50px | |
-} | |
- | |
.media-frame-router { | |
+ position: absolute; | |
top: 50px; | |
- height: 36px | |
-} | |
- | |
-.media-frame-content, | |
-.media-frame-toolbar { | |
right: 200px; | |
- height: auto; | |
- position: absolute; | |
- left: 0 | |
+ left: 0; | |
+ height: 36px; | |
+ z-index: 200 | |
} | |
.media-frame-content { | |
+ position: absolute; | |
top: 84px; | |
+ right: 200px; | |
+ left: 0; | |
bottom: 61px; | |
+ height: auto; | |
width: auto; | |
margin: 0; | |
overflow: auto; | |
@@ -669,8 +655,14 @@ | |
} | |
.media-frame-toolbar { | |
+ position: absolute; | |
+ right: 200px; | |
+ left: 0; | |
+ bottom: 0; | |
+ height: 60px; | |
z-index: 100; | |
- bottom: 60px | |
+ bottom: 60px; | |
+ height: auto | |
} | |
.media-frame.hide-menu .media-frame-content, | |
@@ -688,11 +680,21 @@ | |
top: 50px | |
} | |
+.media-frame.hide-menu .media-frame-menu, | |
+.media-frame.hide-router .media-frame-router, | |
+.media-frame.hide-toolbar .media-frame-toolbar { | |
+ display: none | |
+} | |
+ | |
.media-frame.hide-router .media-frame-title { | |
border-bottom: 1px solid #ddd; | |
box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1) | |
} | |
+.media-frame-title .dashicons { | |
+ display: none | |
+} | |
+ | |
.media-frame-title h1 { | |
padding: 0 16px; | |
font-size: 22px; | |
@@ -749,11 +751,6 @@ | |
max-width: calc(48% - 12px) | |
} | |
-.media-toolbar-primary .search, | |
-.wp-core-ui .attachment .portrait img { | |
- max-width: 100% | |
-} | |
- | |
.media-frame select.attachment-filters:last-of-type { | |
margin-left: 0 | |
} | |
@@ -767,6 +764,10 @@ | |
-webkit-appearance: none | |
} | |
+.media-toolbar-primary .search { | |
+ max-width: 100% | |
+} | |
+ | |
.wp-core-ui .attachments { | |
margin: 0; | |
-webkit-overflow-scrolling: touch | |
@@ -833,6 +834,10 @@ | |
transition: opacity .1s | |
} | |
+.wp-core-ui .attachment .portrait img { | |
+ max-width: 100% | |
+} | |
+ | |
.wp-core-ui .attachment .landscape img { | |
max-height: 100% | |
} | |
@@ -1047,7 +1052,7 @@ | |
} | |
.uploader-inline .close:before { | |
- font: 400 30px/1 dashicons !important; | |
+ font: normal 30px/1 dashicons !important; | |
color: #555d66; | |
display: inline-block; | |
content: "\f335"; | |
@@ -1056,7 +1061,7 @@ | |
} | |
.uploader-inline .close:focus { | |
- outline: #5b9dd9 solid 1px; | |
+ outline: 1px solid #5b9dd9; | |
box-shadow: 0 0 3px rgba(0, 115, 170, .8) | |
} | |
@@ -1112,7 +1117,7 @@ | |
top: 50%; | |
right: 15%; | |
width: 70%; | |
- margin: -5px 0 0 | |
+ margin: -5px 0 0 0 | |
} | |
.media-uploader-status { | |
@@ -1170,7 +1175,7 @@ | |
.media-sidebar .media-uploader-status .upload-dismiss-errors:before { | |
content: "\f153"; | |
display: block; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
color: #72777c | |
} | |
@@ -1339,7 +1344,10 @@ | |
} | |
.media-selection.editing, | |
-.media-selection.empty, | |
+.media-selection.empty { | |
+ display: none | |
+} | |
+ | |
.media-selection.one .edit-selection { | |
display: none | |
} | |
@@ -1352,12 +1360,6 @@ | |
font-weight: 600 | |
} | |
-.media-selection .attachments, | |
-.media-selection .selection-view { | |
- display: inline-block; | |
- vertical-align: top | |
-} | |
- | |
.media-selection .button-link { | |
float: right; | |
padding: 1px 8px; | |
@@ -1387,11 +1389,18 @@ | |
color: #dc3232 | |
} | |
+.media-selection .selection-view { | |
+ display: inline-block; | |
+ vertical-align: top | |
+} | |
+ | |
.media-selection .attachments { | |
+ display: inline-block; | |
height: 48px; | |
margin: 6px; | |
padding: 0; | |
- overflow: hidden | |
+ overflow: hidden; | |
+ vertical-align: top | |
} | |
.media-selection .attachment { | |
@@ -1459,8 +1468,6 @@ | |
vertical-align: middle | |
} | |
-.attachment-details.save-waiting .settings-save-status .spinner, | |
-.media-frame .embed-loading .embed-url .spinner, | |
.media-frame .spinner.is-active { | |
visibility: visible | |
} | |
@@ -1489,6 +1496,10 @@ | |
display: none | |
} | |
+.attachment-details.save-waiting .settings-save-status .spinner { | |
+ visibility: visible | |
+} | |
+ | |
.attachment-details.save-complete .settings-save-status .saved { | |
display: block | |
} | |
@@ -1642,8 +1653,10 @@ | |
border: none; | |
border-bottom: 1px solid #ddd; | |
box-shadow: none; | |
- margin: 0 0 16px; | |
- padding: 0 0 16px; | |
+ margin: 0; | |
+ margin-bottom: 16px; | |
+ padding: 0; | |
+ padding-bottom: 16px; | |
position: relative | |
} | |
@@ -1664,12 +1677,8 @@ | |
text-transform: uppercase; | |
font-size: 12px; | |
color: #666; | |
- margin: 3px 0 0 | |
-} | |
- | |
-.embed-url, | |
-.imgedit-thumbnail-preview-caption { | |
- display: block | |
+ margin: 0; | |
+ margin-top: 3px | |
} | |
.media-modal .imgedit-group-top h2 .button-link, | |
@@ -1717,11 +1726,17 @@ | |
margin: 10px 0 0 8px | |
} | |
+.imgedit-thumbnail-preview-caption { | |
+ display: block | |
+} | |
+ | |
.media-modal .imgedit-wrap div.updated { | |
- margin: 0 0 16px | |
+ margin: 0; | |
+ margin-bottom: 16px | |
} | |
.embed-url { | |
+ display: block; | |
position: relative; | |
padding: 16px; | |
margin: 0; | |
@@ -1744,6 +1759,10 @@ | |
left: 26px | |
} | |
+.media-frame .embed-loading .embed-url .spinner { | |
+ visibility: visible | |
+} | |
+ | |
.embed-link-settings, | |
.embed-media-settings { | |
position: absolute; | |
@@ -1777,7 +1796,7 @@ | |
} | |
.mejs-container:focus { | |
- outline: #5b9dd9 solid 1px; | |
+ outline: 1px solid #5b9dd9; | |
box-shadow: 0 0 2px 1px rgba(30, 140, 190, .8) | |
} | |
@@ -1850,7 +1869,7 @@ | |
} | |
.image-details .advanced-toggle:after { | |
- font: 400 20px/1 dashicons; | |
+ font: normal 20px/1 dashicons; | |
speak: none; | |
vertical-align: top; | |
-webkit-font-smoothing: antialiased; | |
@@ -1888,7 +1907,7 @@ | |
.image-details .custom-size .sep { | |
float: right; | |
- margin: 26px 6px 0 | |
+ margin: 26px 6px 0 6px | |
} | |
.image-details .custom-size:after { | |
@@ -1984,7 +2003,7 @@ | |
float: right; | |
width: 25%; | |
text-align: left; | |
- margin: 8px 1% 0; | |
+ margin: 8px 1% 0 1%; | |
line-height: 1.1 | |
} | |
@@ -2079,12 +2098,12 @@ | |
max-width: 55% | |
} | |
-.ie7 .media-sidebar .setting input[type=tel], | |
-.ie7 .media-sidebar .setting input[type=text], | |
-.ie7 .media-sidebar .setting input[type=password], | |
+.ie7 .media-sidebar .setting input[type=email], | |
.ie7 .media-sidebar .setting input[type=number], | |
+.ie7 .media-sidebar .setting input[type=password], | |
.ie7 .media-sidebar .setting input[type=search], | |
-.ie7 .media-sidebar .setting input[type=email], | |
+.ie7 .media-sidebar .setting input[type=tel], | |
+.ie7 .media-sidebar .setting input[type=text], | |
.ie7 .media-sidebar .setting input[type=url], | |
.ie7 .media-sidebar .setting textarea { | |
width: 55% | |
@@ -2096,12 +2115,12 @@ | |
.rtl .media-frame, | |
.rtl .media-frame .search, | |
-.rtl .media-frame input[type=tel], | |
-.rtl .media-frame input[type=text], | |
-.rtl .media-frame input[type=password], | |
+.rtl .media-frame input[type=email], | |
.rtl .media-frame input[type=number], | |
+.rtl .media-frame input[type=password], | |
.rtl .media-frame input[type=search], | |
-.rtl .media-frame input[type=email], | |
+.rtl .media-frame input[type=tel], | |
+.rtl .media-frame input[type=text], | |
.rtl .media-frame input[type=url], | |
.rtl .media-frame select, | |
.rtl .media-frame textarea, | |
@@ -2111,11 +2130,11 @@ | |
:lang(he-il) .rtl .media-frame, | |
:lang(he-il) .rtl .media-frame .search, | |
-:lang(he-il) .rtl .media-frame input[type=text], | |
-:lang(he-il) .rtl .media-frame input[type=password], | |
+:lang(he-il) .rtl .media-frame input[type=email], | |
:lang(he-il) .rtl .media-frame input[type=number], | |
+:lang(he-il) .rtl .media-frame input[type=password], | |
:lang(he-il) .rtl .media-frame input[type=search], | |
-:lang(he-il) .rtl .media-frame input[type=email], | |
+:lang(he-il) .rtl .media-frame input[type=text], | |
:lang(he-il) .rtl .media-frame input[type=url], | |
:lang(he-il) .rtl .media-frame select, | |
:lang(he-il) .rtl .media-frame textarea, | |
@@ -2224,21 +2243,21 @@ | |
width: auto | |
} | |
- .attachment-details .setting input[type=tel], | |
- .attachment-details .setting input[type=text], | |
- .attachment-details .setting input[type=password], | |
+ .attachment-details .setting input[type=email], | |
.attachment-details .setting input[type=number], | |
+ .attachment-details .setting input[type=password], | |
.attachment-details .setting input[type=search], | |
- .attachment-details .setting input[type=email], | |
+ .attachment-details .setting input[type=tel], | |
+ .attachment-details .setting input[type=text], | |
.attachment-details .setting input[type=url], | |
.attachment-details .setting select, | |
.attachment-details .setting textarea, | |
- .media-sidebar .setting input[type=tel], | |
- .media-sidebar .setting input[type=text], | |
- .media-sidebar .setting input[type=password], | |
+ .media-sidebar .setting input[type=email], | |
.media-sidebar .setting input[type=number], | |
+ .media-sidebar .setting input[type=password], | |
.media-sidebar .setting input[type=search], | |
- .media-sidebar .setting input[type=email], | |
+ .media-sidebar .setting input[type=tel], | |
+ .media-sidebar .setting input[type=text], | |
.media-sidebar .setting input[type=url], | |
.media-sidebar .setting select, | |
.media-sidebar .setting textarea { | |
@@ -2325,11 +2344,11 @@ | |
margin: 14px 2px 0 | |
} | |
- .media-frame input[type=text], | |
- .media-frame input[type=password], | |
+ .media-frame input[type=email], | |
.media-frame input[type=number], | |
+ .media-frame input[type=password], | |
.media-frame input[type=search], | |
- .media-frame input[type=email], | |
+ .media-frame input[type=text], | |
.media-frame input[type=url], | |
.media-frame select, | |
.media-frame textarea { | |
diff -ur build-unminified/wp-includes/css/wp-auth-check.min.css build-branch-unminified/wp-includes/css/wp-auth-check.min.css | |
--- build-unminified/wp-includes/css/wp-auth-check.min.css 2018-10-06 22:35:44.117223412 -0500 | |
+++ build-branch-unminified/wp-includes/css/wp-auth-check.min.css 2018-10-06 22:33:09.368065956 -0500 | |
@@ -59,7 +59,7 @@ | |
left: 50%; | |
top: 50%; | |
margin: -10px 0 0 -10px; | |
- background: url(../images/spinner.gif) center no-repeat; | |
+ background: url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
@@ -91,7 +91,7 @@ | |
#wp-auth-check-wrap .wp-auth-check-close:before { | |
content: "\f158"; | |
- font: 400 20px/22px dashicons; | |
+ font: normal 20px/22px dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased !important; | |
-moz-osx-font-smoothing: grayscale | |
diff -ur build-unminified/wp-includes/css/wp-auth-check-rtl.min.css build-branch-unminified/wp-includes/css/wp-auth-check-rtl.min.css | |
--- build-unminified/wp-includes/css/wp-auth-check-rtl.min.css 2018-10-06 22:35:44.893229216 -0500 | |
+++ build-branch-unminified/wp-includes/css/wp-auth-check-rtl.min.css 2018-10-06 22:33:10.128071640 -0500 | |
@@ -59,7 +59,7 @@ | |
right: 50%; | |
top: 50%; | |
margin: -10px -10px 0 0; | |
- background: url(../images/spinner.gif) center no-repeat; | |
+ background: url(../images/spinner.gif) no-repeat center; | |
background-size: 20px 20px; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
@@ -91,7 +91,7 @@ | |
#wp-auth-check-wrap .wp-auth-check-close:before { | |
content: "\f158"; | |
- font: 400 20px/22px dashicons; | |
+ font: normal 20px/22px dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased !important; | |
-moz-osx-font-smoothing: grayscale | |
diff -ur build-unminified/wp-includes/css/wp-embed-template.min.css build-branch-unminified/wp-includes/css/wp-embed-template.min.css | |
--- build-unminified/wp-includes/css/wp-embed-template.min.css 2018-10-06 22:35:42.817213688 -0500 | |
+++ build-branch-unminified/wp-includes/css/wp-embed-template.min.css 2018-10-06 22:33:07.804054258 -0500 | |
@@ -9,11 +9,6 @@ | |
font-family: sans-serif | |
} | |
-.wp-embed, | |
-.wp-embed-share-input { | |
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif | |
-} | |
- | |
.screen-reader-text { | |
border: 0; | |
clip: rect(1px, 1px, 1px, 1px); | |
@@ -70,6 +65,7 @@ | |
padding: 25px; | |
font-size: 14px; | |
font-weight: 400; | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
line-height: 1.5; | |
color: #82878c; | |
background: #fff; | |
@@ -167,18 +163,14 @@ | |
display: inline | |
} | |
-.wp-embed-comments a, | |
-.wp-embed-share-tab-button { | |
- display: inline-block | |
-} | |
- | |
.wp-embed-meta a:hover { | |
text-decoration: none; | |
color: #0073aa | |
} | |
.wp-embed-comments a { | |
- line-height: 25px | |
+ line-height: 25px; | |
+ display: inline-block | |
} | |
.wp-embed-comments+.wp-embed-share { | |
@@ -263,6 +255,10 @@ | |
list-style: none | |
} | |
+.wp-embed-share-tab-button { | |
+ display: inline-block | |
+} | |
+ | |
.wp-embed-share-tab-button button { | |
margin: 0; | |
padding: 0; | |
@@ -275,7 +271,10 @@ | |
transition: color .1s ease-in | |
} | |
-.wp-embed-share-tab-button [aria-selected=true], | |
+.wp-embed-share-tab-button [aria-selected=true] { | |
+ color: #fff | |
+} | |
+ | |
.wp-embed-share-tab-button button:hover { | |
color: #fff | |
} | |
@@ -303,10 +302,11 @@ | |
width: 100%; | |
border: none; | |
height: 28px; | |
- margin: 0 0 10px; | |
+ margin: 0 0 10px 0; | |
padding: 0 5px; | |
font-size: 14px; | |
font-weight: 400; | |
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; | |
line-height: 1.5; | |
resize: none; | |
cursor: text | |
diff -ur build-unminified/wp-includes/css/wp-pointer.min.css build-branch-unminified/wp-includes/css/wp-pointer.min.css | |
--- build-unminified/wp-includes/css/wp-pointer.min.css 2018-10-06 22:35:44.021222694 -0500 | |
+++ build-branch-unminified/wp-includes/css/wp-pointer.min.css 2018-10-06 22:33:09.252065088 -0500 | |
@@ -25,7 +25,7 @@ | |
border-radius: 50%; | |
color: #00a0d2; | |
content: "\f227"; | |
- font: 400 20px/1.6 dashicons; | |
+ font: normal 20px/1.6 dashicons; | |
position: absolute; | |
top: 8px; | |
left: 15px; | |
@@ -68,7 +68,7 @@ | |
color: #72777c; | |
content: "\f153"; | |
display: block !important; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
speak: none; | |
margin: 1px 0; | |
text-align: center; | |
@@ -136,7 +136,7 @@ | |
.wp-pointer-top .wp-pointer-arrow, | |
.wp-pointer-undefined .wp-pointer-arrow { | |
top: 0; | |
- border-width: 0 13px 13px; | |
+ border-width: 0 13px 13px 13px; | |
border-bottom-color: #3592b6 | |
} | |
@@ -153,7 +153,7 @@ | |
.wp-pointer-bottom .wp-pointer-arrow { | |
bottom: 0; | |
- border-width: 13px 13px 0; | |
+ border-width: 13px 13px 0 13px; | |
border-top-color: #ccc | |
} | |
diff -ur build-unminified/wp-includes/css/wp-pointer-rtl.min.css build-branch-unminified/wp-includes/css/wp-pointer-rtl.min.css | |
--- build-unminified/wp-includes/css/wp-pointer-rtl.min.css 2018-10-06 22:35:42.925214496 -0500 | |
+++ build-branch-unminified/wp-includes/css/wp-pointer-rtl.min.css 2018-10-06 22:33:07.896054946 -0500 | |
@@ -25,7 +25,7 @@ | |
border-radius: 50%; | |
color: #00a0d2; | |
content: "\f227"; | |
- font: 400 20px/1.6 dashicons; | |
+ font: normal 20px/1.6 dashicons; | |
position: absolute; | |
top: 8px; | |
right: 15px; | |
@@ -68,7 +68,7 @@ | |
color: #72777c; | |
content: "\f153"; | |
display: block !important; | |
- font: 400 16px/1 dashicons; | |
+ font: normal 16px/1 dashicons; | |
speak: none; | |
margin: 1px 0; | |
text-align: center; | |
@@ -136,7 +136,7 @@ | |
.wp-pointer-top .wp-pointer-arrow, | |
.wp-pointer-undefined .wp-pointer-arrow { | |
top: 0; | |
- border-width: 0 13px 13px; | |
+ border-width: 0 13px 13px 13px; | |
border-bottom-color: #3592b6 | |
} | |
@@ -153,7 +153,7 @@ | |
.wp-pointer-bottom .wp-pointer-arrow { | |
bottom: 0; | |
- border-width: 13px 13px 0; | |
+ border-width: 13px 13px 0 13px; | |
border-top-color: #ccc | |
} | |
diff -ur build-unminified/wp-includes/embed.php build-branch-unminified/wp-includes/embed.php | |
--- build-unminified/wp-includes/embed.php 2018-10-06 22:35:39.981192475 -0500 | |
+++ build-branch-unminified/wp-includes/embed.php 2018-10-06 22:33:05.280035380 -0500 | |
@@ -887,7 +887,7 @@ | |
* and edit wp-embed-template.css directly. | |
*/ | |
?> | |
- body,html{padding:0;margin:0}body{font-family:sans-serif}.wp-embed,.wp-embed-share-input{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.dashicons{display:inline-block;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-size:20px;background-position:center;transition:background .1s ease-in;position:relative;top:5px}.dashicons-no{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M15.55%2013.7l-2.19%202.06-3.42-3.65-3.64%203.43-2.06-2.18%203.64-3.43-3.42-3.64%202.18-2.06%203.43%203.64%203.64-3.42%202.05%202.18-3.64%203.43z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E")}.dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E")}.wp-embed-comments a:hover .dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}.dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E");display:none}.js .dashicons-share{display:inline-block}.wp-embed-share-dialog-open:hover .dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}.wp-embed{padding:25px;font-size:14px;font-weight:400;line-height:1.5;color:#82878c;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.05);overflow:auto;zoom:1}.wp-embed a{color:#82878c;text-decoration:none}.wp-embed a:hover{text-decoration:underline}.wp-embed-featured-image{margin-bottom:20px}.wp-embed-featured-image img{width:100%;height:auto;border:none}.wp-embed-featured-image.square{float:left;max-width:160px;margin-right:20px}.wp-embed p{margin:0}p.wp-embed-heading{margin:0 0 15px;font-weight:600;font-size:22px;line-height:1.3}.wp-embed-heading a{color:#32373c}.wp-embed .wp-embed-more{color:#b4b9be}.wp-embed-footer{display:table;width:100%;margin-top:30px}.wp-embed-site-icon{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:25px;width:25px;border:0}.wp-embed-site-title{font-weight:600;line-height:25px}.wp-embed-site-title a{position:relative;display:inline-block;padding-left:35px}.wp-embed-meta,.wp-embed-site-title{display:table-cell}.wp-embed-meta{text-align:right;white-space:nowrap;vertical-align:middle}.wp-embed-comments,.wp-embed-share{display:inline}.wp-embed-comments a,.wp-embed-share-tab-button{display:inline-block}.wp-embed-meta a:hover{text-decoration:none;color:#0073aa}.wp-embed-comments a{line-height:25px}.wp-embed-comments+.wp-embed-share{margin-left:10px}.wp-embed-share-dialog{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#222;background-color:rgba(10,10,10,.9);color:#fff;opacity:1;transition:opacity .25s ease-in-out}.wp-embed-share-dialog.hidden{opacity:0;visibility:hidden}.wp-embed-share-dialog-close,.wp-embed-share-dialog-open{margin:-8px 0 0;padding:0;background:0 0;border:none;cursor:pointer;outline:0}.wp-embed-share-dialog-close .dashicons,.wp-embed-share-dialog-open .dashicons{padding:4px}.wp-embed-share-dialog-open .dashicons{top:8px}.wp-embed-share-dialog-close:focus .dashicons,.wp-embed-share-dialog-open:focus .dashicons{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);border-radius:100%}.wp-embed-share-dialog-close{position:absolute;top:20px;right:20px;font-size:22px}.wp-embed-share-dialog-close:hover{text-decoration:none}.wp-embed-share-dialog-close .dashicons{height:24px;width:24px;background-size:24px}.wp-embed-share-dialog-content{height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.wp-embed-share-dialog-text{margin-top:25px;padding:20px}.wp-embed-share-tabs{margin:0 0 20px;padding:0;list-style:none}.wp-embed-share-tab-button button{margin:0;padding:0;border:none;background:0 0;font-size:16px;line-height:1.3;color:#aaa;cursor:pointer;transition:color .1s ease-in}.wp-embed-share-tab-button [aria-selected=true],.wp-embed-share-tab-button button:hover{color:#fff}.wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 0 0 10px;padding:0 0 0 11px;border-left:1px solid #aaa}.wp-embed-share-tab[aria-hidden=true]{display:none}p.wp-embed-share-description{margin:0;font-size:14px;line-height:1;font-style:italic;color:#aaa}.wp-embed-share-input{box-sizing:border-box;width:100%;border:none;height:28px;margin:0 0 10px;padding:0 5px;font-size:14px;font-weight:400;line-height:1.5;resize:none;cursor:text}textarea.wp-embed-share-input{height:72px}html[dir=rtl] .wp-embed-featured-image.square{float:right;margin-right:0;margin-left:20px}html[dir=rtl] .wp-embed-site-title a{padding-left:0;padding-right:35px}html[dir=rtl] .wp-embed-site-icon{margin-right:0;margin-left:10px;left:auto;right:0}html[dir=rtl] .wp-embed-meta{text-align:left}html[dir=rtl] .wp-embed-share{margin-left:0;margin-right:10px}html[dir=rtl] .wp-embed-share-dialog-close{right:auto;left:20px}html[dir=rtl] .wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 10px 0 0;padding:0 11px 0 0;border-left:none;border-right:1px solid #aaa} | |
+ body,html{padding:0;margin:0}body{font-family:sans-serif}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.dashicons{display:inline-block;width:20px;height:20px;background-color:transparent;background-repeat:no-repeat;background-size:20px;background-position:center;transition:background .1s ease-in;position:relative;top:5px}.dashicons-no{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M15.55%2013.7l-2.19%202.06-3.42-3.65-3.64%203.43-2.06-2.18%203.64-3.43-3.42-3.64%202.18-2.06%203.43%203.64%203.64-3.42%202.05%202.18-3.64%203.43z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E")}.dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E")}.wp-embed-comments a:hover .dashicons-admin-comments{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M5%202h9q.82%200%201.41.59T16%204v7q0%20.82-.59%201.41T14%2013h-2l-5%205v-5H5q-.82%200-1.41-.59T3%2011V4q0-.82.59-1.41T5%202z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}.dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%2382878c%27%2F%3E%3C%2Fsvg%3E");display:none}.js .dashicons-share{display:inline-block}.wp-embed-share-dialog-open:hover .dashicons-share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.5%2012q1.24%200%202.12.88T17.5%2015t-.88%202.12-2.12.88-2.12-.88T11.5%2015q0-.34.09-.69l-4.38-2.3Q6.32%2013%205%2013q-1.24%200-2.12-.88T2%2010t.88-2.12T5%207q1.3%200%202.21.99l4.38-2.3q-.09-.35-.09-.69%200-1.24.88-2.12T14.5%202t2.12.88T17.5%205t-.88%202.12T14.5%208q-1.3%200-2.21-.99l-4.38%202.3Q8%209.66%208%2010t-.09.69l4.38%202.3q.89-.99%202.21-.99z%27%20fill%3D%27%230073aa%27%2F%3E%3C%2Fsvg%3E")}.wp-embed{padding:25px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;color:#82878c;background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.05);overflow:auto;zoom:1}.wp-embed a{color:#82878c;text-decoration:none}.wp-embed a:hover{text-decoration:underline}.wp-embed-featured-image{margin-bottom:20px}.wp-embed-featured-image img{width:100%;height:auto;border:none}.wp-embed-featured-image.square{float:left;max-width:160px;margin-right:20px}.wp-embed p{margin:0}p.wp-embed-heading{margin:0 0 15px;font-weight:600;font-size:22px;line-height:1.3}.wp-embed-heading a{color:#32373c}.wp-embed .wp-embed-more{color:#b4b9be}.wp-embed-footer{display:table;width:100%;margin-top:30px}.wp-embed-site-icon{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:25px;width:25px;border:0}.wp-embed-site-title{font-weight:600;line-height:25px}.wp-embed-site-title a{position:relative;display:inline-block;padding-left:35px}.wp-embed-meta,.wp-embed-site-title{display:table-cell}.wp-embed-meta{text-align:right;white-space:nowrap;vertical-align:middle}.wp-embed-comments,.wp-embed-share{display:inline}.wp-embed-meta a:hover{text-decoration:none;color:#0073aa}.wp-embed-comments a{line-height:25px;display:inline-block}.wp-embed-comments+.wp-embed-share{margin-left:10px}.wp-embed-share-dialog{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#222;background-color:rgba(10,10,10,.9);color:#fff;opacity:1;transition:opacity .25s ease-in-out}.wp-embed-share-dialog.hidden{opacity:0;visibility:hidden}.wp-embed-share-dialog-close,.wp-embed-share-dialog-open{margin:-8px 0 0;padding:0;background:0 0;border:none;cursor:pointer;outline:0}.wp-embed-share-dialog-close .dashicons,.wp-embed-share-dialog-open .dashicons{padding:4px}.wp-embed-share-dialog-open .dashicons{top:8px}.wp-embed-share-dialog-close:focus .dashicons,.wp-embed-share-dialog-open:focus .dashicons{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);border-radius:100%}.wp-embed-share-dialog-close{position:absolute;top:20px;right:20px;font-size:22px}.wp-embed-share-dialog-close:hover{text-decoration:none}.wp-embed-share-dialog-close .dashicons{height:24px;width:24px;background-size:24px}.wp-embed-share-dialog-content{height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden}.wp-embed-share-dialog-text{margin-top:25px;padding:20px}.wp-embed-share-tabs{margin:0 0 20px;padding:0;list-style:none}.wp-embed-share-tab-button{display:inline-block}.wp-embed-share-tab-button button{margin:0;padding:0;border:none;background:0 0;font-size:16px;line-height:1.3;color:#aaa;cursor:pointer;transition:color .1s ease-in}.wp-embed-share-tab-button [aria-selected=true]{color:#fff}.wp-embed-share-tab-button button:hover{color:#fff}.wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 0 0 10px;padding:0 0 0 11px;border-left:1px solid #aaa}.wp-embed-share-tab[aria-hidden=true]{display:none}p.wp-embed-share-description{margin:0;font-size:14px;line-height:1;font-style:italic;color:#aaa}.wp-embed-share-input{box-sizing:border-box;width:100%;border:none;height:28px;margin:0 0 10px 0;padding:0 5px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;resize:none;cursor:text}textarea.wp-embed-share-input{height:72px}html[dir=rtl] .wp-embed-featured-image.square{float:right;margin-right:0;margin-left:20px}html[dir=rtl] .wp-embed-site-title a{padding-left:0;padding-right:35px}html[dir=rtl] .wp-embed-site-icon{margin-right:0;margin-left:10px;left:auto;right:0}html[dir=rtl] .wp-embed-meta{text-align:left}html[dir=rtl] .wp-embed-share{margin-left:0;margin-right:10px}html[dir=rtl] .wp-embed-share-dialog-close{right:auto;left:20px}html[dir=rtl] .wp-embed-share-tab-button+.wp-embed-share-tab-button{margin:0 10px 0 0;padding:0 11px 0 0;border-left:none;border-right:1px solid #aaa} | |
<?php | |
} | |
?> | |
diff -ur build-unminified/wp-includes/js/mediaelement/wp-mediaelement.min.css build-branch-unminified/wp-includes/js/mediaelement/wp-mediaelement.min.css | |
--- build-unminified/wp-includes/js/mediaelement/wp-mediaelement.min.css 2018-10-06 22:35:42.065208063 -0500 | |
+++ build-branch-unminified/wp-includes/js/mediaelement/wp-mediaelement.min.css 2018-10-06 22:33:07.156049411 -0500 | |
@@ -1,12 +1,3 @@ | |
-.wp-playlist-caption, | |
-.wp-playlist-current-item .wp-playlist-item-artist, | |
-.wp-playlist-current-item .wp-playlist-item-title, | |
-.wp-playlist-item-album { | |
- text-overflow: ellipsis; | |
- white-space: nowrap; | |
- overflow: hidden | |
-} | |
- | |
.mejs-container { | |
clear: both; | |
max-width: 100% | |
@@ -158,13 +149,6 @@ | |
width: 400px | |
} | |
-.wp-playlist-caption, | |
-.wp-playlist-item-meta { | |
- display: block; | |
- font-size: 14px; | |
- line-height: 1.5 | |
-} | |
- | |
.wp-playlist .mejs-container { | |
margin: 0; | |
max-width: 100% | |
@@ -185,7 +169,13 @@ | |
} | |
.wp-playlist-caption { | |
- max-width: 88% | |
+ display: block; | |
+ max-width: 88%; | |
+ overflow: hidden; | |
+ text-overflow: ellipsis; | |
+ white-space: nowrap; | |
+ font-size: 14px; | |
+ line-height: 1.5 | |
} | |
.wp-playlist-item .wp-playlist-caption { | |
@@ -195,13 +185,22 @@ | |
max-width: calc(100% - 40px) | |
} | |
+.wp-playlist-item-meta { | |
+ display: block; | |
+ font-size: 14px; | |
+ line-height: 1.5 | |
+} | |
+ | |
.wp-playlist-item-title { | |
font-size: 14px; | |
line-height: 1.5 | |
} | |
.wp-playlist-item-album { | |
- font-style: italic | |
+ font-style: italic; | |
+ overflow: hidden; | |
+ text-overflow: ellipsis; | |
+ white-space: nowrap | |
} | |
.wp-playlist-item-artist { | |
@@ -281,6 +280,13 @@ | |
margin-right: 0 | |
} | |
+.wp-playlist-current-item .wp-playlist-item-artist, | |
+.wp-playlist-current-item .wp-playlist-item-title { | |
+ overflow: hidden; | |
+ text-overflow: ellipsis; | |
+ white-space: nowrap | |
+} | |
+ | |
.wp-audio-playlist .me-cannotplay span { | |
padding: 5px 15px | |
} | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment