mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:26:25 +02:00
feat(TVseries): show seasons and episodes info in home/list/detail page
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.margin-top-5 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.margin-top-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -75,6 +75,9 @@ body {
|
||||
.network-item {
|
||||
color: #ccc;
|
||||
}
|
||||
.se-info {
|
||||
color: @mt-base-color;
|
||||
}
|
||||
.img-circle {
|
||||
&:hover {
|
||||
/* csslint ignore:start */
|
||||
@@ -171,6 +174,9 @@ body {
|
||||
.release-date {
|
||||
color: #ccc;
|
||||
}
|
||||
.se-info {
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
.torrent-user-info {
|
||||
@@ -321,6 +327,20 @@ body {
|
||||
color: #0366d6;
|
||||
}
|
||||
}
|
||||
.se-info {
|
||||
right: 5px;
|
||||
}
|
||||
}
|
||||
.se-info {
|
||||
background-color: #eee;
|
||||
padding: 0 5px;
|
||||
border-radius: 3px;
|
||||
border: solid 1px #aaa;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
color: #555;
|
||||
margin-top: 2px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -557,6 +577,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.episodes_input_tip {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.nav {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user