--- a/wp/wp-admin/css/themes-rtl.css Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-admin/css/themes-rtl.css Tue Dec 15 13:49:49 2020 +0100
@@ -1,3 +1,4 @@
+/*! This file is auto-generated */
/*------------------------------------------------------------------------------
16.0 - Themes
------------------------------------------------------------------------------*/
@@ -34,9 +35,6 @@
right: 20px;
margin: 0;
width: 280px;
- font-size: 16px;
- font-weight: 300;
- line-height: 1.5;
}
/* Position admin messages */
@@ -64,11 +62,6 @@
box-sizing: border-box;
}
-.ie8 .theme-browser .theme {
- width: 30%;
- margin: 0 0 4% 3%;
-}
-
.theme-browser .theme:nth-child(3n) {
margin-left: 0;
}
@@ -232,7 +225,7 @@
top: 50%;
transform: translateY(-50%);
left: 0;
- padding: 10px 15px;
+ padding: 9px 15px;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
@@ -257,7 +250,6 @@
.theme-browser .theme.display-author .theme-author a {
color: inherit;
- text-decoration: none;
}
/**
@@ -507,10 +499,6 @@
border-top: 1px solid #eee;
}
-.ie8 .theme-overlay .theme-actions {
- border: 1px solid #eee;
-}
-
.theme-overlay .theme-actions a {
margin-left: 5px;
margin-bottom: 5px;
@@ -691,10 +679,23 @@
line-height: inherit;
}
-.theme-overlay .theme-author a {
+.theme-overlay .toggle-auto-update {
+ /* Better align spin icon and text. */
+ display: inline-flex;
+ align-items: center;
+ /* Prevents content after the auto-update toggler from jumping down and up. */
+ min-height: 20px; /* Same height as the spinning dashicon. */
+ vertical-align: top;
+}
+
+.theme-overlay .theme-autoupdate .toggle-auto-update {
text-decoration: none;
}
+.theme-overlay .theme-autoupdate .toggle-auto-update .label {
+ text-decoration: underline;
+}
+
.theme-overlay .theme-description {
color: #555;
font-size: 15px;
@@ -826,7 +827,7 @@
}
/* Admin menu is folded */
-@media only screen and (max-width: 900px) {
+@media only screen and (max-width: 960px) {
.theme-overlay .theme-wrap {
right: 65px;
}
@@ -899,6 +900,15 @@
.theme-browser .theme:nth-child(3n) {
margin-left: 0;
}
+
+ .theme-overlay .theme-about {
+ bottom: 105px;
+ }
+
+ .theme-overlay .theme-actions {
+ padding-right: 4%;
+ padding-left: 4%;
+ }
}
@media only screen and (max-width: 650px) {
@@ -986,10 +996,15 @@
16.2 - Install Themes
------------------------------------------------------------------------------*/
+.update-php .wrap {
+ max-width: 40rem;
+}
+
/* Already installed theme */
.theme-browser .theme .theme-installed {
background: #0073aa;
}
+
.theme-browser .theme .notice-success p:before {
color: #79ba49;
content: "\f147";
@@ -1032,10 +1047,7 @@
overflow: hidden;
position: relative;
top: 10px;
-}
-
-.upload-plugin-wrap {
- display: none;
+ text-align: center;
}
.show-upload-view .upload-theme,
@@ -1048,11 +1060,19 @@
.upload-theme .wp-upload-form,
.upload-plugin .wp-upload-form {
background: #fafafa;
- border: 1px solid #e5e5e5;
+ border: 1px solid #ccd0d4;
padding: 30px;
margin: 30px auto;
- max-width: 380px;
+ display: inline-flex;
+ justify-content: space-between;
+ align-items: center;
}
+
+.upload-theme .wp-upload-form input[type="file"],
+.upload-plugin .wp-upload-form input[type="file"] {
+ margin-left: 10px;
+}
+
.upload-theme .install-help,
.upload-plugin .install-help {
color: #555d66; /* #f1f1f1 background */
@@ -1091,7 +1111,6 @@
.upload-theme .install-help {
font-size: 15px;
padding: 20px 0 0;
- text-align: right;
}
}
@@ -1114,6 +1133,43 @@
line-height: 1.9;
}
+.update-from-upload-comparison {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ text-align: right;
+ margin: 1rem 0 1.4rem;
+ border-collapse: collapse;
+ width: 100%;
+}
+
+.update-from-upload-comparison tr:last-child td {
+ height: 1.4rem;
+ vertical-align: top;
+}
+
+.update-from-upload-comparison tr:first-child th {
+ font-weight: bold;
+ height: 1.4rem;
+ vertical-align: bottom;
+}
+
+.update-from-upload-comparison td.name-label {
+ text-align: left;
+}
+
+.update-from-upload-comparison td,
+.update-from-upload-comparison th {
+ padding: 0.4rem 1.4rem;
+}
+
+.update-from-upload-comparison td.warning {
+ color: #a00;
+}
+
+.update-from-upload-actions {
+ margin-top: 1.4rem;
+}
+
/*------------------------------------------------------------------------------
16.3 - Custom Header Screen
------------------------------------------------------------------------------*/
@@ -1416,7 +1472,6 @@
float: right;
width: 45px;
height: 45px;
- padding-left: 2px;
background: #eee;
border-left: 1px solid #ddd;
color: #444;
@@ -1810,8 +1865,6 @@
.theme-install-overlay .wp-full-overlay-header .button {
float: left;
margin: 8px 0 0 10px;
- /* For when .theme-install is a span rather than a.button-primary (already installed theme) */
- line-height: 2;
}
.theme-install-overlay .wp-full-overlay-sidebar {
@@ -1896,9 +1949,10 @@
width: 100%;
}
- .theme-install-overlay .wp-full-overlay-header .theme-install {
- margin-top: 6px;
- line-height: normal;
+ .theme-install-overlay .wp-full-overlay-header .button {
+ font-size: 13px;
+ line-height: 2.15384615;
+ min-height: 30px;
}
.theme-browser .theme .theme-actions .button {
@@ -1907,8 +1961,13 @@
.theme-browser .theme.active .theme-actions,
.theme-browser .theme .theme-actions {
- padding-top: 8px;
- padding-bottom: 8px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+ }
+
+ .upload-theme .wp-upload-form,
+ .upload-plugin .wp-upload-form {
+ display: block;
}
}