mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Administration: Consistent positioning and size of search form.
Move the visual positioning of the posts search form into it's DOM position. Fixes an accessibility bug where the keyboard focus sequence did not match the visual order. Change the media search form in list view to match the format of other post views. Give search forms a consistent layout on mobile. Props oglekler, sabernhardt, joedolson. Fixes #57949. git-svn-id: https://develop.svn.wordpress.org/trunk@56023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -924,14 +924,6 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.media-frame .media-search-input-label {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 10px;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Attachments
|
||||
*/
|
||||
@@ -1217,6 +1209,7 @@
|
||||
.mode-grid .attachments-browser .media-toolbar-primary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: .5rem;
|
||||
}
|
||||
|
||||
.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary {
|
||||
@@ -2806,7 +2799,11 @@
|
||||
}
|
||||
|
||||
.mode-grid .attachments-browser .media-toolbar-primary {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mode-grid .attachments-browser .media-toolbar-primary input[type="search"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.media-sidebar .copy-to-clipboard-container .success,
|
||||
|
||||
Reference in New Issue
Block a user