提交 9d38f78f 编写于 作者: J Joao Moreno

pimp up extension viewlet

上级 e1f5f6a4
......@@ -50,8 +50,8 @@ export class Renderer implements IPagedRenderer<IExtension, ITemplateData> {
const header = append(details, $('.header'));
const name = append(header, $('span.name'));
const version = append(header, $('span.version.ellipsis'));
const ratings = append(header, $('span.ratings'));
const installCount = append(header, $('span.install-count'));
const ratings = append(header, $('span.ratings'));
const description = append(details, $('.description.ellipsis'));
const footer = append(details, $('.footer'));
const author = append(footer, $('.author.ellipsis'));
......
......@@ -82,12 +82,7 @@
.extensions-viewlet > .extensions .extension > .details > .header > .install-count:not(:empty) {
opacity: 0.6;
font-size: 80%;
border: 1px solid rgba(173, 173, 173, 0.5);
border-radius: 3px;
display: inline-block;
line-height: 14px;
padding: 0 3px;
text-align: right;
margin-right: 6px;
}
.extensions-viewlet > .extensions .extension > .details > .header > .install-count > .octicon {
......@@ -96,7 +91,6 @@
}
.extensions-viewlet > .extensions .extension > .details > .header > .ratings {
margin-right: 6px;
text-align: right;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册