Lidarr/frontend/src/Activity/activity.less

28 lines
325 B
Plaintext
Raw Normal View History

.queue-status-cell .popover {
2017-09-04 02:20:56 +00:00
max-width: 800px;
2015-01-31 08:24:09 +00:00
}
.queue {
.protocol-cell {
2017-09-04 02:20:56 +00:00
text-align: center;
width: 80px;
2015-02-03 05:17:18 +00:00
}
.episode-number-cell {
2017-09-04 02:20:56 +00:00
min-width: 90px;
2015-01-31 08:24:09 +00:00
}
}
.remove-from-queue-modal {
.form-horizontal {
2017-09-04 02:20:56 +00:00
margin-top: 20px;
}
}
.history-detail-modal {
.info {
word-wrap: break-word;
}
}