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 {
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;
}
}