mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
show rejection reasons in a tool tip instead of plaint text in the grid.
This commit is contained in:
parent
31d472a0a0
commit
ef4ad53277
8 changed files with 76 additions and 40 deletions
|
@ -1,23 +1,39 @@
|
|||
@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: 100px;
|
||||
width : 100px;
|
||||
}
|
||||
|
||||
.relative-date-cell {
|
||||
width: 150px;
|
||||
width : 150px;
|
||||
}
|
||||
|
||||
.quality-cell{
|
||||
width: 130px;
|
||||
.quality-cell {
|
||||
width : 130px;
|
||||
}
|
||||
|
||||
.history-event-type-cell{
|
||||
.history-event-type-cell {
|
||||
width : 10px;
|
||||
}
|
||||
|
||||
.download-report-cell {
|
||||
.clickable();
|
||||
}
|
||||
|
||||
.approval-status-cell {
|
||||
widows : 10px;
|
||||
.popover {
|
||||
max-width : 400px;
|
||||
}
|
||||
|
||||
i {
|
||||
color : @red;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue