You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/UI/Series/series.less

32 lines
394 B

.series-item {
padding-bottom: 20px;
h2 {
margin-top: 0px;
}
}
.series-posters {
list-style-type: none;
li {
display: inline-block;
vertical-align: top;
}
}
.series-posters-item {
margin-bottom: 20px;
.center {
display: block;
margin-left:auto;
margin-right:auto;
text-align: center;
}
.progress {
left: 22px;
margin-top: 5px;
}
}