BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_edit_address_overlay.html
blob0deecad894d02d79fed6edf6235e62d6b533fef3
1 <div id="autofill-edit-address-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 id="autofill-address-title"></h1>
4 <div class="content-area">
5 <div id="autofill-edit-address-fields">
6 </div>
8 <div class="settings-row">
9 <label>
10 <div i18n-content="autofillCountryLabel"></div>
11 <select class="country" field="country"></select>
12 </label>
13 </div>
15 <div class="input-group settings-row">
16 <div>
17 <label>
18 <div i18n-content="autofillPhoneLabel"></div>
19 <input class="short" field="phone"></input>
20 </label>
21 </div>
23 <div>
24 <label>
25 <div i18n-content="autofillEmailLabel"></div>
26 <input class="short" field="email"></input>
27 </label>
28 </div>
29 </div>
31 </div>
33 <div class="action-area button-strip">
34 <button id="autofill-edit-address-cancel-button" type="reset"
35 i18n-content="cancel"></button>
36 <button id="autofill-edit-address-apply-button" type="submit"
37 class="default-button" i18n-content="ok" disabled></button>
38 </div>
39 </div>