Lidarr/UI/Cells/cells.less

64 lines
819 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;
}
2013-08-26 05:31:58 +00:00
}
.history-details-cell {
.clickable();
width: 10px;
i {
.clickable();
}
2013-09-01 18:30:54 +00:00
}
.nzb-title-cell {
max-width: 600px;
word-wrap: break-word;
2013-07-19 17:40:09 +00:00
}