зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1352331 - Swap the cancel and save buttons on edit profile dialog for Windows. r=lchang
MozReview-Commit-ID: I3kvKClOIIO --HG-- rename : browser/extensions/formautofill/content/editProfile.css => browser/extensions/formautofill/skin/shared/editProfile.css extra : rebase_source : 07567a5e708d3a3660baeb16eb4565e630c4cad7
This commit is contained in:
Родитель
fbd29db04b
Коммит
3b7b555b2e
|
@ -10,7 +10,8 @@
|
|||
- loaded as a stacked subdialog. -->
|
||||
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
|
||||
<link rel="stylesheet" href="chrome://browser/skin/preferences/in-content/dialog.css" />
|
||||
<link rel="stylesheet" href="chrome://formautofill/content/editProfile.css" />
|
||||
<link rel="stylesheet" href="chrome://formautofill-shared/skin/editProfile.css" />
|
||||
<link rel="stylesheet" href="chrome://formautofill/skin/editProfile.css" />
|
||||
<script src="chrome://formautofill/content/editProfile.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
/* 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/. */
|
||||
|
||||
/* Linux specific rules */
|
|
@ -0,0 +1,5 @@
|
|||
/* 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/. */
|
||||
|
||||
/* OSX specific rules */
|
|
@ -0,0 +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/. */
|
||||
|
||||
/* The save button should be on the left and cancel on the right for Windows */
|
||||
#save {
|
||||
order: 0;
|
||||
}
|
||||
|
||||
#cancel {
|
||||
order: 1;
|
||||
}
|
Загрузка…
Ссылка в новой задаче