Added help text to Series Folder Format.
Fixed styling of format helper buttons
This commit is contained in:
parent
0b2865a97c
commit
43a2f39106
|
@ -21,6 +21,12 @@
|
|||
margin-bottom : 0;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.btn {
|
||||
i {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<div class="control-group advanced-setting">
|
||||
<label class="control-label">Series Folder Format</label>
|
||||
|
||||
<div class="controls">
|
||||
|
@ -113,6 +113,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<span class="help-inline">
|
||||
<i class="icon-nd-form-info" title="" data-original-title="All caps or all lower-case can also be used. Only used when adding a new series."></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue