1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-23 11:04:52 +02:00
Sonarr/UI/Cells/cells.less

59 lines
753 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-09 22:37:41 -07:00
.air-date-cell {
width : 120px;
cursor: default;
2013-06-09 22:37:41 -07:00
}
.relative-date-cell {
width : 150px;
cursor: default;
2013-06-09 22:37:41 -07:00
}
.history-event-type-cell {
2013-06-10 18:55:05 -07: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 10:40:09 -07:00
2013-07-23 21:18:55 -07:00
td.episode-status-cell, td.quality-cell {
2013-07-19 10:40:09 -07:00
text-align: center;
2013-07-23 21:18:55 -07:00
width: 80px;
2013-07-19 10:40:09 -07:00
.badge {
font-size: 9px;
}
2013-08-25 22:31:58 -07:00
}
.history-details-cell {
.clickable();
width: 10px;
i {
.clickable();
}
2013-07-19 10:40:09 -07:00
}