I also renamed migration-dialog.[js|html|css] to migration-dialog-window.[js|html|css] to make it clearer that those resources are for when the wizard is being shown in a separate window. I also updated the documentation to reflect this. Differential Revision: https://phabricator.services.mozilla.com/D169014
10 lines
292 B
CSS
10 lines
292 B
CSS
/* 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/. */
|
|
|
|
@import url("chrome://global/skin/in-content/common.css");
|
|
|
|
body {
|
|
padding: 24px;
|
|
}
|