2013-05-26 05:54:02 +00:00
|
|
|
@import "../shared/Styles/card.less";
|
2013-05-27 02:53:56 +00:00
|
|
|
@import "../shared/Styles/clickable.less";
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
#add-series-screen {
|
2013-06-28 00:00:55 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.operations-row {
|
|
|
|
margin-left : 0px;
|
2013-06-28 00:00:55 +00:00
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.existing-series {
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
@highLight : rgb(134, 129, 130);
|
2013-05-27 02:53:56 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.card();
|
|
|
|
margin : 20px 0px;
|
2013-05-27 02:53:56 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.add-series-search {
|
|
|
|
width : 970px;
|
|
|
|
}
|
2013-05-27 02:53:56 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.unmapped-folder-path {
|
|
|
|
padding: 20px;
|
|
|
|
margin-left : 0px;
|
|
|
|
font-weight : 100;
|
|
|
|
font-size : 25px;
|
|
|
|
text-align : center;
|
|
|
|
background : @highLight;
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.new-series-loadmore {
|
|
|
|
.clickable;
|
|
|
|
font-size : 30px;
|
|
|
|
font-weight : 300;
|
|
|
|
padding-top : 10px;
|
|
|
|
padding-bottom : 10px;
|
|
|
|
background : @highLight;
|
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.new-series {
|
|
|
|
.search-item {
|
|
|
|
.card();
|
|
|
|
margin : 40px 0px;
|
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.add-series-search {
|
|
|
|
margin-top : 20px;
|
|
|
|
margin-bottom : 20px;
|
|
|
|
padding-left : 20px;
|
|
|
|
|
|
|
|
*[class*='icon-'] {
|
|
|
|
font-size : 28px;
|
|
|
|
height : 30px;
|
|
|
|
width : 40px;
|
|
|
|
padding-top : 14px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
input {
|
2013-06-30 19:57:26 +00:00
|
|
|
height : 50px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.search-item {
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.new-series-overview {
|
|
|
|
text-overflow : ellipsis;
|
|
|
|
white-space : pre-line;
|
|
|
|
overflow : hidden;
|
|
|
|
height : 125px;
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.new-series-poster {
|
|
|
|
min-width : 138px;
|
|
|
|
min-height : 203px;
|
|
|
|
max-width : 138px;
|
|
|
|
max-height : 203px;
|
|
|
|
margin : 10px;
|
|
|
|
}
|
2013-06-05 01:04:34 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
padding-bottom : 20px;
|
|
|
|
a {
|
|
|
|
color : #343434;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
font-size : 16px;
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-30 19:57:26 +00:00
|
|
|
.add-series {
|
|
|
|
margin-left : 20px;
|
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-05 01:04:34 +00:00
|
|
|
}
|