Fix jump in incompatible buttons (fix #3203)

This commit is contained in:
Matthew Riley MacPherson 2016-08-09 12:56:40 +01:00
Родитель 689728deb3
Коммит b60826aaa0
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -1716,7 +1716,9 @@ h3.author .transfer-ownership {
color: @default-font-color;
font-size: 1rem;
font-weight: normal;
padding: 5px 14px 5px 28px;
margin: 0;
min-width: 225px;
padding: 5px 0px 5px 16px;
.addon-description-header & {
border: 0;
@ -1825,6 +1827,10 @@ h3.author .transfer-ownership {
.install-shell .install {
display: inline-block;
}
.d2c-reasons-help {
margin: 0 0 0 -8px;
}
}
.addon.hovercard,