mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
207d9c256d
Relative dates for next airing on posters and list (series) History time shows real time on tooltip
46 lines
585 B
Plaintext
46 lines
585 B
Plaintext
@import "../content/Bootstrap/mixins";
|
|
@import "../content/Bootstrap/variables";
|
|
@import "../content/Bootstrap/buttons";
|
|
@import "../shared/styles/clickable";
|
|
|
|
.episode-title-cell {
|
|
.btn-link;
|
|
}
|
|
|
|
.air-date-cell {
|
|
width : 120px;
|
|
cursor: default;
|
|
}
|
|
|
|
.relative-date-cell {
|
|
width : 150px;
|
|
cursor: default;
|
|
}
|
|
|
|
.quality-cell {
|
|
width : 130px;
|
|
}
|
|
|
|
.history-event-type-cell {
|
|
width : 10px;
|
|
}
|
|
|
|
.download-report-cell {
|
|
.clickable();
|
|
}
|
|
|
|
.toggle-cell{
|
|
.clickable();
|
|
}
|
|
|
|
.approval-status-cell {
|
|
widows : 10px;
|
|
.popover {
|
|
max-width : 400px;
|
|
}
|
|
|
|
i {
|
|
color : @red;
|
|
}
|
|
}
|