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

Built from https://develop.svn.wordpress.org/trunk@27461


git-svn-id: http://core.svn.wordpress.org/trunk@27306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-03-08 00:47:14 +00:00
parent a8a20f4bb7
commit 330a752417
4 changed files with 14 additions and 8 deletions

View File

@ -333,6 +333,12 @@
left: 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 {

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long