1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed save button on Indexer Settings, changed margins for a cleaner look.

This commit is contained in:
Mark McDowall 2011-04-19 17:46:19 -07:00
parent ebc560d985
commit c149060a24

View File

@ -60,7 +60,7 @@
<div> <div>
@{ Html.Telerik().PanelBar() @{ Html.Telerik().PanelBar()
.Name("PanelBar") .Name("PanelBar")
.HtmlAttributes(new { style = "width: 300px; float: left; margin-bottom: 30px;" }) .HtmlAttributes(new { style = "width: 300px; margin: 10px;" })
.ExpandMode(PanelBarExpandMode.Single) .ExpandMode(PanelBarExpandMode.Single)
.SelectedIndex(0) .SelectedIndex(0)
.Items(item => .Items(item =>
@ -197,7 +197,6 @@
} }
</div> </div>
<br/>
<div id="save_button_div"> <div id="save_button_div">
<input type="submit" id="save_button" value="Save" disabled="disabled" /> <input type="submit" id="save_button" value="Save" disabled="disabled" />
</div> </div>