1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Posters view added for series

This commit is contained in:
Mark McDowall
2013-04-23 20:11:45 -07:00
parent 139bfc3c27
commit 46bc97ef92
9 changed files with 137 additions and 1 deletions
+25
View File
@@ -4,4 +4,29 @@
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;
}
}