mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fully working add series
This commit is contained in:
parent
57ccc51393
commit
96810c489c
21 changed files with 295 additions and 314 deletions
|
@ -1,105 +1,96 @@
|
|||
@import "../shared/Styles/card.less";
|
||||
@import "../shared/Styles/clickable.less";
|
||||
|
||||
.result-list {
|
||||
font-size : 14px;
|
||||
text-align : left;
|
||||
padding-bottom : 30px;
|
||||
#add-series-screen {
|
||||
|
||||
.folder-path, .folder-free-space {
|
||||
.clickable;
|
||||
}
|
||||
}
|
||||
|
||||
.existing-root-folder-view {
|
||||
h1 {
|
||||
padding : 10px 0 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.add-series-import-btn {
|
||||
margin : 0px 40px;
|
||||
width : 1080px;
|
||||
}
|
||||
|
||||
.add-series-search {
|
||||
margin-top : 20px;
|
||||
margin-bottom : 20px;
|
||||
padding-left : 20px;
|
||||
|
||||
*[class*='icon-'] {
|
||||
font-size : 28px;
|
||||
height : 30px;
|
||||
width : 40px;
|
||||
padding-top : 14px;
|
||||
}
|
||||
input {
|
||||
height : 50px;
|
||||
.operations-row {
|
||||
margin-left : 0px;
|
||||
}
|
||||
|
||||
}
|
||||
.existing-series {
|
||||
|
||||
.folder-name-matches {
|
||||
padding-left : 20px;
|
||||
padding-top : 10px;
|
||||
}
|
||||
@highLight : rgb(134, 129, 130);
|
||||
|
||||
.add-series-poster {
|
||||
min-width : 138px;
|
||||
min-height : 203px;
|
||||
max-width : 138px;
|
||||
max-height : 203px;
|
||||
}
|
||||
.card();
|
||||
margin : 20px 0px;
|
||||
|
||||
.unmapped-folder-view {
|
||||
.card;
|
||||
margin-top : 20px;
|
||||
padding : 20px;
|
||||
.folder-header {
|
||||
font-weight : 300;
|
||||
select {
|
||||
margin-bottom : 0;
|
||||
font-size : 16px;
|
||||
.add-series-search {
|
||||
width : 970px;
|
||||
}
|
||||
|
||||
.unmapped-folder-path {
|
||||
padding: 20px;
|
||||
margin-left : 0px;
|
||||
font-weight : 100;
|
||||
font-size : 25px;
|
||||
text-align : center;
|
||||
background : @highLight;
|
||||
}
|
||||
|
||||
.new-series-loadmore {
|
||||
.clickable;
|
||||
font-size : 30px;
|
||||
font-weight : 300;
|
||||
padding-top : 10px;
|
||||
padding-bottom : 10px;
|
||||
background : @highLight;
|
||||
}
|
||||
}
|
||||
|
||||
.new-series {
|
||||
.search-item {
|
||||
.card();
|
||||
margin : 40px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-series-search {
|
||||
margin-top : 20px;
|
||||
margin-bottom : 20px;
|
||||
padding-left : 20px;
|
||||
|
||||
*[class*='icon-'] {
|
||||
font-size : 28px;
|
||||
height : 30px;
|
||||
width : 40px;
|
||||
padding-top : 14px;
|
||||
}
|
||||
input {
|
||||
margin-bottom : 0;
|
||||
height : 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-item {
|
||||
.search-item {
|
||||
|
||||
padding-bottom : 20px;
|
||||
a {
|
||||
color : #343434;
|
||||
.new-series-overview {
|
||||
text-overflow : ellipsis;
|
||||
white-space : pre-line;
|
||||
overflow : hidden;
|
||||
height : 125px;
|
||||
}
|
||||
|
||||
.new-series-poster {
|
||||
min-width : 138px;
|
||||
min-height : 203px;
|
||||
max-width : 138px;
|
||||
max-height : 203px;
|
||||
margin : 10px;
|
||||
}
|
||||
|
||||
padding-bottom : 20px;
|
||||
a {
|
||||
color : #343434;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration : none;
|
||||
}
|
||||
select {
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
.add-series {
|
||||
margin-left : 20px;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
text-decoration : none;
|
||||
}
|
||||
select {
|
||||
font-size : 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.search-item-new {
|
||||
.card;
|
||||
}
|
||||
|
||||
.new-series-overview {
|
||||
text-overflow : ellipsis;
|
||||
white-space : pre-line;
|
||||
overflow : hidden;
|
||||
height : 125px;
|
||||
}
|
||||
|
||||
.new-series-add {
|
||||
margin-left : 20px;
|
||||
}
|
||||
|
||||
.loadmore {
|
||||
.clickable;
|
||||
font-size : 30px;
|
||||
font-weight : 300;
|
||||
padding-top : 10px;
|
||||
padding-bottom : 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue