mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 07:32:56 +00:00
Fixed save button on Indexer Settings, changed margins for a cleaner look.
This commit is contained in:
parent
ebc560d985
commit
c149060a24
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
<div>
|
||||
@{ Html.Telerik().PanelBar()
|
||||
.Name("PanelBar")
|
||||
.HtmlAttributes(new { style = "width: 300px; float: left; margin-bottom: 30px;" })
|
||||
.HtmlAttributes(new { style = "width: 300px; margin: 10px;" })
|
||||
.ExpandMode(PanelBarExpandMode.Single)
|
||||
.SelectedIndex(0)
|
||||
.Items(item =>
|
||||
|
@ -197,7 +197,6 @@
|
|||
}
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div id="save_button_div">
|
||||
<input type="submit" id="save_button" value="Save" disabled="disabled" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue