From dd6417362fb2958849c96765bab0a7621fd5b32f Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Thu, 16 Apr 2015 15:37:33 -0700 Subject: [PATCH] Bug 1155083 - Properly hide reader view tablet on landscape tablets. r=bnicholson --HG-- extra : rebase_source : 536896d127004696690e3129e61931d19cba1b16 --- mobile/android/themes/core/aboutReader.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobile/android/themes/core/aboutReader.css b/mobile/android/themes/core/aboutReader.css index 5e6afa2fccec..0b12639de3dd 100644 --- a/mobile/android/themes/core/aboutReader.css +++ b/mobile/android/themes/core/aboutReader.css @@ -620,6 +620,10 @@ body { height: 56px; } + .toolbar { + bottom: -57px; + } + .toolbar > * { width: 56px; }