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

Added posters to edit and delete series

This commit is contained in:
Mark McDowall
2013-07-19 17:17:20 -07:00
parent bb86e20bed
commit 9ea588dd91
3 changed files with 103 additions and 56 deletions
+17 -1
View File
@@ -2,8 +2,23 @@
@import "../Shared/Styles/clickable.less";
@import "../Content/prefixer";
.edit-series-modal {
.edit-series-modal, .delete-series-modal {
overflow : visible;
.series-poster {
.card;
width : 168px;
}
.form-horizontal {
margin-top: 10px;
}
}
.delete-series-modal {
.path {
margin-left: 30px;
}
}
.series-item {
@@ -196,3 +211,4 @@
.clickable;
}
}