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

Commit

Permalink
Bug 1065731 - When adding a number to an existing contact, search ico…
Browse files Browse the repository at this point in the history
…n does nothing

Conflicts:
	shared/pages/import/style/search.css
  • Loading branch information
jmcanterafonseca authored and rvandermeulen committed Oct 21, 2014
1 parent 76e7707 commit 2e0ac4f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
16 changes: 8 additions & 8 deletions shared/pages/import/import.html
Expand Up @@ -160,14 +160,14 @@ <h1>Service</h1>

<section id="search-view" class="view" role="region">
<form id="searchview-container" role="search" class="search">
<button id='done-search' type="submit" data-l10n-id="done-search">Done</button>
<p>
<label for="search-contact">
<input type="search" name="search" class="textfield"
placeholder="Search" id="search-contact" data-l10n-id="search-contact">
<button type="reset">Clear</button>
</label>
</p>
<p>
<label for="search-contact">
<input type="search" name="search" class="textfield"
placeholder="Search" id="search-contact" data-l10n-id="search-contact">
<button type="reset">Clear</button>
</label>
</p>
<button id='done-search' type="submit" data-l10n-id="done-search">Done</button>
</form>
<section id="groups-list-search">
<ol id="search-list" class="selecting active" data-type="list">
Expand Down
4 changes: 4 additions & 0 deletions shared/pages/import/style/import.css
Expand Up @@ -176,3 +176,7 @@ li[data-uuid]{
li[data-uuid]:last-child {
border-bottom: none !important;
}

#done-search {
min-width: 8.2rem;
}
8 changes: 7 additions & 1 deletion shared/pages/import/style/search.css
Expand Up @@ -115,7 +115,8 @@ form.search button[type="submit"] {
#groups-list-search {
position: relative;
text-align: left;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
z-index: 1;
}

Expand Down Expand Up @@ -150,3 +151,8 @@ form.search button[type="submit"] {
span.highlight {
background-color: #b2f2ff;
}

#searchview-container p input::-moz-placeholder,
#search-container p input::-moz-placeholder {
background: none;
}

0 comments on commit 2e0ac4f

Please sign in to comment.