mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
Adjust the height of the header and footer in the Find Posts modal on the Media Library screen, see #26952
Built from https://develop.svn.wordpress.org/trunk@27485 git-svn-id: http://core.svn.wordpress.org/trunk@27329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
acba3131d7
commit
6f2ac2fc05
@ -247,11 +247,11 @@
|
||||
.find-box-head {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 56px;
|
||||
height: 42px;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
line-height: 56px;
|
||||
padding: 0 16px 0 40px;
|
||||
line-height: 41px;
|
||||
padding: 0 16px 0 42px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@ -263,8 +263,8 @@
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 57px;
|
||||
bottom: 57px;
|
||||
top: 43px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
@ -300,8 +300,8 @@
|
||||
}
|
||||
|
||||
#find-posts-close {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -315,7 +315,7 @@
|
||||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
font: normal 20px/40px 'dashicons';
|
||||
font: normal 20px/42px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@ -324,7 +324,7 @@
|
||||
}
|
||||
|
||||
.find-box-buttons {
|
||||
padding: 14px 16px;
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
.find-box-inside {
|
||||
bottom: 69px;
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -247,11 +247,11 @@
|
||||
.find-box-head {
|
||||
background: #fcfcfc;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
height: 56px;
|
||||
height: 42px;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
line-height: 56px;
|
||||
padding: 0 40px 0 16px;
|
||||
line-height: 41px;
|
||||
padding: 0 42px 0 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -263,8 +263,8 @@
|
||||
padding: 16px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 57px;
|
||||
bottom: 57px;
|
||||
top: 43px;
|
||||
bottom: 45px;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
@ -300,8 +300,8 @@
|
||||
}
|
||||
|
||||
#find-posts-close {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@ -315,7 +315,7 @@
|
||||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
font: normal 20px/40px 'dashicons';
|
||||
font: normal 20px/42px 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@ -324,7 +324,7 @@
|
||||
}
|
||||
|
||||
.find-box-buttons {
|
||||
padding: 14px 16px;
|
||||
padding: 8px 16px;
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
position: absolute;
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
.find-box-inside {
|
||||
bottom: 69px;
|
||||
bottom: 57px;
|
||||
}
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user