Lidarr/frontend/src/Album/Summary/TrackDetailRow.css

32 lines
504 B
CSS
Raw Normal View History

2017-09-24 19:44:25 +00:00
.title {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
2017-09-24 19:44:25 +00:00
white-space: nowrap;
2017-09-24 19:44:25 +00:00
}
.monitored {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
2017-09-24 19:44:25 +00:00
width: 42px;
2017-09-24 19:44:25 +00:00
}
.trackNumber {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
2017-09-24 19:44:25 +00:00
width: 50px;
2017-09-24 19:44:25 +00:00
}
.audio {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 200px;
}
2017-09-24 19:44:25 +00:00
.language,
.video,
.status {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
2017-09-24 19:44:25 +00:00
width: 100px;
}