Adjust .find-box-inside responsive style, props avryl, see #26952

git-svn-id: https://develop.svn.wordpress.org/trunk@27461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-03-08 00:46:03 +00:00
parent c88f6ba1e9
commit 65ac1e6f2d
1 changed files with 6 additions and 3 deletions

View File

@ -333,6 +333,12 @@
right: 0;
}
@media screen and ( max-width: 782px ) {
.find-box-inside {
bottom: 69px;
}
}
@media screen and ( max-width: 660px ) {
.find-box {
@ -344,9 +350,6 @@
width: 100%;
}
.find-box-inside {
bottom: 69px;
}
}
.ui-find-overlay {