1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 08:22:35 +01:00
Sonarr/UI/Cells/cells.less

40 lines
514 B
Plaintext
Raw Normal View History

@import "../content/Bootstrap/mixins";
@import "../content/Bootstrap/variables";
@import "../content/Bootstrap/buttons";
@import "../shared/styles/clickable";
.episode-title-cell {
.btn-link;
}
2013-06-10 07:37:41 +02:00
.air-date-cell {
width : 100px;
2013-06-10 07:37:41 +02:00
}
.relative-date-cell {
width : 150px;
2013-06-10 07:37:41 +02:00
}
.quality-cell {
width : 130px;
2013-06-10 07:37:41 +02:00
}
2013-06-11 03:55:05 +02:00
.history-event-type-cell {
2013-06-11 03:55:05 +02:00
width : 10px;
}
.download-report-cell {
.clickable();
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
color : @red;
}
}