fix(collections): css lint warning

This commit is contained in:
OldHawk
2017-10-25 09:57:46 +08:00
parent 53e93653e3
commit 48d25eea72
2 changed files with 4 additions and 2 deletions

View File

@@ -95,6 +95,7 @@
left: 0;
right: 0;
padding: 30px 20px;
background-color: #333;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 8px;
.name {
@@ -108,7 +109,7 @@
right: 0;
bottom: 30px;
strong {
i {
text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000;
}
}
@@ -118,6 +119,7 @@
color: @mt-base-color !important;
}
.item-info {
background-color: #333;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
}

View File

@@ -40,7 +40,7 @@
<i class="fa fa-list text-info">
<strong> {{'COLLECTIONS.FILES_NUMBERS' | translate}}: {{m.torrents.length}}</strong></i>
</div>
<div class="col-xs-6 col-small-padding text-center">
<div class="col-xs-6 col-small-padding text-left">
<i class="fa fa-star-half-o text-info">
<strong> {{'COLLECTIONS.VOTE_AVERAGE' | translate}}: {{vm.getVoteAverage(m);}}</strong></i>
</div>