mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
Layout fiddeling on config.html closes #163
This commit is contained in:
parent
234432dda5
commit
97728bee87
@ -13,12 +13,17 @@ input {
|
||||
select {
|
||||
font: icon;
|
||||
}
|
||||
#config_path {
|
||||
#config_path_label {
|
||||
float: left;
|
||||
width: 11em;
|
||||
font:icon;
|
||||
padding-top: .3em;
|
||||
padding-left: 1em;
|
||||
padding: .3em 0 .5em 1em;
|
||||
}
|
||||
#config_path {
|
||||
float: left;
|
||||
width: 50em;
|
||||
font: icon;
|
||||
padding: .3em 0 .5em 0;
|
||||
}
|
||||
.addItemHref {
|
||||
float: left;
|
||||
|
@ -169,8 +169,10 @@ var Config ={
|
||||
var body = document.createElement('div');
|
||||
body.className = 'navibox';
|
||||
if ('Server' == sectionName) {
|
||||
body.appendChild(Builder.node('span',{id:'config_path'},'Config File Location'));
|
||||
body.appendChild(document.createTextNode(Config.configPath));
|
||||
body.appendChild(Builder.node('span',{id:'config_path_label'},'Config File Location'));
|
||||
var span = Builder.node('span',{id:'config_path'});
|
||||
span.appendChild(document.createTextNode(Config.configPath));
|
||||
body.appendChild(span);
|
||||
body.appendChild(Builder.node('br'));
|
||||
body.appendChild(Builder.node('div',{style: 'clear: both;'}));
|
||||
}
|
||||
|
@ -151,7 +151,7 @@
|
||||
<item id="scanning:concat_compilations">
|
||||
<name>Group compilations</name>
|
||||
<short_description>
|
||||
Compilations are grouped under &Various artists&
|
||||
Compilations are grouped under "Various artist"
|
||||
</short_description>
|
||||
<type default_value="0">select</type>
|
||||
<options>
|
||||
@ -188,7 +188,7 @@
|
||||
<item id="general:rescan_interval" restart="true">
|
||||
<name>Rescan Interval</name>
|
||||
<short_description>
|
||||
How often should mt-daapd look for new files? In seconds.
|
||||
How often should Firefly look for new files? In seconds.
|
||||
</short_description>
|
||||
<type size="20">text</type>
|
||||
</item>
|
||||
|
@ -205,7 +205,6 @@ td.text
|
||||
/* config.html */
|
||||
#toggle_basic_advanced {
|
||||
font: icon !important;
|
||||
margin-left: 30em;
|
||||
}
|
||||
/* smart.html */
|
||||
#pl_editor {
|
||||
|
Loading…
Reference in New Issue
Block a user