зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0f01791ffc
Коммит
e14428116a
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче