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

59 lines
753 B
Plaintext

@import "../Content/Bootstrap/mixins";
@import "../Content/Bootstrap/variables";
@import "../Content/Bootstrap/buttons";
@import "../Shared/Styles/clickable";
.episode-title-cell {
.btn-link;
}
.air-date-cell {
width : 120px;
cursor: default;
}
.relative-date-cell {
width : 150px;
cursor: default;
}
.history-event-type-cell {
width : 10px;
}
.download-report-cell {
.clickable();
}
.toggle-cell{
.clickable();
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
color : @red;
}
}
td.episode-status-cell, td.quality-cell {
text-align: center;
width: 80px;
.badge {
font-size: 9px;
}
}
.history-details-cell {
.clickable();
width: 10px;
i {
.clickable();
}
}