Sonarr/src/UI/Activity/activity.less

28 lines
335 B
Plaintext
Raw Normal View History

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