Bug 1535253 - Add back the .contentPane rule to passwordmgr.css that was removed accidentally. r=MattN

The .contentPane rule for /browser was consolidated and removed throughout the codebase but the .contentPane rule in passwordmgr.css is in /toolkit and shouldn't have been removed.

Differential Revision: https://phabricator.services.mozilla.com/D24922

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-04-01 20:36:48 +00:00
Родитель 93748b5526
Коммит 189bf2ef6d
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,10 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.contentPane {
margin: 9px 8px 5px 8px;
}
.actionButtons {
margin: 0px 3px 6px 3px;
}