1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Release restrictions

New: Required terms assignable to series via tags
New: Ignored terms assignable to series via tagss
This commit is contained in:
Mark McDowall
2014-10-27 21:37:35 -07:00
parent d6ed475c63
commit 53c2962d2a
38 changed files with 794 additions and 185 deletions
+31
View File
@@ -127,3 +127,34 @@ li.save-and-add:hover {
display : none;
padding-right : 5px;
}
.add-rule-setting-mapping {
cursor : pointer;
font-size : 14px;
text-align : center;
display : inline-block;
padding : 2px 6px;
i {
cursor : pointer;
}
}
.rule-setting-list {
.rule-setting-header .row {
font-weight : bold;
line-height : 40px;
}
.rows .row {
line-height : 30px;
border-top : 1px solid #ddd;
vertical-align : middle;
padding : 5px;
i {
cursor : pointer;
}
}
}