parent
a018770a18
commit
dc8f81b536
@ -1,18 +1,18 @@
|
||||
.language,
|
||||
.quality {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.indexer {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 70px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.description {
|
||||
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
||||
composes: description from "~Components/DescriptionList/DescriptionListItemDescription.css";
|
||||
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.markAsFailedButton {
|
||||
composes: button from '~Components/Link/Button.css';
|
||||
composes: button from "~Components/Link/Button.css";
|
||||
|
||||
margin-right: auto;
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
.downloadClient {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.indexer {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.releaseGroup {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.details {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 30px;
|
||||
}
|
||||
|
@ -1,23 +1,23 @@
|
||||
.quality {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.protocol {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.progress {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 70px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.status {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 30px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.timeleft {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 100px;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.input {
|
||||
composes: input from '~Components/Form/CheckInput.css';
|
||||
composes: input from "~Components/Form/CheckInput.css";
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.modal {
|
||||
composes: modal from '~Components/Modal/Modal.css';
|
||||
composes: modal from "~Components/Modal/Modal.css";
|
||||
|
||||
height: 600px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.type {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 32px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.input {
|
||||
composes: input from '~Components/Form/TextInput.css';
|
||||
composes: input from "~Components/Form/TextInput.css";
|
||||
|
||||
font-family: $passwordFamily;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.page {
|
||||
composes: page from '~./Page.css';
|
||||
composes: page from "~./Page.css";
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.content {
|
||||
composes: content from '~./PageContent.css';
|
||||
composes: content from "~./PageContent.css";
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.status {
|
||||
composes: label from '~Components/Label.css';
|
||||
composes: label from "~Components/Label.css";
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.cell {
|
||||
composes: cell from '~./TableRowCell.css';
|
||||
composes: cell from "~./TableRowCell.css";
|
||||
|
||||
width: 180px;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.cell {
|
||||
composes: cell from '~./TableRowCell.css';
|
||||
composes: link from '~Components/Link/Link.css';
|
||||
composes: cell from "~./TableRowCell.css";
|
||||
composes: link from "~Components/Link/Link.css";
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.selectCell {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.input {
|
||||
composes: input from '~Components/Form/CheckInput.css';
|
||||
composes: input from "~Components/Form/CheckInput.css";
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.cell {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
|
||||
|
||||
flex: 0 0 36px;
|
||||
}
|
||||
|
||||
.input {
|
||||
composes: input from '~Components/Form/CheckInput.css';
|
||||
composes: input from "~Components/Form/CheckInput.css";
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.row {
|
||||
composes: link from '~Components/Link/Link.css';
|
||||
composes: row from '~./TableRow.css';
|
||||
composes: link from "~Components/Link/Link.css";
|
||||
composes: row from "~./TableRow.css";
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.selectAllHeaderCell {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
|
||||
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.input {
|
||||
composes: input from '~Components/Form/CheckInput.css';
|
||||
composes: input from "~Components/Form/CheckInput.css";
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.selectAllHeaderCell {
|
||||
composes: headerCell from '~Components/Table/TableHeaderCell.css';
|
||||
composes: headerCell from "~Components/Table/TableHeaderCell.css";
|
||||
|
||||
flex: 0 0 36px;
|
||||
}
|
||||
|
||||
.input {
|
||||
composes: input from '~Components/Form/CheckInput.css';
|
||||
composes: input from "~Components/Form/CheckInput.css";
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
.details,
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 65px;
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
.descriptionList {
|
||||
composes: descriptionList from '~Components/DescriptionList/DescriptionList.css';
|
||||
composes: descriptionList from "~Components/DescriptionList/DescriptionList.css";
|
||||
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
||||
composes: title from "~Components/DescriptionList/DescriptionListItemTitle.css";
|
||||
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.description {
|
||||
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
||||
composes: title from "~Components/DescriptionList/DescriptionListItemDescription.css";
|
||||
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 40px;
|
||||
}
|
||||
|
@ -1,18 +1,18 @@
|
||||
.link {
|
||||
composes: link from '~Components/Link/Link.css';
|
||||
composes: link from "~Components/Link/Link.css";
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
.freeSpace,
|
||||
.unmappedFolders {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 45px;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
.title {
|
||||
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
||||
composes: title from "~Components/DescriptionList/DescriptionListItemTitle.css";
|
||||
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.description {
|
||||
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
||||
composes: title from "~Components/DescriptionList/DescriptionListItemDescription.css";
|
||||
|
||||
margin-left: 110px;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.deleteButton {
|
||||
composes: button from '~Components/Link/Button.css';
|
||||
composes: button from "~Components/Link/Button.css";
|
||||
|
||||
margin-right: auto;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.seasonFolder {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 150px;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
.details,
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
composes: cell from "~Components/Table/Cells/TableRowCell.css";
|
||||
|
||||
width: 65px;
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue