Lidarr/UI/Cells/cells.less

50 lines
666 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 05:37:41 +00:00
.air-date-cell {
width : 120px;
cursor: default;
2013-06-10 05:37:41 +00:00
}
.relative-date-cell {
width : 150px;
cursor: default;
2013-06-10 05:37:41 +00:00
}
.history-event-type-cell {
2013-06-11 01:55:05 +00:00
width : 10px;
}
.download-report-cell {
.clickable();
}
.toggle-cell{
.clickable();
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
color : @red;
}
}
2013-07-19 17:40:09 +00:00
2013-07-24 04:18:55 +00:00
td.episode-status-cell, td.quality-cell {
2013-07-19 17:40:09 +00:00
text-align: center;
2013-07-24 04:18:55 +00:00
width: 80px;
2013-07-19 17:40:09 +00:00
.badge {
font-size: 9px;
}
}