From 984143a51cc7684be393998f83ed07f6c340fe79 Mon Sep 17 00:00:00 2001 From: crdlc Date: Fri, 27 Jun 2014 09:23:23 +0200 Subject: [PATCH] Bug 1029730 - (vertical-homescreen) Search field width changes slightly when invoked --- apps/system/style/rocketbar/rocketbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/system/style/rocketbar/rocketbar.css b/apps/system/style/rocketbar/rocketbar.css index 8076f6fdf0da..97a0f0ddadf9 100644 --- a/apps/system/style/rocketbar/rocketbar.css +++ b/apps/system/style/rocketbar/rocketbar.css @@ -35,7 +35,7 @@ body:not(.rb-enabled) #rocketbar { background: rgba(51, 51, 51, 0.5); border-radius: 1.7rem; padding: 0 1rem; - margin: 0.3rem 0.6rem 0.6rem 0.6rem; + margin: 0.3rem 0.5rem 0.6rem 0.5rem; overflow: hidden; white-space: nowrap; } @@ -55,7 +55,7 @@ body:not(.rb-enabled) #rocketbar { width: 100%; height: 3.4rem; color: #e7e7e7; - padding: 0 0 0 0.4rem; + padding: 0 0 0 0.5rem; text-overflow: ellipsis; } @@ -246,7 +246,7 @@ body.homesearch-enabled #screen.on-homescreen.rocketbar-expanded #statusbar-back /* Size the rocketbar form to cover the homescreen one exactly */ body.homesearch-enabled #screen.on-homescreen #rocketbar-form { - width: calc(100% - 1.2rem); + width: calc(100% - 1rem); box-sizing: border-box; }