mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1586590 - Remaining space should be placed between the confirm and cancel buttons. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D48599 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
cb59d6042b
commit
f337906a22
@ -1,4 +1,8 @@
|
||||
.overlay {
|
||||
/* 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/. */
|
||||
|
||||
.overlay {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
@ -72,6 +76,7 @@
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.buttons.macosx > .confirm-button {
|
||||
|
@ -7,7 +7,7 @@
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Password Manager')
|
||||
BUG_COMPONENT = ('Firefox', 'about:logins')
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'AboutLoginsParent.jsm',
|
||||
|
Loading…
Reference in New Issue
Block a user