mirror of https://github.com/lidarr/Lidarr
31 lines
363 B
Plaintext
31 lines
363 B
Plaintext
.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;
|
|
}
|
|
}
|