mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
added spacing between save button and quality profiles.
This commit is contained in:
parent
9334c692b6
commit
6c995cfbdf
2 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
@using NzbDrone.Web.Helpers
|
||||
@model NzbDrone.Web.Models.IndexerSettingsModel
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@section HeaderContent{
|
||||
<link rel="stylesheet" type="text/css" href="../../Content/Settings.css" />
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<button type="submit" id="save_button" >Save</button><img src="../../Content/Images/ajax-loader.gif" alt="Loader" id="saveAjax"/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue