1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +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>
@{ 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>