mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
add existing has a load more button that shows all of the results.
This commit is contained in:
parent
2a89897a99
commit
5ad5307a7b
10 changed files with 195 additions and 150 deletions
|
@ -1,13 +1,18 @@
|
|||
.result-list {
|
||||
@import "../shared/Styles/card.less";
|
||||
|
||||
.result-list {
|
||||
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.existing-root-folder-view {
|
||||
h1 {
|
||||
padding: 10px 0 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.nz-input-large {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
|
@ -22,18 +27,20 @@
|
|||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.folder-name-matches {
|
||||
padding-left: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.img-polaroid {
|
||||
min-width: 138px;
|
||||
min-height: 203px;
|
||||
max-width: 138px;
|
||||
max-height: 203px;
|
||||
}
|
||||
|
||||
.unmapped-folder-view {
|
||||
background: #fcf8e3;
|
||||
margin-top: 20px;
|
||||
padding: 20px;
|
||||
.folder-header {
|
||||
|
@ -47,7 +54,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-item {
|
||||
|
||||
.card;
|
||||
|
||||
padding-bottom: 20px;
|
||||
a {
|
||||
color: #343434;
|
||||
|
@ -59,3 +70,26 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.new-series-overview {
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre-line;
|
||||
overflow: hidden;
|
||||
height: 125px;
|
||||
}
|
||||
|
||||
.new-series-add {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.new-series-loadmore {
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
background: #fcf8e3;
|
||||
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue