summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/common-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/common-rtl.css')
-rw-r--r--wp-admin/css/common-rtl.css35
1 files changed, 12 insertions, 23 deletions
diff --git a/wp-admin/css/common-rtl.css b/wp-admin/css/common-rtl.css
index 9e0401f..6528a09 100644
--- a/wp-admin/css/common-rtl.css
+++ b/wp-admin/css/common-rtl.css
@@ -124,7 +124,6 @@
.ui-helper-hidden-accessible {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
- -webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
@@ -1091,7 +1090,9 @@ th.action-links {
.wp-filter .search-form {
float: left;
- margin: 10px 0;
+ display: flex;
+ align-items: center;
+ column-gap: .5rem;
}
.wp-filter .search-form input[type="search"] {
@@ -1120,7 +1121,6 @@ th.action-links {
.wp-filter .search-form.search-plugins .wp-filter-search,
.no-js .wp-filter .search-form.search-plugins .button {
display: inline-block;
- margin-top: 10px;
vertical-align: top;
}
@@ -1361,6 +1361,11 @@ th.action-links {
position: relative;
max-width: 100%;
}
+ .wp-filter .search-form {
+ margin: 11px 0;
+ flex-wrap: wrap;
+ row-gap: 10px;
+ }
}
@media only screen and (max-width: 782px) {
@@ -1514,25 +1519,6 @@ div.error {
margin-top: -5px;
}
-#plugin-information-footer #plugin-activated-successfully {
- margin-bottom: 0;
-}
-
-#plugin-information-footer #plugin-activated-successfully p {
- display: flex;
- gap: 1em;
- align-items: center;
- justify-content: space-between;
- margin: 0;
-}
-
-#plugin-information-footer #plugin-activated-successfully .refresh-page {
- flex-grow: 0;
- line-height: 2.15384615;
- min-height: 0;
- margin-bottom: 0;
-}
-
.update-message p:before,
.updating-message p:before,
.updated-message p:before,
@@ -4152,7 +4138,6 @@ img {
}
.wp-filter .search-form input[type="search"] {
- width: 100%;
font-size: 1rem;
}
@@ -4206,6 +4191,10 @@ img {
.nav-tab-active:focus:active {
border-bottom: 1px solid #c3c4c7;
}
+
+ .wp-filter .search-form.search-plugins label {
+ width: 100%;
+ }
}
@media screen and (max-width: 480px) {