Sonarr/frontend/src/AddSeries/ImportSeries/Import/ImportSeriesRow.css

53 lines
986 B
CSS

.selectInput {
composes: input from "~Components/Form/CheckInput.css";
}
.folder {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 1 0 200px;
line-height: 36px;
}
.monitor {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 200px;
min-width: 185px;
}
.qualityProfile,
.languageProfile {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 250px;
min-width: 170px;
}
.seriesType {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 200px;
min-width: 120px;
}
.seasonFolder {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 150px;
min-width: 120px;
}
.series {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 400px;
min-width: 300px;
}
.hideLanguageProfile {
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
display: none;
}