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 648814 a8ef9fb0239c9b1735cf37ae2b58ad584a6ea18e
parent 648715 80312a6daa088138cc3d53b3944cd814759a623f
child 648815 3069d6214f58f81d7b443f1b6cede2424ffdad1f
push id74896
push userschung@mozilla.com
push dateFri, 18 Aug 2017 10:48:05 +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 {