mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-22 14:00:42 +00:00
renamed Updating to Development.
minor setting style
This commit is contained in:
parent
663eeb53c1
commit
add4c38589
4 changed files with 29 additions and 18 deletions
|
@ -3,8 +3,9 @@
|
||||||
.control-group {
|
.control-group {
|
||||||
.controls {
|
.controls {
|
||||||
i {
|
i {
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
color : #595959;
|
color : #595959;
|
||||||
|
margin-right : 5px;
|
||||||
}
|
}
|
||||||
.checkbox {
|
.checkbox {
|
||||||
width : 100px;
|
width : 100px;
|
||||||
|
@ -15,7 +16,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-inline-checkbox {
|
.help-inline-checkbox {
|
||||||
padding-left : 5px;
|
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
margin-top : -20px;
|
margin-top : -20px;
|
||||||
margin-bottom : 0;
|
margin-bottom : 0;
|
||||||
|
@ -35,9 +35,9 @@ textarea.release-restrictions {
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-link {
|
.help-link {
|
||||||
text-decoration: none !important;
|
text-decoration : none !important;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
.clickable;
|
.clickable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,6 +46,11 @@
|
||||||
transform : scale(1, -1);
|
transform : scale(1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-nd-warning:before {
|
||||||
|
.icon(@warning-sign);
|
||||||
|
color : #f89406;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-nd-edit:before {
|
.icon-nd-edit:before {
|
||||||
.icon(@wrench);
|
.icon(@wrench);
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,16 +92,19 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
{{#unless_eq branch compare="master"}}
|
{{#unless_eq branch compare="master"}}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Updating</legend>
|
<legend>Development</legend>
|
||||||
|
<div class="alert">
|
||||||
|
<i class="icon-nd-warning"></i>
|
||||||
|
Don't change anything here unless you know what you are doing.
|
||||||
|
</div>
|
||||||
|
<div class="control-group">
|
||||||
|
<label class="control-label">Branch</label>
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="controls">
|
||||||
<label class="control-label">Branch</label>
|
<input type="text" placeholder="master" name="branch"/>
|
||||||
|
|
||||||
<div class="controls">
|
|
||||||
<input type="text" placeholder="master" name="branch"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</div>
|
||||||
|
</fieldset>
|
||||||
{{/unless_eq}}
|
{{/unless_eq}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,9 @@
|
||||||
<h3>{{name}}</h3>
|
<h3>{{name}}</h3>
|
||||||
{{#if_eq implementation compare="Newznab"}}
|
{{#if_eq implementation compare="Newznab"}}
|
||||||
<span class="btn-group pull-right">
|
<span class="btn-group pull-right">
|
||||||
<button class="btn btn-mini btn-icon-only x-delete"><i class="icon-nd-delete"/></button>
|
<button class="btn btn-mini btn-icon-only x-delete">
|
||||||
|
<i class="icon-nd-delete"/>
|
||||||
|
</button>
|
||||||
</span>
|
</span>
|
||||||
{{/if_eq}}
|
{{/if_eq}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -27,8 +29,9 @@
|
||||||
{{formBuilder}}
|
{{formBuilder}}
|
||||||
|
|
||||||
{{#if_eq name compare="WomblesIndex"}}
|
{{#if_eq name compare="WomblesIndex"}}
|
||||||
<div class="alert">
|
<div class="alert">
|
||||||
<strong>Warning!</strong> Does not support searching
|
<i class="icon-nd-warning"></i>
|
||||||
</div>
|
Does not support searching
|
||||||
|
</div>
|
||||||
{{/if_eq}}
|
{{/if_eq}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue