Radarr/src/UI/Cells/cells.less
Qstick dcde579a43 First Pass At AlbumStudio Page, Also Fixes Monitoring (#16)
* First Pass At AlbumPass Page, Also Fixes Monitoring

First Pass At AlbumPass Page, Also Fixes Monitoring

* Catchy New Name, Fix Crash when visit Wanted Page

Catchy New Name, Fix Crash when visit Wanted Page

* Rename API to match

Rename API to match

* Get Bulk Monitoring Working on Album Studio Page

Get Bulk Monitoring Working on Album Studio Page

* Fix Wanted Query

Fix Wanted Query

* Codacy

Codacy

* Fix Cutoff Link To AlbumStudio

Fix Cutoff Link To AlbumStudio

* Add Header, Move Artist Monitor, Change Artist Column Heading

Add Header, Move Artist Monitor, Change Artist Column Heading
2017-07-07 21:06:21 -05:00

286 lines
3.6 KiB
Text

@import "../Content/Bootstrap/mixins";
@import "../Content/Bootstrap/variables";
@import "../Content/Bootstrap/buttons";
@import "../Shared/Styles/clickable";
@import "../Content/mixins";
@import "../Content/variables";
.artist-title-cell {
.text-overflow();
max-width: 450px;
@media @sm {
max-width: 250px
}
}
.artist-monitored-cell {
.text-overflow();
.artist-monitored-name {
padding-left: 10px;
}
}
.track-title-cell {
.text-overflow();
color: #428bca;
text-decoration: none;
&:focus, &:hover {
color: #2a6496;
text-decoration: underline;
cursor: pointer;
}
@media @lg {
max-width: 350px;
}
@media @md {
max-width: 250px;
}
@media @sm {
max-width: 200px;
}
}
.album-title-cell {
.text-overflow();
color: #428bca;
text-decoration: none;
&:focus, &:hover {
color: #2a6496;
text-decoration: underline;
cursor: pointer;
}
@media @lg {
max-width: 350px;
}
@media @md {
max-width: 250px;
}
@media @sm {
max-width: 200px;
}
}
.air-date-cell {
width : 120px;
cursor: default;
.text-overflow();
}
.relative-date-cell, .relative-time-cell {
.text-overflow();
cursor : default;
}
.relative-date-cell {
width : 150px;
}
.history-event-type-cell {
width : 10px;
}
.download-report-cell {
.clickable();
width : 32px;
i {
.clickable();
}
}
.toggle-cell{
.clickable();
.not-selectable;
}
.approval-status-cell {
.popover {
max-width : 400px;
ul {
margin-left: -25px;
}
}
i {
color : @brand-danger;
}
}
td.track-status-cell, td.quality-cell, td.history-quality-cell, td.progress-cell {
text-align: center;
width: 80px;
.badge {
font-size: 10px;
}
.progress {
height : 10px;
margin-top : 5px;
margin-bottom : 0px;
}
}
.history-details-cell {
.clickable();
width: 10px;
i {
.clickable();
}
}
.release-title-cell {
max-width: 400px;
word-wrap: break-word;
}
.track-actions-cell {
width: 55px;
i {
.clickable();
margin-left : 8px;
&:first-of-type {
margin-left : 0px;
}
}
}
.track-history-details-cell {
width : 18px;
}
.track-detail-modal {
.track-actions-cell {
width : 18px;
}
}
.artist-actions-cell {
width : 56px;
min-width : 56px;
}
.timeleft-cell {
cursor : default;
width : 80px;
text-align : center;
}
.queue-status-cell {
width : 20px;
text-align : center !important;
}
.queue-actions-cell {
min-width : 65px;
width : 65px;
text-align : right !important;
i {
.clickable();
margin-left : 1px;
margin-right : 1px;
}
}
.download-log-cell {
width : 80px;
}
td.delete-track-file-cell {
.clickable();
text-align : center;
width : 20px;
i {
.clickable();
}
}
.artist-status-cell {
width: 16px;
}
.track-number-cell {
cursor : default;
}
.backup-type-cell {
width : 20px;
}
.table>tbody>tr>td, .table>thead>tr>th {
&.track-warning-cell {
width : 1px;
padding-left : 0px;
padding-right : 0px;
}
}
.log-message-cell {
word-break: break-all;
word-wrap: break-word;
}
.execute-task-cell {
width : 28px;
i {
.clickable();
}
}
.task-interval-cell, .next-execution-cell {
cursor : default;
}
.task-interval-cell {
width : 150px;
}
.next-execution-cell {
width : 200px;
}
.tasks {
.relative-time-cell {
width : 200px;
}
}
.age-cell {
cursor : default;
}
.blacklist-actions-cell {
min-width : 55px;
width : 55px;
text-align : right !important;
i {
.clickable();
margin-left : 2px;
margin-right : 2px;
}
}