fixed card styling for import series

This commit is contained in:
Keivan Beigi 2013-06-04 18:04:34 -07:00
commit 942679d4bd
3 changed files with 15 additions and 10 deletions

View file

@ -1,4 +1,4 @@
<div class="search-item">
<div class="search-item {{#unless isExisting}}search-item-new{{/unless}}">
<div class="row">
<div class="span2">
<a href="{{traktUrl}}" target="_blank">
@ -27,4 +27,4 @@
</div>
</div>
</div>
</div>
</div>

View file

@ -49,6 +49,7 @@
}
.unmapped-folder-view {
.card;
margin-top: 20px;
padding: 20px;
.folder-header {
@ -65,8 +66,6 @@
.search-item {
.card;
padding-bottom: 20px;
a {
color: #343434;
@ -79,6 +78,10 @@
}
}
.search-item-new {
.card;
}
.new-series-overview {
text-overflow: ellipsis;
white-space: pre-line;
@ -91,10 +94,9 @@
}
.new-series-loadmore {
.card;
.clickable;
font-size: 30px;
font-weight: 300;
padding-top: 10px;
padding-bottom: 10px;
}
}