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
|
|
|
|
|
|
|
.result-list {
|
2013-06-26 05:42:44 +00:00
|
|
|
font-size : 14px;
|
|
|
|
text-align : left;
|
|
|
|
padding-bottom : 30px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.existing-root-folder-view {
|
|
|
|
h1 {
|
2013-06-26 05:42:44 +00:00
|
|
|
padding : 10px 0 20px 0;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-05-27 02:53:56 +00:00
|
|
|
.add-series-import-btn {
|
2013-06-26 05:42:44 +00:00
|
|
|
margin : 0px 40px;
|
|
|
|
width : 1080px;
|
2013-05-27 02:53:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-series-search {
|
2013-06-26 05:42:44 +00:00
|
|
|
margin-top : 20px;
|
|
|
|
margin-bottom : 20px;
|
|
|
|
padding-left : 20px;
|
2013-05-27 02:53:56 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
*[class*='icon-'] {
|
2013-06-26 05:42:44 +00:00
|
|
|
font-size : 28px;
|
|
|
|
height : 30px;
|
|
|
|
width : 40px;
|
|
|
|
padding-top : 14px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
input {
|
2013-06-26 05:42:44 +00:00
|
|
|
height : 50px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
2013-05-27 02:53:56 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.folder-name-matches {
|
2013-06-26 05:42:44 +00:00
|
|
|
padding-left : 20px;
|
|
|
|
padding-top : 10px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-07 03:34:18 +00:00
|
|
|
.add-series-poster {
|
2013-06-26 05:42:44 +00:00
|
|
|
min-width : 138px;
|
|
|
|
min-height : 203px;
|
|
|
|
max-width : 138px;
|
|
|
|
max-height : 203px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.unmapped-folder-view {
|
2013-06-05 01:04:34 +00:00
|
|
|
.card;
|
2013-06-26 05:42:44 +00:00
|
|
|
margin-top : 20px;
|
|
|
|
padding : 20px;
|
2013-04-21 06:25:24 +00:00
|
|
|
.folder-header {
|
2013-06-26 05:42:44 +00:00
|
|
|
font-weight : 300;
|
2013-04-21 06:25:24 +00:00
|
|
|
select {
|
2013-06-26 05:42:44 +00:00
|
|
|
margin-bottom : 0;
|
|
|
|
font-size : 16px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
input {
|
2013-06-26 05:42:44 +00:00
|
|
|
margin-bottom : 0;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.search-item {
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-26 05:42:44 +00:00
|
|
|
padding-bottom : 20px;
|
2013-04-21 06:25:24 +00:00
|
|
|
a {
|
2013-06-26 05:42:44 +00:00
|
|
|
color : #343434;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
a:hover {
|
2013-06-26 05:42:44 +00:00
|
|
|
text-decoration : none;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
select {
|
2013-06-26 05:42:44 +00:00
|
|
|
font-size : 16px;
|
2013-04-21 06:25:24 +00:00
|
|
|
}
|
|
|
|
}
|
2013-05-26 05:54:02 +00:00
|
|
|
|
2013-06-05 01:04:34 +00:00
|
|
|
.search-item-new {
|
|
|
|
.card;
|
|
|
|
}
|
|
|
|
|
2013-05-26 05:54:02 +00:00
|
|
|
.new-series-overview {
|
2013-06-26 05:42:44 +00:00
|
|
|
text-overflow : ellipsis;
|
|
|
|
white-space : pre-line;
|
|
|
|
overflow : hidden;
|
|
|
|
height : 125px;
|
2013-05-26 05:54:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.new-series-add {
|
2013-06-26 05:42:44 +00:00
|
|
|
margin-left : 20px;
|
2013-05-26 05:54:02 +00:00
|
|
|
}
|
|
|
|
|
2013-06-26 05:42:44 +00:00
|
|
|
.loadmore {
|
2013-05-27 02:53:56 +00:00
|
|
|
.clickable;
|
2013-06-26 05:42:44 +00:00
|
|
|
font-size : 30px;
|
|
|
|
font-weight : 300;
|
|
|
|
padding-top : 10px;
|
|
|
|
padding-bottom : 10px;
|
2013-06-05 01:04:34 +00:00
|
|
|
}
|