--- a/wp/wp-admin/css/forms-rtl.css Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/css/forms-rtl.css Tue Sep 27 16:37:53 2022 +0200
@@ -33,7 +33,7 @@
}
textarea.code {
- padding: 4px 6px 1px 6px;
+ padding: 4px 6px 1px;
}
input[type="text"],
@@ -1000,8 +1000,8 @@
.pressthis-bookmarklet span {
display: inline-block;
- margin: 0px 0 0;
- padding: 0px 9px 8px 12px;
+ margin: 0;
+ padding: 0 9px 8px 12px;
}
.pressthis-bookmarklet span:before {
@@ -1226,7 +1226,7 @@
}
.request-filesystem-credentials-form .notice {
- margin: 0 0 20px 0;
+ margin: 0 0 20px;
clear: both;
}
@@ -1237,9 +1237,12 @@
margin-bottom: 1.3em;
}
-.tools-privacy-policy-page input.button,
+.tools-privacy-policy-page input.button {
+ margin: 0 6px 0 1px;
+}
+
.tools-privacy-policy-page select {
- margin: 0 6px 0 1px;
+ margin: 0 6px 0.5em 1px;
}
.tools-privacy-edit {
@@ -1526,6 +1529,10 @@
margin: 0 3px;
}
+ .form-table .regular-text ~ input[type="text"].small-text {
+ margin-top: 5px;
+ }
+
#pass-strength-result {
width: 100%;
box-sizing: border-box;
@@ -1560,13 +1567,13 @@
}
.form-table th {
- padding: 10px 0 0 0;
+ padding: 10px 0 0;
border-bottom: 0;
}
.form-table td {
margin-bottom: 0;
- padding: 4px 0 6px 0;
+ padding: 4px 0 6px;
}
.form-table.permalink-structure td code {