mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 10:26:54 +00:00
Fixed Notification Settings.
This commit is contained in:
parent
4bdfaec115
commit
e1ffe3d8f9
6 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
Layout = null;
|
||||
}
|
||||
|
||||
<div class="notifier clearfix">
|
||||
<div class="notifier">
|
||||
<label class="labelClass">@Html.LabelFor(m => m.GrowlEnabled)
|
||||
<span class="small">@Html.DescriptionFor(m => m.GrowlEnabled)</span>
|
||||
</label>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
border:solid 2px #CCCCCD;
|
||||
padding: 5px;
|
||||
margin-left: -8px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.notifier h4
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Layout = null;
|
||||
}
|
||||
|
||||
<div class="notifier clearfix">
|
||||
<div class="notifier">
|
||||
<label class="labelClass">@Html.LabelFor(m => m.ProwlEnabled)
|
||||
<span class="small">@Html.DescriptionFor(m => m.ProwlEnabled)</span>
|
||||
</label>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Layout = null;
|
||||
}
|
||||
|
||||
<div class="notifier clearfix">
|
||||
<div class="notifier">
|
||||
<label class="labelClass">@Html.LabelFor(m => m.SmtpEnabled)
|
||||
<span class="small">@Html.DescriptionFor(m => m.SmtpEnabled)</span>
|
||||
</label>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Layout = null;
|
||||
}
|
||||
|
||||
<div class="notifier clearfix">
|
||||
<div class="notifier">
|
||||
<label class="labelClass">@Html.LabelFor(m => m.TwitterEnabled)
|
||||
<span class="small">@Html.DescriptionFor(m => m.TwitterEnabled)</span>
|
||||
</label>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Layout = null;
|
||||
}
|
||||
|
||||
<div class="notifier clearfix">
|
||||
<div class="notifier">
|
||||
<label class="labelClass">@Html.LabelFor(m => m.XbmcEnabled)
|
||||
<span class="small">@Html.DescriptionFor(m => m.XbmcEnabled)</span>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue