Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1029730 - (vertical-homescreen) Search field width changes slight…
…ly when invoked
  • Loading branch information
crdlc authored and rvandermeulen committed Jul 2, 2014
1 parent f28b839 commit 984143a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/system/style/rocketbar/rocketbar.css
Expand Up @@ -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;
}
Expand All @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 984143a

Please sign in to comment.