Bug 1422376 - Buttons should be at top and not in the middle of the release notes r=mstriemer,aswan

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Soeren Hentzschel 2019-02-04 20:45:55 +00:00
Родитель 0f01791ffc
Коммит e14428116a
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -569,7 +569,7 @@
<xul:image class="card-heading-image" anonid="theme-screenshot" xbl:inherits="src=previewURL"/>
<xul:hbox class="content-container" align="center">
<xul:hbox class="content-container">
<xul:vbox class="icon-container">
<xul:image anonid="icon" class="icon"/>
</xul:vbox>

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

@ -469,7 +469,11 @@ button.warning {
-moz-box-align: center;
}
.content-container,
.content-container {
-moz-box-align: center;
}
#updates-list > .addon > .content-container,
.basicinfo-container {
-moz-box-align: start;
}