1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/UI/Cells/cells.less

40 lines
514 B
Text
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-09 22:37:41 -07:00
.air-date-cell {
width : 100px;
2013-06-09 22:37:41 -07:00
}
.relative-date-cell {
width : 150px;
2013-06-09 22:37:41 -07:00
}
.quality-cell {
width : 130px;
2013-06-09 22:37:41 -07:00
}
2013-06-10 18:55:05 -07:00
.history-event-type-cell {
2013-06-10 18:55:05 -07:00
width : 10px;
}
.download-report-cell {
.clickable();
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
color : @red;
}
}