mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 18:42:42 +01:00
Fixed Notification Settings.
This commit is contained in:
parent
4bdfaec115
commit
e1ffe3d8f9
@ -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 New Issue
Block a user