mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
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:
parent
991ce2d337
commit
897e7cd7f5
@ -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;
|
||||
|
@ -34,7 +34,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
@media all and (orientation: portrait) {
|
||||
@media (max-width: 499px) {
|
||||
#editor-container > hbox {
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
@media all and (orientation: portrait) {
|
||||
@media (max-width: 499px) {
|
||||
#editor-container > hbox {
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user