Adjust the height of the header and footer in the Find Posts modal on the Media Library screen, see #26952

git-svn-id: https://develop.svn.wordpress.org/trunk@27485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-03-09 22:19:36 +00:00
parent 517de7ea31
commit bfbb7ee78a

View File

@ -247,11 +247,11 @@
.find-box-head { .find-box-head {
background: #fcfcfc; background: #fcfcfc;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
height: 56px; height: 42px;
font-size: 22px; font-size: 22px;
font-weight: 600; font-weight: 600;
line-height: 56px; line-height: 41px;
padding: 0 40px 0 16px; padding: 0 42px 0 16px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
@ -263,8 +263,8 @@
padding: 16px; padding: 16px;
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;
top: 57px; top: 43px;
bottom: 57px; bottom: 45px;
overflow-y: scroll; overflow-y: scroll;
width: 100%; width: 100%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
@ -300,8 +300,8 @@
} }
#find-posts-close { #find-posts-close {
width: 40px; width: 42px;
height: 40px; height: 42px;
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
@ -315,7 +315,7 @@
} }
#find-posts-close:before { #find-posts-close:before {
font: normal 20px/40px 'dashicons'; font: normal 20px/42px 'dashicons';
vertical-align: top; vertical-align: top;
speak: none; speak: none;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -324,7 +324,7 @@
} }
.find-box-buttons { .find-box-buttons {
padding: 14px 16px; padding: 8px 16px;
background: #fcfcfc; background: #fcfcfc;
border-top: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf;
position: absolute; position: absolute;
@ -335,7 +335,7 @@
@media screen and ( max-width: 782px ) { @media screen and ( max-width: 782px ) {
.find-box-inside { .find-box-inside {
bottom: 69px; bottom: 57px;
} }
} }