Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/search-form.tmpl

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Unfix header, implement standard spacing units Created Aug. 16, 2017, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <form id="search-form" action="https://duckduckgo.com" method="GET">
juliandoucette 2017/08/18 15:03:55 Note: Regarding size differences between the imple
ire 2017/08/21 15:23:19 Ack. Will address this in a different issue
juliandoucette 2017/08/21 16:28:39 Acknowledged.
2 <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate( "search-form-label", "Label") }}</label>
3 <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("search-form-label", "Label") }}">
juliandoucette 2017/08/18 15:03:55 NIT: The placeholder text is not properly centered
ire 2017/08/21 15:23:19 Centered within the input? It isn't supposed to be
juliandoucette 2017/08/21 16:28:39 Sorry. I meant vertically.
ire 2017/08/22 12:15:15 Acknowledged.
4 <input type="hidden" name="sites" value="adblockplus.org">
juliandoucette 2017/08/18 15:03:55 NIT: I think there is more border radius in the mo
ire 2017/08/21 15:23:19 Done. It was 1px more round :)
juliandoucette 2017/08/21 16:28:39 Acknowledged. I wasn't sure.
5 <button type="submit">
6 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt ="{{ "Search" | translate("search-icon-alt", "Image alt text") }}">
7 </button>
8 </form>
OLDNEW

Powered by Google App Engine
This is Rietveld