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:
+17
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user