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

Commit

Permalink
Bug 1025517 - [Homescreen] Search bar text box not centered verticall…
Browse files Browse the repository at this point in the history
…y in container
  • Loading branch information
crdlc authored and KevinGrandon committed Jul 1, 2014
1 parent f7bd74e commit 136066c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/verticalhome/style/css/search.css
Expand Up @@ -36,17 +36,15 @@
color: #e7e7e7;
}

/* We have this element to paint the search icon with opacity */
#search-form::after {
content: '';
top: 0;
left: 0;
width: calc(100% - .2rem);
width: calc(100% - .8rem);
height: 100%;
position: absolute;
background-image: url('/style/images/search_icon.png');
background-repeat: no-repeat;
background-size: 3rem;
background-size: 2rem;
background-position: center right;
opacity: .5;
}
Binary file modified apps/verticalhome/style/images/search_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/verticalhome/style/images/search_icon@1.5x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/verticalhome/style/images/search_icon@2.25x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/verticalhome/style/images/search_icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/verticalhome/style/images/search_icon@3.375x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 136066c

Please sign in to comment.