mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 16:32:56 +01:00
37 lines
419 B
Plaintext
37 lines
419 B
Plaintext
.series-season {
|
|
.episode-number-cell {
|
|
width: 22px;
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.season-grid {
|
|
.toggle-cell {
|
|
width: 10px;
|
|
}
|
|
}
|