sonarr-repo-only/src/UI/Cells/cells.less

162 lines
2.0 KiB
Plaintext
Raw Normal View History

@import "../Content/Bootstrap/mixins";
@import "../Content/Bootstrap/variables";
@import "../Content/Bootstrap/buttons";
@import "../Shared/Styles/clickable";
@import "../Content/mixins";
@import "../Content/variables";
2014-04-01 20:10:36 +00:00
.table {
//table-layout: fixed;
}
.series-title {
.text-overflow();
@media @sm {
max-width: 250px
}
2014-04-01 20:10:36 +00:00
}
.episode-title-cell {
2014-04-01 20:10:36 +00:00
.text-overflow();
@media @lg {
max-width: 350px;
}
@media @md {
max-width: 250px;
}
@media @sm {
max-width: 200px;
}
}
2013-06-10 05:37:41 +00:00
.air-date-cell {
width : 120px;
cursor: default;
2014-04-01 20:10:36 +00:00
.text-overflow();
2013-06-10 05:37:41 +00:00
}
.relative-date-cell {
width : 150px;
cursor: default;
2014-04-01 20:10:36 +00:00
.text-overflow();
2013-06-10 05:37:41 +00:00
}
.history-event-type-cell {
2013-06-11 01:55:05 +00:00
width : 10px;
}
.download-report-cell {
.clickable();
2013-09-21 07:45:45 +00:00
i {
.clickable();
}
}
.toggle-cell{
.clickable();
.not-selectable;
}
.approval-status-cell {
widows : 10px;
.popover {
max-width : 400px;
}
i {
2014-04-01 20:10:36 +00:00
color : @brand-danger;
}
}
2013-07-19 17:40:09 +00:00
2013-07-24 04:18:55 +00:00
td.episode-status-cell, td.quality-cell {
2013-07-19 17:40:09 +00:00
text-align: center;
2013-07-24 04:18:55 +00:00
width: 80px;
2013-07-19 17:40:09 +00:00
.badge {
font-size: 9px;
}
.progress {
height : 10px;
margin-top : 5px;
margin-bottom : 0px;
}
2013-08-26 05:31:58 +00:00
}
.history-details-cell {
.clickable();
width: 10px;
i {
.clickable();
}
2013-09-01 18:30:54 +00:00
}
.nzb-title-cell {
2014-05-12 05:46:20 +00:00
max-width: 400px;
2013-09-01 18:30:54 +00:00
word-wrap: break-word;
}
.episode-actions-cell {
width: 65px;
li {
.clickable();
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: rgb(51, 51, 51);
white-space: nowrap;
}
li:hover {
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
}
}
.series-actions-cell {
width : 56px;
min-width : 56px;
2013-10-02 15:33:23 +00:00
}
.timeleft-cell {
cursor : default;
width : 80px;
2013-10-03 21:06:52 +00:00
}
.queue-status-cell {
width: 20px;
text-align: center !important;
}
.download-log-cell {
width: 80px;
}
td.delete-episode-file-cell {
.clickable();
text-align: center;
width: 20px;
font-size: 20px;
i {
.clickable();
}
2013-12-09 05:25:27 +00:00
}
.series-status-cell {
width: 16px;
2014-05-12 05:46:20 +00:00
}