From a7611a7ccc2f5c5277432512a498700946b6799d Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 27 Sep 2013 01:43:44 +0200 Subject: [PATCH] MDL-35217 afterburner: applying orientations --- theme/afterburner/style/afterburner_responsive.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/afterburner/style/afterburner_responsive.css b/theme/afterburner/style/afterburner_responsive.css index c01da88d5e8..d6119e05d45 100644 --- a/theme/afterburner/style/afterburner_responsive.css +++ b/theme/afterburner/style/afterburner_responsive.css @@ -1,4 +1,4 @@ -@media screen and (max-width: 767px) { +@media screen and (orientation:portrait) and (max-width: 767px) { /* Custom Menu -------------------------- */ @@ -50,7 +50,7 @@ } } -@media screen and (min-width: 768px) and (max-width: 799px) { +@media screen and (orientation:portrait) and (min-width: 768px) and (max-width: 799px) { /* Page Layout -------------------------*/ body.has_dock { @@ -91,7 +91,7 @@ right: 10px; } } -@media screen and (max-width: 767px) { +@media only screen and (orientation:portrait) and (max-width:767px) { /* Page Layout -------------------------*/ body.has_dock #dock { -- 2.43.0