Radarr/frontend/src/InteractiveSearch/InteractiveSearchRow.css
Mark McDowall 4e3535f1fe Fixed Misaligned table border
(cherry picked from commit aa938d911b61b08185dc57a0887f3f33e3c6e1f2)

Closes #8176
2023-10-03 23:36:45 +03:00

103 lines
1.1 KiB
CSS

.cell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
}
.protocol {
composes: cell;
width: 80px;
}
.indexer {
composes: cell;
width: 85px;
}
.quality,
.customFormat,
.languages {
composes: cell;
}
.languages {
width: 100px;
}
.customFormatScore {
composes: cell;
width: 55px;
font-weight: bold;
cursor: default;
}
.rejected,
.indexerFlags {
composes: cell;
width: 50px;
}
.age,
.size {
composes: cell;
white-space: nowrap;
}
.peers {
composes: cell;
width: 75px;
}
.titleContent {
overflow-wrap: break-word;
}
.history {
composes: cell;
width: 75px;
}
.blocklist {
margin-left: 5px;
}
.download {
composes: cell;
width: 80px;
}
.manualDownloadContent {
position: relative;
display: inline-block;
margin: 0 2px;
width: 22px;
height: 20.39px;
vertical-align: middle;
line-height: 20.39px;
&:hover {
color: var(--iconButtonHoverColor);
}
}
.interactiveIcon {
position: absolute;
top: 4px;
left: 0;
/* width: 100%; */
text-align: center;
}
.downloadIcon {
position: absolute;
top: 7px;
left: 8px;
/* width: 100%; */
text-align: center;
}