Bug 1390433 - (From 1385813)[Form Autofill] Set the width of edit address dialog on html markup rather than in css draft
authorScott Wu <scottcwwu@gmail.com>
Mon, 31 Jul 2017 16:48:57 +0800
changeset 649794 4903cf2eaf5a2da7d32c20e60d680d5fa885d591
parent 649793 891d019c1fb56a8f96f8747077b9e33ded662424
child 649795 658f0d12cc26f9ff14e88d36a1e9f14e0ab57dc3
push id75162
push userschung@mozilla.com
push dateMon, 21 Aug 2017 10:29:17 +0000
bugs1390433, 1385813
milestone56.0
Bug 1390433 - (From 1385813)[Form Autofill] Set the width of edit address dialog on html markup rather than in css MozReview-Commit-ID: FtpIt0G76O9
browser/extensions/formautofill/content/editAddress.xhtml
browser/extensions/formautofill/skin/shared/editAddress.css
--- a/browser/extensions/formautofill/content/editAddress.xhtml
+++ b/browser/extensions/formautofill/content/editAddress.xhtml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" width="620">
 <head>
   <title data-localization="addNewDialogTitle"/>
   <link rel="stylesheet" href="chrome://formautofill-shared/skin/editAddress.css" />
   <link rel="stylesheet" href="chrome://formautofill/skin/editAddress.css" />
   <script src="chrome://formautofill/content/editAddress.js"></script>
 </head>
 <body>
   <form autocomplete="off">
--- a/browser/extensions/formautofill/skin/shared/editAddress.css
+++ b/browser/extensions/formautofill/skin/shared/editAddress.css
@@ -1,16 +1,12 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-html {
-  width: 620px;
-}
-
 body {
   font-size: 1rem;
 }
 
 form,
 label,
 div,
 p {