Bug 559916 - Site Panel lays out in landscape mode, while in portrait mode and with soft keyboard open [r=vingtetun]

This commit is contained in:
Mark Finkle 2010-04-16 18:06:14 -04:00
parent 9551a144e9
commit bbe1225f0e
3 changed files with 4 additions and 4 deletions

View File

@ -875,7 +875,7 @@ pageaction {
width :100%;
}
@media all and (orientation: landscape) {
@media (min-width: 500px) {
pageaction {
width: 50%;
}
@ -902,7 +902,7 @@ pageaction {
}
}
@media all and (orientation: portrait) {
@media (max-width: 499px) {
pageaction:last-child {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;

View File

@ -34,7 +34,7 @@
*
* ***** END LICENSE BLOCK ***** */
@media all and (orientation: portrait) {
@media (max-width: 499px) {
#editor-container > hbox {
-moz-box-orient: vertical;
}

View File

@ -34,7 +34,7 @@
*
* ***** END LICENSE BLOCK ***** */
@media all and (orientation: portrait) {
@media (max-width: 499px) {
#editor-container > hbox {
-moz-box-orient: vertical;
}