Readarr/frontend/src/Artist/Index/Table/ArtistIndexRow.css
Qstick 5b7339cd73
Add Metadata Profiles (#132)
* Add Metadata Profiles

* fixup! Codacy
2017-11-25 22:51:37 -05:00

86 lines
1.5 KiB
CSS

.status {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 60px;
}
.sortName {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 4 0 110px;
}
.qualityProfileId,
.languageProfileId,
.metadataProfileId {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 125px;
}
.nextAiring,
.previousAiring,
.added {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 180px;
}
.albumCount {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 100px;
}
.trackProgress,
.latestAlbum {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
display: flex;
justify-content: center;
flex: 0 0 150px;
flex-direction: column;
}
.artistType,
.trackCount {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 120px;
}
.path {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 150px;
}
.sizeOnDisk {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 110px;
}
.tags {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 60px;
}
.useSceneNumbering {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 145px;
}
.actions {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 70px;
}
.checkInput {
composes: input from 'Components/Form/CheckInput.css';
margin-top: 0;
}