From bfbb7ee78a05080a8dd538b650bc80170b185080 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 9 Mar 2014 22:19:36 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/media.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index b1fb15fabc..39f9df67a0 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -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; } }