You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
363 B
31 lines
363 B
12 years ago
|
.series-season {
|
||
|
.episode-number-cell {
|
||
|
width: 20px;
|
||
|
}
|
||
|
.episode-air-date-cell {
|
||
|
width: 150px;
|
||
|
}
|
||
|
|
||
|
.episode-status-cell {
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
.episode-title-cell {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.episode-detail-modal {
|
||
|
|
||
|
.episode-overview {
|
||
|
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.episode-file-info {
|
||
|
|
||
|
margin-top: 30px;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
}
|