提交 767b11e9 编写于 作者: J Joao Moreno

move license

fixes #8411
上级 1e0a17b8
......@@ -91,10 +91,6 @@ export class ExtensionEditor extends BaseEditor {
this.name = append(title, $<HTMLAnchorElement>('a.name'));
this.name.href = '#';
this.license = append(title, $<HTMLAnchorElement>('a.license'));
this.license.href = '#';
this.license.textContent = localize('license', 'License');
const subtitle = append(details, $('.subtitle'));
this.publisher = append(subtitle, $<HTMLAnchorElement>('a.publisher'));
this.publisher.href = '#';
......@@ -104,6 +100,10 @@ export class ExtensionEditor extends BaseEditor {
this.rating = append(subtitle, $<HTMLAnchorElement>('a.rating'));
this.rating.href = '#';
this.license = append(subtitle, $<HTMLAnchorElement>('a.license'));
this.license.href = '#';
this.license.textContent = localize('license', 'License');
this.description = append(details, $('.description'));
const actions = append(details, $('.actions'));
......
......@@ -49,10 +49,6 @@
white-space: nowrap;
}
.extension-editor > .header > .details > .title > .license {
margin-left: 10px;
}
.extension-editor > .header > .details > .subtitle {
padding-top: 10px;
white-space: nowrap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册